|
From: Patrick Y. <kc...@ce...> - 2004-06-19 11:35:54
|
>> - is it possible to build a servlet client for Hermes >>keeping all the features that are managed by a regular java >>application? In other words is there something a Hermes >>client like "Monitor" can't do with servlets? (authentication >>using the existing authentication file system, etc...) >> >> > >Not yet, but there is some thinking going on to make these things >possible in the future > > > If Julien means can we write "Monitor" as a servlet, then I guess it is possible. Of course, our assumption is, the information which is currently captured interactively using Java Swing, like keystore location, password, etc, shall be managed by the servlet in other ways. One possible way is by pre-configuration. Regards, -Patrick |