Re: GUI implementation with tomcat

2007-03-12 Thread Alicia Sánchez-Mora
Hi kristian, thank you for your explanation but still the topic is not clear for me. As far I understand from your answer, I have to run the Frame fom my Client. ok, I did it. Then, each time I call a service I try to add a new message on my window, both from the service class and form the clien

Re: GUI implementation with tomcat

2007-03-08 Thread Kristian Rink
Alicia; first off; thanks for your explanation and pointing things out a little more. :) I think I slightly understand the structure of your application but honestly I doubt it will work out this way: ["Alicia Sánchez-Mora" <[EMAIL PROTECTED]> @ Thu, 8 Mar 2007 16:24:33 +0100] > public class L

Re: GUI implementation with tomcat

2007-03-08 Thread Alicia Sánchez-Mora
Hi Kristian, here I send you some short pieces of my code to make the arquitecture of my application clearer :) This is the class to initilize the window public class ListItems { List listOptions; private static ListItems instance; private Frame f; public static ListItems getInstance ()

Re: GUI implementation with tomcat

2007-03-08 Thread Kristian Rink
Alicia; ["Alicia Sánchez-Mora" <[EMAIL PROTECTED]> @ Thu, 8 Mar 2007 15:05:09 +0100] > I have the class Window to initialize the GUI and I call (locally) an > instance of this class from my service class. The problem, or at > least what I think the problem is, is that every time I make a call

Re: GUI implementation with tomcat

2007-03-08 Thread David Delbecq
En l'instant précis du 08/03/07 15:05, Alicia Sánchez-Mora s'exprimait en ces termes: > > > I have the class Window to initialize the GUI and I call (locally) an > instance of this class from my service class. The problem, or at least > what I think the problem is, is that every time I make a call

GUI implementation with tomcat

2007-03-08 Thread Alicia Sánchez-Mora
Hi, after one week fighting with the same I decided to ask I am implementig a web service class and a client in java, using tomcat and axis and I have to create a GUI. When I start the application a window has to appear and every time the client calls a method in the service class a new message