Shikhar Madhok

Ranch Hand
+ Follow
since Dec 18, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Shikhar Madhok

Check the August issue of the Javaranch Journal. That has a detailed article on implementing pagination.
The part about exporting to excel should be fairly simple. But you will have to fire the query on the database again, and open a new page with the mime type as ms/excel.

HTH
Shikhar

Also please check your private messages
16 years ago
Never tried it. However I would think it would be possible. We have connected to a datasource on a weblogic server from a standalone program. I would assume the same can be used here. You need to provide the t3 url of the server having the datasource and then invoke it using the JNDI name.

HTH
Shikhar
16 years ago
I would suggest do a search on the forums. Cameron has been asked this question earlier. I think he/she is still looking for a publisher in India, but says the e-book is available for purchase through amazon.com. (I'm not sure though). Like I said try to do a search.

HTH
Shikhar
16 years ago
It would be better if you could sort the list and send a sorted list to the iterator tag.

HTH
Shikhar
16 years ago
Try www.notebookreview.com think you will find all the info you need right there.

HTH
Shikhar
16 years ago
Used to prevent caching at the client end. (Browser side caching). What this does is make sure the page is NOT cached in the browser and the browser has to request it from the server it time the page is requested.

HTH
Shikhar
16 years ago
JSP
No one way that you can prepare for an interview. It depends on who is interviewing you. There can be interview panels who are just outright trying to prove they know more that you. These kind will ask you to write code, and pick on any syntax error you make.
Then there are the other kind who check your concepts, check whether you can relate two concepts etc. Say a question like 'What happens if sun/java did not provide you with ArrayList. How would you create one?' or something like 'How would you go about synchornization if sun/java did not provide you the synchronized key word?' etc.
I totally agree each topic within Java is an abyss, so stick to your strengths, what you have worked on. Brush up the other topics ever so slightly to at least be able to say, 'I have theoretical knowledge on it, I would not mind trying to take a question or two.'
And never be afraid to say 'I'm sorry, I do not know.'
I would advice you to read before you go to an interview, just so that it makes it easier to put your thoughts into words.

HTH
Shikhar
16 years ago
Not sure. But you would probably have to juggle with the wait), notify(), yield) methods to achieve synchronization.

Shikhar
My guess is, it is picking up your script, but there are errors in your script. Have not done any WLST scripting myself and right now do not have an env to do the RND.
Will leave it for someone with WLST experience to help you out.

Shikhar
16 years ago
I think it would also depend on how big or small each of the objects are. But that alone would not justify keeping the objects in the session since you will have to check the size each time to add an attribute to any one of the objects.
Like Joe mentioned, It would also depend on the number of sessions being created and the number of servers/ JVMs handling the sessions.

HTH
Shikhar
16 years ago
my guess... WLST is already started. so you need to start using WLST commands. Try to run the script again and type help().

HTH
Shikhar
16 years ago


Beijing's Aquatic center where the 2008 Summer Olympics Aquatic sports were held.
16 years ago
The argument passed to the javascript function looks funny. Are you sure that is what you want to be passed to the function? If not I would start by checking from there.

HTH
Shikhar
16 years ago