Skip to main content



      Home
Home » Language IDEs » ServerTools (WTP) » What is a "Application client project" ?
What is a "Application client project" ? [message #136791] Tue, 06 September 2005 11:31 Go to next message
Eclipse UserFriend
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 Go to previous messageGo to next message
Eclipse UserFriend
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 Go to previous message
Eclipse UserFriend
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
>>
Previous Topic:Extending servlet and dynamic web project wizards
Next Topic:ANN: EJB 3.0 ORM project gets a nickname--Dali
Goto Forum:
  


Current Time: Thu May 29 03:40:44 EDT 2025

Powered by FUDForum. Page generated in 0.05523 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top