What is a "Application client project" ? [message #136791] |
Tue, 06 September 2005 11:31  |
Eclipse User |
|
|
|
Originally posted by: philipp.kanne.softlab.de
Hi,
i am using WTP Verion 0.7. I've tried to generate a simple ear project, it
works great, but i don't understand the term "application client project".
I thought it holds all the interfaces for my beans, but the generated jar
file is empty; i've checked all the dependencies twice, but no changes.
Can someone explain it to me?
Best regards,
Philipp
|
|
|
Re: What is a "Application client project" ? [message #136953 is a reply to message #136791] |
Wed, 07 September 2005 08:54   |
Eclipse User |
|
|
|
Originally posted by: wknauf_NO_._INSIDE_hg-online.de
Hi Philipp,
I will try to answer your question:
An "enterprise application" consists basically of three optional parts:
-an ejb part. These are the enterprise java beans running in an
application server (e.g. JBoss). That's the business logic.
-a web client (jsps and servlets which are accessing the enterprise java
beans(. They might run in another server, e.g. a tomcat. In most cases
they also run in the app server, but deep inside the server you will
often find a tomcat.
-an application client. This is a simple java application (console
client or with gui) running on your local machine. It can also connect
to the ejb server and make ejb calls. This is the "application client
project".
The enterprise application can consist of any combination of these parts.
I hope this helps
Wolfgang
Philipp K. wrote:
> Hi,
>
> i am using WTP Verion 0.7. I've tried to generate a simple ear project,
> it works great, but i don't understand the term "application client
> project".
> I thought it holds all the interfaces for my beans, but the generated
> jar file is empty; i've checked all the dependencies twice, but no changes.
>
> Can someone explain it to me?
>
> Best regards,
>
> Philipp
>
|
|
|
Re: What is a "Application client project" ? [message #137010 is a reply to message #136953] |
Wed, 07 September 2005 11:08  |
Eclipse User |
|
|
|
Philipp,
I also think you may have been referring to an EJB Client Project, not
an Application Client. An EJB Client can hold the interfaces for your
bean classes.
Hope that helps,
John Lanuti
Wolfgang Knauf wrote:
> Hi Philipp,
>
> I will try to answer your question:
>
> An "enterprise application" consists basically of three optional parts:
> -an ejb part. These are the enterprise java beans running in an
> application server (e.g. JBoss). That's the business logic.
> -a web client (jsps and servlets which are accessing the enterprise java
> beans(. They might run in another server, e.g. a tomcat. In most cases
> they also run in the app server, but deep inside the server you will
> often find a tomcat.
> -an application client. This is a simple java application (console
> client or with gui) running on your local machine. It can also connect
> to the ejb server and make ejb calls. This is the "application client
> project".
>
> The enterprise application can consist of any combination of these parts.
>
> I hope this helps
>
> Wolfgang
>
> Philipp K. wrote:
>
>> Hi,
>>
>> i am using WTP Verion 0.7. I've tried to generate a simple ear
>> project, it works great, but i don't understand the term "application
>> client project".
>> I thought it holds all the interfaces for my beans, but the generated
>> jar file is empty; i've checked all the dependencies twice, but no
>> changes.
>>
>> Can someone explain it to me?
>>
>> Best regards,
>>
>> Philipp
>>
|
|
|
Powered by
FUDForum. Page generated in 0.05523 seconds