Latest

  • Why I picked Flex and not JSP / JSF

    • Flex and JSP applications interact effectively with the browser caching mechanism to eliminate redundant loading of resources from the client. • Flex applications are…

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