Actually, it wasn't for licensing.  Licensing is still accounted for, but it's
dealt with on the server side.

The only real point of the UniJava class was to provide a centralized
marshalling and management class for the API.  It provided a mechanism
to manage multiple sessions, etc...

I originally had more planned for it than that, but that's all it does 
right now.

Like Wendy mentions, it's not required however.

Dave


>I don't think you should try to reconnect a UniSession that you've
>disconnected.  If you're done with it, disconnect and get rid of it.  If
>you need to connect again, make another UniSession.
>
>BTW, you don't need the UniJava object, it was there for licensing but
>since IBM decided to include UOJ with U2, it's not necessary.  You can
>just do:
>    UniSession uSession = new UniSession();
>
>There's sample code on the Wiki, I use a UniSessionFactory to produce
>sessions.  http://www.pickwiki.com/cgi-bin/wiki.pl?JavaSource
>
>--
>Wendy Smoak
>-------
>u2-users mailing list
>[EMAIL PROTECTED]
>To unsubscribe please visit http://listserver.u2ug.org/

========================================================================
David T. Meeks                     || "All my life I'm taken by surprise
Architect, Technology Office       ||  I'm someone's waste of time
Ascential Software                 ||  Now I walk a balanced line
[EMAIL PROTECTED]   ||  and step into tomorrow" - IQ
========================================================================
-------
u2-users mailing list
[EMAIL PROTECTED]
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to