Oracle's development team is excited about the news that SQLJ has achieved
standard status (ANSI X3.135.10-1998).
"It will undoubtedly be a catalyst in the adoption of Java by enterprise
application developers. SQLJ not only allows SQL to be incorporated into Java
programs in a standard way, it paves the way for database and Java tools
vendors to bring Java closer to the enterprise environment. Oracle has been a
firm supporter of SQLJ right from the early days when it cofounded the SQLJ
consortium which submitted the SQLJ proposal to ANSI."
This Java Developer's Journal feature article will introduce you to the nuts
and bolts of SQLJ with a look at Oracle's implementation and full support for
this technology.
What Is SQLJ?
SQLJ provides a standard to embed SQL statements in Java programs. When
writing an SQLJ application, a user writes a Java program and embeds SQL
... (more)