Hello everybody,
I am looking for a framework for "JSP". How a Java Beans, Tag Libs, XML Mapping for JSPs works toggether ? Any comments and suggestion will be helpful.
Thanks in advance,
fa.
-
Looking for JSP framework (5 messages)
- Posted by: Farhan Alam
- Posted on: November 15 2001 14:24 EST
Threaded Messages (5)
- Looking for JSP framework by VIJAY KHANNA on November 16 2001 00:30 EST
- Looking for JSP framework by Rickard Oberg on November 16 2001 02:27 EST
- Looking for JSP framework by Guy Geens on November 16 2001 04:07 EST
- Looking for JSP framework by James Burton on November 16 2001 05:10 EST
- Looking for JSP framework by Eric Johnson on November 16 2001 16:09 EST
-
Looking for JSP framework[ Go to top ]
- Posted by: VIJAY KHANNA
- Posted on: November 16 2001 00:30 EST
- in response to Farhan Alam
For JSP1.2 & servlets 2.3 specification
The following framework is indeed worth ,considering
JSP1.2/Servlet2.3 compliant container :Tomcat 4.01 (apache.org)
Webserver:Apache 1.2.x (www.apache.org)
Database:MySQL (www.mysql.com)
Connection Pooling : PoolMan (www.codestudio.com)
JDBC driver : org.gjt.mm.mysql.Driver
-
Looking for JSP framework[ Go to top ]
- Posted by: Rickard Oberg
- Posted on: November 16 2001 02:27 EST
- in response to Farhan Alam
You should take a look at WebWork, which you'll find at:
http://www.sourceforge.net/projects/webwork
It provides a good way to separate code from views (such as JSP's, but you can also use Velocity or XSLT), and is very easy to use.
/Rickard
-
Looking for JSP framework[ Go to top ]
- Posted by: Guy Geens
- Posted on: November 16 2001 04:07 EST
- in response to Farhan Alam
We are using struts at the moment. It doesn't have tight XML integration, but it does a good job of separating the view and data components. -
Looking for JSP framework[ Go to top ]
- Posted by: James Burton
- Posted on: November 16 2001 05:10 EST
- in response to Guy Geens
Try this URL for a pretty good and wide-ranging review of what's available out there (both JSP and Servlet-based solutions):
http://barracuda.enhydra.org/cvs_source/Barracuda/docs/landscape.html
It's put out by Enhydra, but it looks quite unbiased.
Struts looks like the leading JSP framework. (If you like JSP -- personally, and not meaning to start an argument, BLEGH).
-
Looking for JSP framework[ Go to top ]
- Posted by: Eric Johnson
- Posted on: November 16 2001 16:09 EST
- in response to Farhan Alam
We use Oracle's Business Components framework based on the MVC pattern. It comes with a complete tag library for both prentation components and database access compenents. Very easy to use, and with their Jdev IDE, pretty quick to assemble with low learning curve.