• Menu
  • Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

JavaBeat

Java Tutorial Blog

  • 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)
  • 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)

Java EE

JPA Entity Listeners And Callback Methods

March 12, 2014 //  by Amr Mohammed//  Leave a Comment

Before JPA 2.1 the concept of Entity Listeners (Injectable EntityListeners) wasn’t defined until JPA 2.1 released. The entity listener concept allows the programmer to designate a methods as a lifecycle callback methods to receive notification of entity lifecycle events. A lifecycle callback methods can be defined on an entity class, a mapped superclass, or an entity …

Category: Java EETag: EclipseLink, JPA

EclipseLink – DDL Schema Generation in JPA 2.1

March 8, 2014 //  by Amr Mohammed//  Leave a Comment

If you’ve a good experience in the Java Persistence API, you can configure the JPA to generates the required schema. These are not part of the JPA implementation prior to the JPA 2.1 specification. These are considered as the extensions for the JPA provider. However, this has been standardized from the JPA 2.1 release. JPA …

Category: Java EETag: EclipseLink, JPA

JSTL Function fn:replace()

March 7, 2014 //  by Krishna Srinivasan//  Leave a Comment

<fn:replace()> is a string function. The function replace is used to replace the entered string with specified string. The <fn:replace()> function replaces the existing string with another string. Syntax of JSTL Function <fn:replace()> Example of JSTL Function <fn:replace()> Following example demonstrate the working of <fn:replace()> function. In this example we replace the string Welcome to …

Category: Java EETag: JSTL Tutorials

JSTL Function fn:trim()

March 7, 2014 //  by Krishna Srinivasan//  Leave a Comment

Function <fn: trim ()> is used to remove leading and trailing white spaces, tabs from the start and end of the string. The function returns the string after removing white spaces from both points of the input string. Syntax Of <fn: trim ()> Tag Example Steps for Execution Save the file as trimExample.jsp in eclipse …

Category: Java EETag: JSTL Tutorials

JSTL Function fn:toUpperCase()

March 7, 2014 //  by Krishna Srinivasan//  Leave a Comment

The <fn: toUpperCase> is function of JSTL which is used to returns all the characters of string to upper case. It converts input string to an upper case string. The string which needs to be changed to upper case is passed as argument and converted string is being returned by the function. Syntax Of <fn: …

Category: Java EETag: JSTL Tutorials

JSTL Function fn:toLowerCase()

March 7, 2014 //  by Krishna Srinivasan//  Leave a Comment

The <fn: toLowerCase> is function of JSTL which is used to returns all the characters of string to lower case. It converts input string to a lower case string. The string which needs to be changed to lower case is passed as argument and converted string is being returned by the function. Syntax Of <fn: …

Category: Java EETag: JSTL Tutorials

JSTL Function fn:length()

March 7, 2014 //  by Krishna Srinivasan//  Leave a Comment

The function <fn:length()> is the string function. This function used to find out the length of the entered string. This function displays the number of characters entered in the specified string. Syntax of Function <fn:length()> Example of Function <fn:length()> Steps for Execution Save this file as example.jsp in your eclipse IDE. Now select this jsp …

Category: Java EETag: JSTL Tutorials

JPA Entity Primary Key Using @Id and @IdClass

March 7, 2014 //  by Amr Mohammed//  Leave a Comment

At this tutorial we’ve explained the concept of entity identification. Entity identification is the process in which the Java Persistence Implementation identify an entity uniquely from set of entities that belong to the same type on a memory level or a database level. Each entity that located in the persistence context must has a unique …

Category: Java EETag: EclipseLink, JPA

  • « Go to Previous Page
  • Go to page 1
  • Go to page 2
  • Go to page 3
  • Go to page 4
  • Interim pages omitted …
  • Go to page 26
  • Go to Next Page »

Primary Sidebar

Follow Us

  • Facebook
  • Pinterest

FEATURED TUTORIALS

New Features in Spring Boot 1.4

Difference Between @RequestParam and @PathVariable in Spring MVC

What is new in Java 6.0 Collections API?

The Java 6.0 Compiler API

Introductiion to Jakarta Struts

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

JavaBeat

Copyright © by JavaBeat · All rights reserved
Privacy Policy | Contact