Re: CMP EJB2.0 Struts Example

2003-02-18 Thread Vic Cekvenich
http://www.trifork.com/web/articles.html
http://www.ibatis.com/jpetstore/jpetstore.

Both above are PetStore using Struts with source code.
.V

Zoran Avtarovski wrote:

I'm about to start work on a application which I'd like to use the struts
framework with CMP2.0  EJBs.

Our current structure for applications follows a pretty standard approach:

base/action/action-classes
  /business/business-classes
  /DAO/data-access-classes
  /entity/entity-classes


I'd like to see what the ideal/preferred structure for an application using
session beans for the business logic and CMP entity beans for data access.

I'm hoping there's a pet store (or similar) example that I could have a look
at to guide me.

Zoran




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: CMP EJB2.0 Struts Example

2003-02-18 Thread Zoran Avtarovski
I'm OK on the struts side of things, I'm really looking for some examples of
the framework in use with CMP -  something which implements EJB 2.0
Persistence and in particular Container Managed Persistence.

The petstore examples don't use CMP2.0 as the persistence models.

Zoran

 http://www.trifork.com/web/articles.html
 http://www.ibatis.com/jpetstore/jpetstore.
 
 Both above are PetStore using Struts with source code.
 .V
 
 Zoran Avtarovski wrote:
 I'm about to start work on a application which I'd like to use the struts
 framework with CMP2.0  EJBs.
 
 Our current structure for applications follows a pretty standard approach:
 
 base/action/action-classes
   /business/business-classes
   /DAO/data-access-classes
   /entity/entity-classes
 
 
 I'd like to see what the ideal/preferred structure for an application using
 session beans for the business logic and CMP entity beans for data access.
 
 I'm hoping there's a pet store (or similar) example that I could have a look
 at to guide me.
 
 Zoran
 
 
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




RE: CMP EJB2.0 Struts Example

2003-02-18 Thread Fabrice FOUREL
You can look at ModelJ, a project wich generates code (Struts and CMP with
Session Facade, configuration files) for JBoss
http://modelj.sourceforge.net/

Fabrice Fourel

-Message d'origine-
De : Zoran Avtarovski [mailto:[EMAIL PROTECTED]]
Envoye : mardi 18 fevrier 2003 14:02
A : Struts Users Mailing List
Objet : Re: CMP EJB2.0 Struts Example


I'm OK on the struts side of things, I'm really looking for some examples of
the framework in use with CMP -  something which implements EJB 2.0
Persistence and in particular Container Managed Persistence.

The petstore examples don't use CMP2.0 as the persistence models.

Zoran

 http://www.trifork.com/web/articles.html
 http://www.ibatis.com/jpetstore/jpetstore.

 Both above are PetStore using Struts with source code.
 .V

 Zoran Avtarovski wrote:
 I'm about to start work on a application which I'd like to use the struts
 framework with CMP2.0  EJBs.

 Our current structure for applications follows a pretty standard
approach:

 base/action/action-classes
   /business/business-classes
   /DAO/data-access-classes
   /entity/entity-classes


 I'd like to see what the ideal/preferred structure for an application
using
 session beans for the business logic and CMP entity beans for data
access.

 I'm hoping there's a pet store (or similar) example that I could have a
look
 at to guide me.

 Zoran



 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




CMP EJB2.0 Struts Example

2003-02-17 Thread Zoran Avtarovski
I'm about to start work on a application which I'd like to use the struts
framework with CMP2.0  EJBs.

Our current structure for applications follows a pretty standard approach:

base/action/action-classes
  /business/business-classes
  /DAO/data-access-classes
  /entity/entity-classes


I'd like to see what the ideal/preferred structure for an application using
session beans for the business logic and CMP entity beans for data access.

I'm hoping there's a pet store (or similar) example that I could have a look
at to guide me.

Zoran


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]