UI Tutorial - How to deploy
Morgan Duchène
duchene.morgan at wanadoo.fr
Tue Dec 11 12:53:45 EST 2007
Hi, thanks for the previous answer.
I am now working on the user interfaces tutorial.
Here is a remainder of the work to do:
>For example, it'd be great to have a UI tutorial that illustrates the
>same basic application implemented different ways. The application
> could be a simple blackboard object counter that displays a table of
> classname to count, e.g.:
> CLASSNAME, COUNT
> Relay, 1234
> Task, 234
> Asset, 4321
> ...
> and implement several different designs:
> 1) HTML page
> 2) HTML + AJAX
> 3) Applet (embedded Swing JTable, talks to Servlet)
> 4) Google Web Toolkit (embedded GWT widgets, talks to Servlet)
> 5) Swing GUI (stand-alone application, talks to Servlet via
> URLConnection)
> 6) SOAP client (talks to Cougaar WebServicesService "webaxis" plugin)
> The existing Cougaar demos only illustrate simple HTML pages.
- I have added a Flex in the list as it's another good example.
- I need help to know the best way to deploy examples as I have not
found any documentation on the topic. Usually with Tomcat I would make a
webapp and deploy it droping the war into the webapps folder. But is it
the philosophy of Cougaar as servlets are not deployed like that but in
the society description file? Here I need to deploy html pages, images,
js files and applets. Am I supposed to make a proxy with another Tomcat
server?
Regards,
Morgan
More information about the Cougaar-developers
mailing list