LabelGo 2.0 is
Write a Review
Add to My Favorite
Refer it to Friend
Report Broken Link
Other links at Java > JSP and Servlets > Development Tools
Melati is a tool for building websites backed by a database or accessing a database over HTTP. It is written in Java and provides the following features:
a generic database administration system, allowing the site manager to edit both the contents and the structure of the database through a simple web interface.
a templating engine, using "templets" (sub-templates) provides an easy mechanism for rendering persistent objects as interface elements (eg HTML input boxes, dropdowns).
a cookie-based or a HTTP-based access control mechanism.
full integration with POEM (Persistent Object Engine for Melati).
Category:
The last installment of JSP best practices introduced the basics of using custom tag libraries in your JSP pages. You learned how to define a simple tag and then make it available through a tag library descriptor (TLD) to other JSP authors. This week, we'll build on what you already know about custom tags. The example tag we worked with last time was quite simple, almost to a fault. So we'll extend its functionality by incorporating custom attributes.
Category:
Jtpl is a template engine for Java Servlet which allows you to store your HTML code apart from your Java code.
A template engine is a software module which is used to generate HTML pages. The layout of a HTML page is defined within a template file, which can be designed by using a standard HTML editor. At run-time, the application program instructs the template engine to load the template, fill in
variable values, repeat blocks and produce the final HTML page.
There are other template engines (like Velocity, WebMacro or Struts) which are huge and use complex syntaxes.
Jtpl however uses a very simple template syntax. All processing (loops, if-then-else logic) and variable formatting is done in the Java code, which leads to better separation of layout and code, and no new complex syntax has to be learned.
Category:
The GA release of MyEclipse 5.1 is now available for immediate downolad. Please review the special instructions, release notes and the New and Noteworthy before download. MyEclipse 5.1 GA is compatible with Eclipse 3.2.1 and now include an All-in-One full install for Eclipse and JRE for Windows. Please be sure to install Eclipse 3.2.1 if downloading the standalone version for MyEclipse 5.1.
This release continues to integrate the popular Matisse4MyEclipse Swing UI designer directly into MyEclipse, thereby enabling developers to easily build sophisticated graphical user interfaces for their applications. Though Matisse4MyEclipse is now supported on Linux, Mac users will be unable to utilize the Matisse4MyEclipse, MyUML, and MyEclipse Image Editor functions due to the long-standing Eclipse SWT_AWT bug #145890.
Category:
uitags is an open source JSP custom-tag library (taglib) that makes developing friendly UI (user interface) effortless. It aims to help developers create interactive UIs that let end-users work more efficiently. Its collection includes tags for well-known UI components, such as formGuide, calendar, optionTransfer, and panel.
Category: