[JBoss-user] [JBoss Getting Started Documentation] - J2EE

2004-07-22 Thread DiegoMemo
Hi, is necessary j2ee for using jboss or is possible using jboss on j2se? thank Please, excuse me for my english View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3842973#3842973 Reply to the post :

[JBoss-user] [JBoss.NET SOAP] - Image

2004-07-01 Thread DiegoMemo
Hi, i'm developing a simple service: public class Hello { public Hello() { } public Image getImage()throws Exception { Image image=Toolkit.getDefaultToolkit().getImage(C...); return image; } } How can the Client extract the image? this is my client: import

[JBoss-user] [JBoss.NET SOAP] - Re: Image

2004-07-01 Thread DiegoMemo
thanks for your reaply. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3840587#3840587 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3840587 --- This SF.Net email

[JBoss-user] [JBoss.NET SOAP] - Re: Server

2004-06-30 Thread DiegoMemo
Thank you... that's ok...you save my life... but if you are in localhost the istructin: getRemoteHost() return the localhost. You can useing : getHeader(User-Agent) thanks you very much bye. PS: Sorry for my bad english. View the original post :

[JBoss-user] [Installation Configuration] - Re: API docs

2004-06-23 Thread DiegoMemo
Hi, I need the documentation api for jboss! I'm develop a Jboss application (web-service on Jboss). for Example: org.jboss.net.axis.server.TransactionRequestHandler where is this? In the Axis Documentations not exist. Sorry for my bad English. Thanks for you reply View the original post :

[JBoss-user] [Installation Configuration] - API docs

2004-06-22 Thread DiegoMemo
Hi, where can i find the jboss API? thanks. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3839519#3839519 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3839519 --- This

[JBoss-user] [JBoss.NET SOAP] - User Agent

2004-06-21 Thread DiegoMemo
Hi, Can I extract the User-Agent of the Client without using a Servlet? thanks. Please excuse me for my English. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=3839374#3839374 Reply to the post :

[JBoss-user] [JBoss.NET SOAP] - Server

2004-06-18 Thread DiegoMemo
Hi, I've to exctract the HTTP Header for the message send to client. How can i do it? thanks P.S. this is a my service: public class testHelloWorld { public testHelloWorld() { } public String getHelloWorldMessage(String name){ return Hello world to + name; } } View