JGUP


Category:
Scripts
Java
Requirements:
Seller:
Price:
-
System:
Rating:
4.4
License:

Description - JGUP



The image is scrolled by JGUP is a code generation tool for getting a head start on a new Servlet/JSP web application project. JGUP is not a full Circle development tool; you run it only once and then customize the code further. You supply a XML file describing the web application and JGUP outputs a project source tree. The generated source tree includes: * DDL for creating the db tables. * Java classes for persisting The Business objects to the database. * JSP and Servlets for an web user interface. * JUnit test cases. * Ant build file for compiling the project and creating War files. The framework of the web application includes support for logging and configuration. An "application console" Servlet allows you to view the logs and set the configuration parameters. Currently JGUP only supports WebLogic, Oracle, and Sun`s java.util.logging.



More in Java-JGUP

Logging Configuration Source Tree