Hi, I have a table with some buttons. Once you click the button a window opens up and asks for information, upton closing it I want to pass this information back to the parent window for it to be stored until the user submits the information all at once. there are multiple buttons and hence...
thanks, this is good..
is there any other way of doing this may be using XML?
also do you have any info about webmacros and how do support international languages in that?
Hi i have a tool which is based on servlets which is currently in english, now that our product is moving to different parts of the world, I need to provide for interface with English, French, Spanish, some Indian languages etc. I am currently using WebMacros and Servlets to get my business...
Hi, I am trying to build a table which gets filled as and when data comes on the socket. I have made jscrollpane to have both the scroll bars, but still dont get the horizontal one to work, the vertical one is working, but the horizontal one shows but doesnt do anything.
tableScrollPane = new...
See I have not seen much that you open a socket and close it after sending and recving information. Here I have to keep the connection alive because I have to non-stop send or recv information, it has to be open all the time, I dont know when I will recv data and I dont know when I will have to...
Hi, I have a Vector of sockets, every so often I send packets to all the sockets in the vector using the following code. Before sending I check if the socket is connected, if it is cont sending, else close the socket, input/output streams and remove it from the vector, but it doesnt seem to...
Thanks for the help sedj, I typed "session handling in applet" or something like that in google and got something to do with session beans, so I just looked into that. I really dont want to use DB, since this will be the only thing I will be using the database for, so I looked a little in beans...
So I dont need to intgrate Jboss with tomcat right?
They run independed and the session bean or EJB will be running there and my applet will basically talk to that bean?
Also is there a better or easier way of performing session handling to store data for applets?
Also I am not clear when I...
Hi I want to mantain session for my applet and read somewhere that EJB is the best way to go, create a session bean and have it interact with the applet but the problem is that I am not very familiar with EJB and how to host it. Is tomcat capable of hosting EJBs, or do I need something else. i...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.