Home 

Language  

Framework  

Is Not  

Release Notes  

                                                           Hybrid Java News Feed

HybridJava is new Java™-based 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 syntax control both for Java and HTML, and poor support of code reuse and factorization. Later introduction of custom tags provided for code reuse but did not add much convenience either. Lots of projects were implemented just on Servlet + JSP basis and several successful frameworks were build on top of JSP: Struts, Click,  JSF etc..

In short the new technology suggests replacing of JSP in the Servlet + JSP 2.0 pair with a smarter compilable language. At the same time it provides a higher level API wrapped around standard Servlet API.

HybridJava technology basically consists of two parts – a Compiler from HybridJava Language and a Framework. The latter also serves as a runtime of the Compiler. The compiler processes files .page and .widget and generates pages Java sources fitting the framework on construction.

HybridJava Language is easy to learn for those who already know both Java and HTML, since it is about 45% Java and 45% HTML. HybridJava Framework API is pretty compact - only about two dozens of methods total. The overall size of  HybridJava technology documentation is less than TEN pages. Finally with HybridJava  pages rendering  works very fast and configuration is limited to web.xml file..

HybridJava technology implementation is Pure Java.

 

FREE FOR NON-COMMERCIAL USE

Download: http://www.hybridserverpages.com/HybridJava_v0.97.zip
Feedback: dev@hybridserverpages.com

User Opinion

HybridJava versus Wicket

To enter a Sample Website click here.

Java is a registered trademark of Sun Microsystems, Inc., in the United States and other countries.