JavaBeat

  • Home
  • Java
    • Java 7
    • Java 8
    • Java EE
    • Servlets
  • Spring Framework
    • Spring Tutorials
    • Spring 4 Tutorials
    • Spring Boot
  • JSF Tutorials
  • Most Popular
    • Binary Search Tree Traversal
    • Spring Batch Tutorial
    • AngularJS + Spring MVC
    • Spring Data JPA Tutorial
    • Packaging and Deploying Node.js
  • About Us
    • Join Us (JBC)
  • Privacy

What is hibernate framework?

May 12, 2007 by Krishna Srinivasan Leave a Comment

1) Introduction Persistent data can be seen anywhere in an application. Managing persistent data is one of the few challenges that modern technologies/products are facing. A solution called Object-Relational Mapping (ORM) has gained major popularity … [Continue reading]

Filed Under: Hibernate Tagged With: Hibernate Framework

Introduction to Spring Web Flow

May 1, 2007 by Krishna Srinivasan Leave a Comment

You must have found the web applications are getting more and more complex and to maintain them is getting even harder. You now have to write or understand and maintain a large and complex page flows (flow of the application). If you are bugged down … [Continue reading]

Filed Under: Spring Framework Tagged With: Spring Web Flow (SWF)

Building JSF application with Exadel IDE

April 20, 2007 by Krishna Srinivasan Leave a Comment

Introduction Java Server Faces (JSF) is a widely-used web application framework based on standards and promoted by Sun Microsystems. It provides a high level framework, based on the MVC pattern, which brings several functionalities for simplifying … [Continue reading]

Filed Under: JSF Tagged With: JSF

Sample Application for Java Persistence API (JPA)

April 15, 2007 by Krishna Srinivasan Leave a Comment

This article is the last part of the article series Java Persistence API (JPA), the earlier articles are introduction to JPA and the query api in JPA. This article is only for explaining the sample program with concepts used in the previous articles. … [Continue reading]

Filed Under: Java EE Tagged With: EJB, JPA

The Query API in JPA (EJB 3.0)

April 14, 2007 by Krishna Srinivasan Leave a Comment

Introduction One of the disadvantage of locating the entity objects using the EntityManager.find() and EntityManager.getReference() methods is, we cannot specify any powerful search criteria for searching the entity objects. All we can provide is … [Continue reading]

Filed Under: Java EE Tagged With: EJB, EJB 3, JPA

Introduction to Java Persistence API(JPA)

April 13, 2007 by Krishna Srinivasan Leave a Comment

Introduction Java Persistence API (JPA) provides POJO (Plain Old Java Object) standard and object relational mapping (OR mapping) for data persistence among applications. Persistence, which deals with storing and retrieving of application data, can … [Continue reading]

Filed Under: Java EE Tagged With: EJB, JPA

What’s new in Struts 2.0? – Struts 2.0 Framework

April 12, 2007 by Krishna Srinivasan Leave a Comment

Introduction In this article we will talk about the new features in Struts 2.0. Over the years, every developers believes that struts is the best and simple framework to implement. Since last two years, more new frameworks come to the market and the … [Continue reading]

Filed Under: Struts Tagged With: Struts 2.0

Introductiion to Jakarta Struts

April 12, 2007 by Krishna Srinivasan Leave a Comment

Introduction This article explores the Struts framework in depth and highlights the benefits Struts can bring to your development efforts. We believe that once you can "talk the talk" of web architecture and design, you will be better equipped to … [Continue reading]

Filed Under: Struts Tagged With: Struts Basics

The Java 6.0 Compiler API

April 1, 2007 by Krishna Srinivasan Leave a Comment

Introduction One of the cool features available in Java 6.0 (Mustang) is the ‘Java Compiler API’. This API is a result of the JSR (Java Specification Request) 199 which proposes that there must be a standard way to compile java source files. The … [Continue reading]

Filed Under: Java Tagged With: Java 6.0, Java Compiler

What is new in Java 6.0 Collections API?

March 28, 2007 by Krishna Srinivasan Leave a Comment

In this article I will write about the new Collections APIs introduced in Java 6.0. Mustang has few interesting changes in the Collections APIs, one amoung them is the Deque. Deque is used for the Bi-Directional traversal. It has different … [Continue reading]

Filed Under: Java Tagged With: Java 6.0

  • « Previous Page
  • 1
  • …
  • 188
  • 189
  • 190
  • 191
  • Next Page »

Follow Us

  • Facebook
  • Pinterest
JavaBeat

FEATURED TUTORIALS

Servlet Life Cycle: Explanation

Servlet Life Cycle: Explanation

Interceptors in Hibernate Framework

Interceptors in Hibernate Framework

Integrating Struts With Spring

Integrating Struts With Spring

Copyright © by JavaBeat · All rights reserved

This website uses cookies to ensure you get the best experience on our website. Learn more.