-
1. Re: Console Application in JBoss
maxandersen Dec 2, 2011 12:46 PM (in response to naveenpunnathatta)I do not understand your question.
-
2. Re: Console Application in JBoss
naveenpunnathatta Dec 3, 2011 8:13 AM (in response to maxandersen)I have developed an desktop application in java .Can we deploy it in JBoss server ?
-
3. Re: Console Application in JBoss
refon Dec 3, 2011 9:12 AM (in response to naveenpunnathatta)Maybe could you clarify what do you mean by desktop application. Is it a standalone Java application ?
-
4. Re: Console Application in JBoss
naveenpunnathatta Dec 4, 2011 11:51 PM (in response to refon)Ya it is a standalone java application written in core java.
-
5. Re: Console Application in JBoss
maxandersen Dec 5, 2011 6:14 AM (in response to naveenpunnathatta)moving this to JBoss AS Beginners Corner.
-
6. Re: Console Application in JBoss
jaikiran Dec 5, 2011 6:20 AM (in response to naveenpunnathatta)The first question would be - why do you want to deploy it in JBoss AS? Is it a web application? Which version of JBoss AS do you use?
P.S: Please do not use all bold letters. It's considered yelling.
-
7. Re: Console Application in JBoss
naveenpunnathatta Dec 5, 2011 6:50 AM (in response to jaikiran)I am new to JBoss.It is not a web application.It is a console application only.My question is can I deploy it in JBoss server for better memory management?
-
8. Re: Console Application in JBoss
wdfink Dec 5, 2011 10:34 AM (in response to naveenpunnathatta)Definitive not. You can only deploy JEE applications which are components.
This means, no main-class no IO like Swing or other console input output. And other restrictions.
You should read the oracle or JBoss getting started with JEE guides.
e.g. http://docs.oracle.com/javaee/5/tutorial/doc/
Also the memory management is still Java