[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools] Re: How to develop Web Application ?

We were in this situation a couple of months ago and decided to use Struts as an application framework. i.e Java + Tomcat + Struts.

see http://jakarta.apache.org/struts/index.html

We found Struts reasonably complex to start with, but now that we've got our heads around it, it is quite powerful.

I understand there are some simpler tomcat application frameworks, but I haven't any experience with them.

here is a link to an O'Reilly article which also answers your question:
http://www.onjava.com/pub/a/onjava/2003/01/08/tomcat4.html

Good luck
Paul


JM. COLLIN wrote:
Here's a newbies question. I've donwload eclipse 2.1, jsdk 1.4.1, tomcat
4.1, and tomcat plugin for eclipse. All installation seems to be good.

I indent to developp a webapp with these soft and I don't find how to do.

I've created a new "Tomcat project" with war structure. that's ok.
But :
1 : I don't find any web.xml,
2 : I don't find any "new JSP file", nor "new Servlet", nor "new Javascript"
menus.

I don't believe that I have to do all from scratch.

I think I've to download a "web application dev" plugin or somethnig like
this.

Thank's to help me.