Latha Ganesan

Greenhorn
+ Follow
since Feb 27, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Latha Ganesan

Hi!,
I am trying to understand (a bit more) about the pet store design/coding. All I find is the J2EE blueprints version 2 draft, which talks only about the high level design.
Can someone please tell me where I can find more info about the pet store application (like design, the directory structure, main classes etc), any book/web site/anything).
Thanks in advance
Latha
Hi!,
Thanx a lot... I just downloaded orion app server, as it servers everything from ejb to jndi, xml etc. But it is in its first version and doc is not so helpful. let me try...so i am having a tough time...
22 years ago
Hi!,
I am starting on a new assignment which has EJB, Servlets, JSPs. I want to know what application servers do I need for running this application. I have been using tomcat for JSP and servlets and weblogic for EJBs. But I want one application server for running everything togther and I have Windows '98. (too much to ask, is it?). Or any combination(s) will work?
Please help.
Thanx in advance.
22 years ago
Hi all!,
Thanx a lot... yes it did work. Yes, u folks are right, we cannot change the structure, I suppose we can only create packages for our own applications and put it under 'classes' dir and classes in default package should go to the 'classes' dir straight.
Another ques, is tomcat an application server or it can serve only servlets and jsps (like what about ASP?)
22 years ago
Hi!,
I know there are lot of tomcat related threads in this forum,I solved all my problems till now by reading them. But this time I couldnot find an answer so I am posting a new thread...
I just want to test a simple servlet in tomcat and for that where do I put my .class files? All this while I was using servletrunner and I could directly run a servlet typing the servlet name is the url, can I do the same thing with tomcat or do we need to go through a html only(sorry if i am wrong). If html, where do I put them(which dir). Basically what is the significance of 'Path' and 'docbase' in the server.xml file?
Please help and thanx in advance.
22 years ago
Hi!,
I have done what Paul Smiley has told, I used getBytes() and copied from temp to buffer(taking care of correct length). Unlike C/C++, Java doesnot have null terminated strings.
Latha
Hi!,
How many packages do u have? Right now I have only suncertify.db (data class, RMI related classes/interfaces) package and rest of my classes (GUI, data conversion tool) are in default package under starting directory. Is this correct?
Latha
Hi!,
Thanx a lot, JPanel.setVisible(false) works...
Latha
Hi all,
I just wanted to discuss a few issues about GUI here...
I am using JFrame as my MainFrame and have two JPanels, one for selecting the aiports and another for displaying the flight details according to the selected airports and add relative panels according.
What I found is the refrsh is not proper, that is, after adding panel1, if the user clicks on 'get details' button and I add panel2(details) I still can see the panel1(some parts) and if I minimise the window and maximise it again I see panel1 fully. How do I get rid of this. I use MainFrame.setVisible(true) to show the second panel. Is that wrong? Should I use a different way. Where can I find related info?
First of all, is this approach ok?
Thanx
Latha.
Hi!,
What is the use of DataClient in this assignment. Specs say that it must have same code as Data class. As it is I am having one Data class of local and another for remote with exactly same code...(other than exceptions and code for remote access).
Thanx in advance.
Hi!,
Are full names showed in the combo box or just the codes.