web-dev

Calling multiple methods from one RemoteObject in Flex and Actionscript using BlazeDS

Posted in Flex, web-dev on August 19th, 2009 by Nick – Be the first to comment

BlazeDS allows us to use RPC to access our Java objects from an Adobe Flex or AIR app. This is a simple example that allows you to have a remote java object which you will make calls upon from Flex (or Actionscript). There are plenty of BlazeDS remoting tutorials out there. This HOW-TO shows how to create an actionscript class to handle your remote objects and handlers as well as linking more than one method to a single remote object.
read more »

Quick Tomcat https SSL Config

Posted in Java, web-dev on March 10th, 2009 by Nick – 2 Comments

Setting up your webapp to work with https and SSL encryption when using Tomcat is easier than most people think.  Here’s a very quick HOW-TO to get you up and running…
read more »