JAVA
Spring RCP – Tutorial 1
Spring RCP Tutorial 1 – The Basics.
Note : First of all I have to tell you that what I write here is what I experienced while learning Spring RCP. I am no expert in Spring RCP and there may be mistakes and wrong do’s in this tutorial. Experts are welcome to point them out.
[...]
Hibernate Xdoclet many-to-one generates dulicate unique=”true” – SOLVED!
While working on my degree project i came across a situation where i needed a one-to-one relationship. Among the two methods to implement such relationship in hibernate, i choose to use the foreign-key method other than the shared primary key method.
I was unable to do a schemaExport because of xdoclet generating two unique=”true” attributes in [...]
No more memory/thread problems in JAVA !
According to the sources JAVA6 SE is to come out with a set of really important tools including the JAVA Monitoring and Management Console.
These tools can be used to check for Insufficient Memory, Memory Leaks, Finalizers, Deadlocks, Looping Threads and High Lock Contention.
Read more from the SUN site >>
Read the tool Docs >>
JAVA SE 7 – Dolphin to be out in 2008.
According to Ray Gan (read his blog), JAVA SE 7 code named Dolphin (The Dolphin Project) is to be started in late July on java.net. The release of Dolphin is planned to be in 2008.
Further non critical bug fixes, and API changes would be considered for this release.
The current version JAVA SE 6 code named [...]
Open source JAVA in months….
Simon Phipps (click here to read his blog), chief open-source officer for Sun said on Tuesday that the open source implementation of java is ” Months away rather than years “.
Further he said the company is ruminating over two major issues: how to keep Java compatible and ensure no particular company uses market forces as [...]
JAVA’s new direction-OpenSource???
I was just reading the 2006 JAVA ONE conference wrap up. when this caught my attention.
Exact quote.. from the wrap up "
New Directions – Open Source, Really?
At the Tuesday morning conference kick-off, Jonathan Schwartz, a JavaOne regular, made his first appearance as Sun's new president and chief executive officer, "my new job." He introduced Rich [...]
JAVA EE 5 ON THE MOVE!
This is an exact quote from SUN's java technical articles @ http://java.sun.com/developer/technicalArticles/J2EE/intro_ee5/
With version 5 of the Java Platform, Enterprise Edition (Java EE, formerly referred to as J2EE), development of Java enterprise applications has never been easier or faster. J2EE 1.4, the predecessor to the Java EE 5 platform, has many powerful features. The aim of [...]