Get tips on using enterprise Java technologies and APIs, such as those in Java Platform, Enterprise Edition (Java EE).
Enterprise Tech Tips
Archives
« July 2008 »
SunMonTueWedThuFriSat
  
1
3
4
5
6
7
8
9
10
11
12
13
14
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
  
       
Today
Click me to subscribe
Search

Links
 

Today's Page Hits: 2464

« Previous month (Jun 2008) | Main | Next month (Aug 2008) »
Thursday Jul 31, 2008
Combining Groovy, Grails, MySQL, and the Java Persistence API
This tip shows you how to create an online catalog application using the Groovy language, the Grails framework, the MySQL database, the Java Persistence API, and the GlassFish application server.[Read More]
Posted at 01:12PM Jul 31, 2008 by edort in Java Persistence  |  Comments[18]

Tuesday Jul 15, 2008
Using P6Spy and the GlassFish Connection Pool to Trace Database Operations
This Tech Tip demonstrates how to use a tool called P6Spy to trace the database requests issued by an application running with the GlassFish v2 application server. Specifically, you'll learn how to trace SQL statements from an application that uses GlassFish's JDBC Connection Pool.[Read More]
Posted at 09:36AM Jul 15, 2008 by edort in performance  |  Comments[7]

Wednesday Jul 02, 2008
Preventing Non-Repeatable Reads in JPA Using EclipseLink
In this tip, you'll learn how to prevent non-repeatable reads through the Java Persistence API (JPA) and JPA extensions provided by the EclipseLink framework. [Read More]
Posted at 04:46PM Jul 02, 2008 by edort in Java Persistence  |  Comments[6]