RE: Where to put bean classes

2004-11-12 Thread Majirus Fansi
Dear Shapira, thank you for your help. It work regards, Majirus "Shapira, Yoav" <[EMAIL PROTECTED]> wrote: Hi, You should read a book or tutorial on web application development when you get a chance ;) Tomcat has one called "First Webapp" or something like that in its docs. Put your beans in

RE: Where to put bean classes

2004-11-08 Thread Ben Souther
If you're interested, I've posted a couple of really simple example webapps. SimpleMVC, has beans that are accessed from JSPs. http://www.souther.us/simple. The examples are not tutorials. They are just a quick way to get a working example on your machine. Yoav Shapira's advice about finding

RE: Where to put bean classes

2004-11-08 Thread Shapira, Yoav
Hi, You should read a book or tutorial on web application development when you get a chance ;) Tomcat has one called "First Webapp" or something like that in its docs. Put your beans in a package (e.g. com.mycompany) when developing them. When deploying your webapp, either put the compiled b