Web application frameworks news, help and research - TheServerSide.com

Java Development Topics:

Web application frameworks

A Web application framework is a software framework specifically designed to support the creation of Web-based applications and services. Support features include libraries and session management. Popular Web application frameworks for Java development include Spring and Struts, and Induction. In this section on Web application frameworks, get news and research on the newest Web application frameworks and updates, and learn how a Web application framework can help you to create better Web applications and services.

News:

1 - 3 of 87

VIEW ALL News ON Web application frameworks

Video:

1 - 2 of 2
  • Apache Camel news from JavaOne 2011 12 Oct 2011

    Video - Apache Camel, the open source integration framework, is enjoying an upward swing in popularity as the community prepares for the upcoming release of Camel 3.

  • Does Open Source Mean Superior Software Quality? 10 May 2011

    Video - James Strachan, the man who believes he invented Groovy, presented a lightninground session at TheServerSide Java Symposium to speak about FuseSource and Open Source Software. In that discussion, he asserts that there are reasons why open source projects...

VIEW ALL Video ON Web application frameworks

Reference & Learning:

1 - 3 of 15

VIEW ALL Reference & Learning ON Web application frameworks

Expert Technical Advice:

1 - 3 of 7
  • Java 7 and the intricacies of safe and unsafe casting 26 Jan 2012

    Tip - One of the problems with casting is that it does have the potential to cause a loss of precision, especially if the number that gets cast does indeed fall outside of the range of the target type. Here we will explain why this happens.

  • ServletConfig vs. the ServletContext: Understanding the Difference 02 Oct 2011

    Tip - The ServletConfig and ServletContext are two members of the Servlet API that developers often confuse with one another, and sadly, because of the confusion, they often don’t take proper advantage of these objects.

  • Include vs. Forward of the Servlet RequestDispatcher 02 Oct 2011

    Tip - The key difference between the two is the fact that the forward method will close the output stream after it has been invoked, whereas the include method leaves the output stream open.

VIEW ALL Expert Technical Advice ON Web application frameworks