Web tier architecture resources and information - TheServerSide.com

Java Development Topics:

Web tier architecture

Learn about Java and Web tier architecture including Web Applications framework, Spring frameworks, Hibernate framework and Java Servlets.

  • Web app 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...
  • Spring framework

    The Spring Framework is an open-source framework for the Java platform and .NET framework that focuses on managing business objects with a layered architecture. When developing under the open-source spring framework for Java and .NET, what are the best practices in transaction management,...
  • Hibernate framework

    Hibernate is an object/relational mapping library (ORM) for the Java language. It provides a object/relational persistence query service. With hibernate, you can map an object-oriented domain model to a traditional relational database. It is an open source product developed by Red...
  • Java servlets

    When looking to use Java to create dynamic Web content, the servlet can help by extending the applications hosted by Web servers. To do this, the servlet object dynamically receives a request and generates an object based on that request. Servlets are created using the API found in the...
  • Java server pages

    JavaServer Pages help a user create Web content that has static and dynamic components. On a JSP page, static data is expressed with HTML, XML, or other text based formats, and dynamic content is expressed with JSP element. JSP uses a unified expression language to help integrate it with...
  • Ajax Web development

    Creating dynamic, interactive Web applications requires advanced programming techniques. Ajax Web development is one such technique. Ajax, which derived from the acronym of Asynchronous JavaScript and XML, allows programmers to create Web applications that can update and interact with...
  • Rich Internet applications

    Rich Internet applications (RIA) are dynamic Web applications that take characteristics from desktop applications and put them on a Web page. RIAs often include video, sound, and the ability to change and update asynchronously to the page on which it exists. RIA frameworks include Java...
  • Java server faces

    JavaServer Faces (JSF) is a Java-based Web application framework designed to help integrate server-side user interfaces (UIs) during development. JSF includes an API for representing UI components and managing their state, handling events, server-side validation, and data conversion. JSF...
  • Java Web portals

    Java Web portal is generally known as the link to the Internet, also known as the World Wide Web. Java is a programming language designed for use in the distributed environment of the Internet. Learn about Java Web portals news, updates and best practices.
  • Other UI

    User interface is the hardware and/or software systems by which people interact with machines. The communication between man and machine exists within input and output. Learn about existing user interface systems with updated news, articles and tips.

See also -Topics Related to Web Applications: