JSP and Servlets related scripts & softwares
Brett McLaughlin continues his JSP best practices series by extending the custom time-stamp tag (lastModified) with an attribute that lets page authors choose their own time-stamp format.
Brett McLaughlin continues his JSP best practices series with a look at the various techniques for adding time stamps to your JSP pages, as well as the ways that this simple modification can enhance the usability of your Web site.
DataML is a web server extension that could be integrated in any JAVA enanbled web server. It provides a simple API to rapidly generate dynamic data driven charts, graphs and custom content, which will run on any standard Internet browser. DataML is a markup language designed to facilitate the creation of simple dynamic data driven reports with only few lines of XML code.
JavaBY Template Engine (JBYTE) is a general template engine used for generating any type of text document from a template. JavaBY Template Engine is used mostly for generating HTML from JSPs or servlets but it can also be used for generating XML, RTF, WML, e-mail text, source code and configuration files. Using JavaBY Template Engine in cooperation with JavaServer Pages instead of standalone JavaServer Pages means that you can completely separate your content from your markup, as the originators of markup languages intended. The difference between JavaBY Template Engine and JSP is that content can be generated outside a webserver and that the layout is completely separated from the application code.
The MBH Transfer Tag is an advanced form element used to manage multiple selects. Traditionally seen in standard applications, this component was created to deliver the same power and flexibility to html forms.
The MBH Encode Tag facilitates encoding text. Encoding schemes include Html, URL, Base64, and MD5.
The MBH Group Indent Tag is an ideal solution to indenting and tabbing in html. By using this simple tag, you can eliminate multiple nbsp; calls. Tab width and the number of tabs applied is quickly configured. By wrapping your text with this tag, entire portions of content may be quickly indented, eliminating the need for blockquote.
The MBH Log Initialization Servlet is a very handy servlet for initializing logging facilities in your application. By configuring this servlet to 'load-on-startup' first, all your servlets and tag libraries within the web.xml can rely on this initialization. Using this servlet is as simple as configuring it in your web.xml so that it knows where to find your log4j intialization properties file.
NetRelay is an installable application server with integrated publishing framework for rapid development of dynamic webapplications. Database independent. Real logic / presentation – separation. Integrated template editor. Xml-based scriptlanguage with lots predefined tags for different functions. Java-developers can add own tags with own logic in very short time. Online-database-editor creates and modifies database-tables and java mapper classes. Extensive tutorials for template- and tag-creation in english and german.
ServletManager is an XML-based servlet controller package (in the model/view/controller paradigm) that allows a Web application programmer to declare the entire application's flow, application state rules, exception handling, authorization rules, model code (business logic) per state, and view code (Java server pages (JSPs) per state in an XML-based state table.
|