Introduction to AOP in Spring

[Originally Posted 18-July-2004] OnJava.com has a great article on Aspect Oriented Programming and the Spring Framework. AOP via Spring is done in a very neat and pragmatic approach. No pre-compilers (like AspectJ) needed. Just simple XML configuration of your Spring...

The Java is Faster than C++ Benchmark

[Originaly Posted 22-June-2004] I knew that Java was gaining ground on C++ in a lot of areas with respect to performance, but this is quite impressive… http://kano.net/javabench/index Note that while the client JavaVM still has pretty bad performance (it’s...

The Java Web Services Tutorial

[Originally Posted 26-May-2004] This tutorial is a beginner’s guide to developing enterprise applications using the Java Web Services Developer Pack (Java WSDP). The Java WSDP is an all-in-one download containing key technologies to simplify building of Web...

EJB 3.0 based on Hibernate… And more…!

[Originally Posted 13-May-2004] Once again the Open Source movement has a profound impact on the commercial Java market. Apparently the new Enterprise JavaBean spec (EJB 3.0) will be based on the Hibernate ORM system. Hibernate’s biggest reason for existance (in...

Linux FileSystem Comparisons…

[Originally Posted 12-May-2004] If you use Linux you’ll find this interesting. If you use Linux and don’t understand what a file system is, please re-format your computer and install Windows XP – you might be better off.. Link: Linux FileSystem...