[java ee programming] Re: Production Enviroment

2009-10-13 Thread lucian
You could use Google AppEngine. Regards, Lucian On Oct 13, 1:12 am, Caleb Josue Ruiz Torres wrote: > Hello There all! > > ok, i just finished the hans-on-labs of the servlets theme but i want > that my little cousin in Spain get some fun with this basic greeting > servlet. > > how can i deploy

[java ee programming] Re: Help....

2009-10-13 Thread Kathleen Justice
Hi Shimaf, Here is a tutorial for Java in Netbeans, though it is for Netbeans 5.0, so some things may be a little different. http://cs.armstrong.edu/liang/intro5e/SupplementINetBeans.pdf  Alternatively, you could use the "help" within Netbeans. Hope this helps. -Kathleen - Forwarded Me

[java ee programming] Re: HTTP monitor problem Lab-4011

2009-10-13 Thread Mihai DINCA
Hi, I had some problems too. Actions to do: -- Close the HTTP Server Monitor and HTTP Client monitor Windows -- Undeploy all applications from the application server -- Check the checkbox "Enable HTTP Monitor" in the server properties (as you did on page 5 of your .doc) -- Stop the server then (a

[java ee programming] How to design/generate tag cloud

2009-10-13 Thread raja sekhar
Hi friends, For my application I am planning to design/generate tag cloud in java.Can any one help me how to generate tag clouds using java. Thanks in Advance -- Raja. --~--~-~--~~~---~--~~ You received this message because you are subscribed to t

[java ee programming] Re: Lab 4004

2009-10-13 Thread hnguyen
I don't think you need to pass the name back to the index page, but you need to provide a link or a button to be able to go back to the index page from response page. Also you need to change the scope to session instead of request. On Oct 12, 7:15 pm, derezone wrote: > Hi >    Can someone point

[java ee programming] lab 4005

2009-10-13 Thread diego rangel
apreciated friends: i have the following error when i go the exercise that coresponds to the cicle life handlers an i run the myowneventlistener.java:(it correponds to the lab4005): C:\Documents and Settings\diego rangel\Mis documentos\NetBeansProjects\hello2\src\java\MyOwnEventListener.java:

[java ee programming] Re: Socket Programming

2009-10-13 Thread archana c
> > Hi All, > I have a problem with hibernate one to many mapping I am getting error Initial SessionFactory creation failed.org.hibernate.MappingException: entity class not found: Speaker even though I have specified the folder in class path and build path. Can anyone please help me? --~--~---

[java ee programming] Re: Socket Programming

2009-10-13 Thread John Ip
Is the Speaker class in any package? If yes, are you using hbm file? If yes, you will need to specify the fully qualified class name in the mapping file. eg "com.sun.Speaker" archana c wrote: > > Hi All, > > I have a problem with hibernate one to many mapping > I am getting error > Initial