News

Eclipse continues to be the standard for Java developers. If you are creating Java applications chances are you are using some combination of the JDT and Web Tools or Java EE Tools project.
The new entry ("Using the Play Framework to Create Java Web Application on Top of a .NET Back-End "), shows how to create a Web application that uses the Play Web app framework to implement a ...
JNBridge, the leading provider of interoperability tools to connect Java and .NET frameworks, today announced it has posted a new R&D lab, "Using the Play Framework to Create Java Web Application ...
JNBridge has added a free developer tutorial kit that uses the Play Web app framework as a centerpiece for building Java-based apps that connect to a .NET back end. "We wanted to show that you can use ...
JavaServer Faces is a new framework for building Web applications using Java. JSF is a one of standard Java framework for building Web applications. It helps and simplifies the development of web ...
Request handling is the bread and butter of Java web application development. In order to respond to requests from the network, a Java web application must first determine what code will respond ...