• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

How to maintain session in Swings application

 
Ranch Hand
Posts: 72
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am trying to build a swing application and now i need to maintain session for the connected user.

How do i pass my session from one frame to another. Can some one please throw some light
 
Author
Posts: 986
3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Raj kalaria:
I am trying to build a swing application and now i need to maintain session for the connected user.

How do i pass my session from one frame to another. Can some one please throw some light



What do you mean by "connected user"? Is this in a web context
or something? If so, are you talking Applets or something else?
 
Raj kalaria
Ranch Hand
Posts: 72
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It is not an applet,

This swing application talks to a tool Called 'Documentum' (A content Mangement tool). In order to access the Documentum and then to manipulate Data within Documentum we need a session.

I am trying to write a small stand alone utility which will connect to Documentum in frame 1 and in frame 2 and frame 3 it will perform certain functionality and for that we need session.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic