I recently noticed several new books based on GlassFish Server, like Yuli's book on Java EE and DBs, Using MySQL and GlassFish and Antonio's book on Java EE 6 with GF v3. Looking a bit more I also found that David also has a new book on NetBeans 6 and Java EE 5 (w/ GF) and Adam has one on the …
[Read more]
The MySQL Users Conference is April 20-23rd in Santa Clara, CA and we are all getting ready for it. Dups has one of the longest preps - he is traveling (by train and bus) from Montreal in his North American Tour visiting Universities around the way. Arun only needs to drive across town to present about GlassFish and MySQL, and he has been building up the demo material for his session - see his note on how to use … |
EclipseLink JPA replaces TopLink Essentials as the JPA implementation
in GlassFish
v3. One of the benefits of using EclipseLink is that it
provides efficient pagination support for the MySQL
database by generating native SQL statements such as "SELECT ...
FROM <table> LIMIT <offset>, <rowcount>".
The MySQL LIMIT clause definition says:
The LIMIT clause can be used to constrain the number of rows
returned by the SELECT statement. LIMIT takes one or two numeric
arguments, which must both be non-negative …
EclipseLink JPA replaces TopLink Essentials as the JPA implementation
in GlassFish
v3. One of the benefits of using EclipseLink is that it
provides efficient pagination support for the MySQL
database by generating native SQL statements such as "SELECT ...
FROM <table> LIMIT <offset>, <rowcount>".
The MySQL LIMIT clause definition says:
The LIMIT clause can be used to constrain the number of rows
returned by the SELECT statement. LIMIT takes one or two numeric
arguments, which must both be non-negative …
EclipseLink JPA replaces TopLink Essentials as the JPA implementation
in GlassFish
v3. One of the benefits of using EclipseLink is that it
provides efficient pagination support for the MySQL
database by generating native SQL statements such as "SELECT ...
FROM <table> LIMIT <offset>, <rowcount>".
The MySQL LIMIT clause definition says:
The LIMIT clause can be used to constrain the number of rows
returned by the SELECT statement. LIMIT takes one or two numeric
arguments, which must both be non-negative …
Project WebSynergy continues its march to its first commercial release early next year. Last Friday, the team released its Milestone 3 [download]. Major changes or additions since the last milestone include: GlassFish V2 & V3 bundles, much improved documentation, better samples, WSRP-Database integration, jBPM Workflow … |
Hot on the heels of SB2, WebSynergy continues its cadence of builds with the latest, Project WebSynergy Community Build 5 [download]. This build incorporates additional samples, a bridge between JSR 286 events and the built-in services (e.g. the activities service), WSRP improvements, jBPM workflow integration into … |
TOTD #9 explained how to configure JDBC
connection pooling for Rails application deployed on GlassFish v2. There are several
benefits of using using the JDBC connection pools:
- No need to create a new database connection for each Rails instance.
- No need to specify your password in database.yml or create a hack to hide it.
- No garbage collection of connection after each use.
And because of the above mentioned (and other reasons) an
improved application performance, scalability and
efficiency.
The only way to deploy a Rails application on GlassFish v2
is to create a WAR file using …
Project WebSynergy Stable Build 2 [download] is now available! This build represents a significant milestone for the team and establishes a lot of the groundwork for the future features. In addition, summer vacations and name searches have delayed us somewhat, but we are very close to getting the external community site established (see my detailed blog post for details). Future features include exposing more Presence features, authorization and … |
NetBeans IDE 6.5 Milestone 1 is now available. The New
and Noteworthy feature list certainly makes it worthy for the
install - comprehensive PHP support (Editor Screencast and PHP
Learning Trail), JavaScript Debugger, Groovy Editor, …