This essay developed out of conversations I've had with several other programmers about why Java smelled suspicious. It's not a critique of Java!
Sycorax - complete tutorials
Programming Tutorials
" Java provides the industry - software companies and customer alike , an opportunity to create a true open computing environment where software is portable,
and customers benefit from increase competition. "
Java and the Future
December 1, 2008-LEJB 3.1: EJB New and Improved!
The EJB 3.0 specification was a huge improvement from what you were used to in the early versions of EJB. Available as an early draft, EJB 3.1 has many more features and is even easier to use.
December 1, 2008-Should Java Assert that Network I/O Can't Occur on the UI Thread?
Doing network I/O on the user interface (UI) thread is bad. Most developers know that and can tell you why; unfortunately, it's still done.
Register now to recieve special alert and latest technology news!
Hibernate Development Environment
Obtaining Hibernate
To use Hibernate, you first need to obtain it from the Hibernate home page. Follow these steps:
1. The Hibernate distribution is available at http://www.hibernate.org/6.html. Download and unzip the core package from this page.
2. Part way down the new page is a Download from Sourceforge link. Click it to display a list of available downloads.
3. The first two files in the list are the most recent ZIP and GZ distributions. Download the appropriate version for your platform.
4. Download and install JDK 1.4 (Sun or IBM) http://java.sun.com/j2se/downloads/index.html
5. Download and install Eclipse 3.2.1 from http://www.eclipse.org/downloads/download.php?file=/eclipse/downloads/drops/R-3.2.1-200609210945/eclipse-SDK-3.2.1-win32.zip. However,if you have any other version of Eclipse,that will work too.
4. Download and Install Oracle or MySQL Database whichever is convenient to you. We will use Oracle Database 10g Express Edition. However we will let you know the appropriate steps for MySQL as well wherever necessary.