I don't know how to answer this other than:

class HelloWorld {  
   public static void main(String[] args) {
      System.out.println("Hello World!");
   }    
   public businessMethodA() {
      // Implement some business logic      
   }
}




PC Leung <[EMAIL PROTECTED]>

09/21/2004 10:38 AM

Please respond to
"Struts Users Mailing List" <[EMAIL PROTECTED]>

To
Struts Users Mailing List <[EMAIL PROTECTED]>
cc
Subject
Re: Where to put the business logics?





Any suggested POJO web sites so that I can have a glance?



----- Original Message -----
From: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
Date: Tue, 21 Sep 2004 10:12:16 -0400
Subject: Re: Where to put the business logics?
To: Struts Users Mailing List <[EMAIL PROTECTED]>


Depending on your needs, a POJO (Plain Ole Java Object) implementing
your business may be sufficient.  BTW, you might be interested in Rod
Johnsons "Expert J2EE w/o EJB" book:
http://www.bookpool.com/.x/7dybtc9v34/sm/0764558315

Dennis




PC Leung <[EMAIL PROTECTED]>

09/21/2004 10:03 AM

Please respond to
"Struts Users Mailing List" <[EMAIL PROTECTED]>


ToStruts Users Mailing List <[EMAIL PROTECTED]>

cc

SubjectRe: Where to put the business logics?











Lots of people support the use of EJB.
I have not touched EJB before.
I have a book about EJB which is quite difficult.
I am afraid of being too old to learn.
Any other simpler methods for oldies (nearly 41)?

---------------------------------------------------------------------
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]

---------------------------------------------------------------------
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]

Reply via email to