|
jXMLWebT for J2EE platform is a code generation
tool. It takes XML schema as an input and generates J2EE web
application. The generated web application provides web interface
to enter information via HTML form and then it generates XML
and it forward the XML to external service. It accepts XML
response from the external service and formats as HTML response
and presents to the web user.
It comes with following tools
- jXMLWeb Configurator - a configuration
tool that allows you to define the field access type (read
only, write, protected) , display name and etc. It provides
a tree view based editor so that you could edit attributes
as you see the field in the XML Schema.
- jXMLWeb Code generator - based on your XML schema
, it generated J2EE web application. It also takes configuration
file as one of the input that you have defined using the
jXMLWeb Configurator.
- jXMLWeb Runtime - a small runtime engine that
helps 'generated web application' to generate XML from the
HTML post data and consumes XML to create HTML response
with help XML marshaller/unmarshaller tool. It works work
with any Marshaller/unmarshaller Tool.
Benefits
- Provides web interface for your XML enabled enterprise
application.
- Reduces development time by 90%.
- If your XML schema of your enterprise application changes,
the changes could easily be incorporated, thus reduces manageability
by 90%.
- Generates J2EE standard based application, so you could
deploy the generated application in any J2EE server such
as Apache Tomcat, Weblogic, Websphere and etc.
- Provides input extension - by default it accepts XML
schema as input, there are input extension plug-ins are
available for
- JAVA - generated web application converts HTML post
data as Java object and consumes JAVA object to format
HTML response.
- Copybook - generated web application converts HTML
post data as copybook data and consumes copybook data
to format HTML response.
- Database - generated web application converts HTML
post data as database records and consumes database records
to format HTML response.
- Provides display template to customize the look and feel
(LAF) of the web application.
|