Latest

  • DEBUG tomcat with eclipse

    Whichever platform you are using (Tomcat or JBoss) you need to start them with the JPDA debugging enabled. For Tomcat this is very easy. In…

  • Webservice call via ActionScript

    I was using Flex the other day to consume some SOAP web services. However, I needed a way to invoke webservice in action script. I…

  • AJAX with DWR

    The DWR (Direct Web Remoting) project is an open source solution under the Apache license for the developer who wants to use AJAX (Asynchronous JavaScript…

  • JDK 1.5 Language Enhancements

    Overview Generics Enhanced for loop Autoboxing and auto-unboxing Typesafe enumerated types (enums) Variable arguments (varargs) Static imports Metadata – Annotations One of the main considerations…