|
|
Developing Applications with JBoss and Hibernate: Part 1
|
Last Update 2010/3/24 19:56
|
Category
Programming
Java
:
Database
:
Tools
|
Description
In this article we will introduce Hibernate, which is the de facto standard object-relational mapping framework for Java applications. The Hibernate galaxy is quite large and needs a book of its own to be fully explored. Our mission will be to take over one sector of this galaxy, especially where Hibernate applications are managed by JBoss AS.
|
|
Hits: 7
Rating: 7.00 (2 votes)
|
5 things you didn't know about ... JARs
|
Last Update 2010/6/23 8:42
|
Category
Programming
Java
|
Description
Many Java™ developers never think beyond the basics of JARs — only using them to bundle classes before shipping them off to the production servers. But a JAR is more than just a renamed ZIP file. Learn how to use Java Archive files at their fullest capacity, including tips for jarring Spring dependencies and configuration files.
|
|
Hits: 37
Rating: 6.00 (1 vote)
|
5 things you didn't know about ... Java Database Connectivity
|
Last Update 2010/8/12 16:19
|
Category
Programming
Java
:
Database
|
Description
JDBC, or Java™ Database Connectivity, is one of the most frequently used packages in the entire JDK, and yet few Java developers use it to its fullest — or most up-to-date — capacity. Ted Neward offers an introduction to newer JDBC features like ResultSets that automatically scroll and update on the fly, Rowsets that can work with or without an open database connection, and batch updates that can execute multiple SQL statements in one fast trip around the network.
|
|
Hits: 15
Rating: 0.00 (0 votes)
|
5 things you didn't know about ... Java Object Serialization
|
Last Update 2010/4/14 16:14
|
Category
Programming
Java
|
Description
Java Object Serialization is so fundamental to Java programming that it's easy to take for granted. But, like many aspects of the Java platform, Serialization rewards those who go digging. In his first article of this new series, Ted Neward gives you five reasons to look twice at the Java Object Serialization API, including tricks (and code) for refactoring, encrypting, and validating serialized data.
|
|
Hits: 19
Rating: 8.00 (1 vote)
|
|
Software Development Resources
|
Software Development Jobs
|