senthil nathan narayan

Greenhorn
+ Follow
since Oct 21, 2003
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by senthil nathan narayan

Hi,
I have a screen where i have 2 input fields. One is TextField where user can enter and the second one is DropDown Box.I have a data which comes from database and once i get it, i display it in the dropdown box, so user can select from the DropDown Box.
The thing is the values which i get from database, i should be able to store in a some persistent state.
Advantage is i don't have to query it again and again and also the other application can also access that data without going to database. I don't want to use Session or any server side storage.
Can anyone help me in storing the values in java bean or some toher java object and storing in persistence way.
Thanks,
Senthil
21 years ago
Thanks....
21 years ago
hi,
i have few questions though it may seem to be basic in websphere, but i'm interested to know the details about this in websphere...
1. Is there a limitations in configuring the number of applications in for a single Virtual Host
2. Will Each node run only one Administartive server
3. In an application server how many JVM's are recommended
4. Is there a Stack and Heap size for Websphere..if so when will it come into act because JVM has Heap and Stack size.
21 years ago