Re: GUI implementation with tomcat

2007-03-12 Thread Alicia Sánchez-Mora
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 ListItems { > List listOptions; > pr

Re: GUI implementation with tomcat

2007-03-08 Thread Alicia Sánchez-Mora
Kristian Rink <[EMAIL PROTECTED]> wrote: 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 > le

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

Re: Inicialization of an UnsignedByte variable

2007-02-15 Thread Alicia Sánchez-Mora
u cannot convert a string to long and this cause tomcat to throw a NumberFormatException. This is why I created a custom UnsignedByte class as I already wrote. So my question is still why in the server side (tomcat is running) the blob length is cero? On 2/15/07, David Delbecq <[EMAIL PROTE

Re: Inicialization of an UnsignedByte variable

2007-02-15 Thread Alicia Sánchez-Mora
Hello again, ok, maybe I am not in the appropiate mailing list, but maybe you have a clue. I have exposed my problem in other mailing lists, the axis one, but I got no answer. I tried waht you propoused but nothing works. I explain here my problem in more detail and maybe you can help me. I have

Inicialization of an UnsignedByte variable

2007-02-14 Thread Alicia Sánchez-Mora
Hi, I want to assign a value to a variable of type UnsignedByte. In the function it looks like this: public String function (){ final UnsignedByte ptr =new UnsignedByte() ; final Base64 blob = new Base64 (ptr, 10, "id","type","options"*); ... } I want the "ptr" variable to have a value ot