Latest

  • 6 new Features on JSP & Servlets

    If you use a web container such as Tomcat 5.x, which supports Servlet API 2.4 and JSP 2.0, then you can use a number of…

  • 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…