I need to duplicate a web application. the application is written in java and built on top of tomcat. It is a graphical workflow designer that uses an active-x browser control. It creates nodes which are "tasks" and connectors. You double click and draw a line that becomes a connector to a task. tasks can be things like "send email" or "add user to list". conectors can be "on submit of webform" or "on link click" etc. Can anyone give some ideas how to do this with php, ajax, javascript. dojo? Thanks Guys....