HybridJava is a Java™-based component-oriented MVC technology for programming dynamic web content. Like JSP, this technology provides for combining HTML and JAVA code in one source file. JSP proved to be a somewhat inconvenient solution, with ultimately cumbersome syntax, lack of immediate syntax control for both Java and HTML and poor support of code reuse and factorization. Later introduction of custom tags did not add much convenience either. HybridJava offers a smarter compilable Language instead of JSP.

Each HybridJava component conforms to MVC paradigm. Other frameworks also use term "component", however they refer to building blocks of page-level Model, page-level Controller, or page-level View.

HybridJava technology implementation basically consists of two parts – a Compiler from HybridJava Language and a Framework. The latter also serves as the runtime of the Compiler. The compiler processes files .page and .widget and generates Java sources of pages that fit the MVC framework on construction. HybridJava API is wrapped around standard Servlet API, and operates on pages and components.

HybridJava Language is easy to learn for those who already know just Java and HTML, since it is about 46% Java and 46% HTML. Java is also our Expression Language.

The HybridJava Framework API is pretty compact - only about two dozens of methods total. The overall size of HybridJava technology documentation is less than 15 pages. HybridJava page rendering  works very fast. The only configuration needed is the standard web.xml file. HybridJava API supports validation.

HybridJava technology implementation is Pure Java. Current version is 1.01.

FREE FOR NON-COMMERCIAL USE.

FREE COMMERCIAL LICENSE (promotional):

Any commercial company is eligible for a free life-time license of the Software. Requirement: To get this promotional license you must register here.

This offer expires after December 31st 2010.

*Java is a registered trademark of Oracle Corporation in the United States and other countries.

© 2010 HybridServerPages Group. All rights reserved.