JSP / JavaBean design question
From: Chad (chadahahn_at_yahoo.com)
Date: 11/04/03
- Previous message: Scott Khan: "Java Swing FX consultants required"
- Next in thread: joe zobkiw: "Re: JSP / JavaBean design question"
- Reply: joe zobkiw: "Re: JSP / JavaBean design question"
- Reply: shay: "Re: JSP / JavaBean design question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 4 Nov 2003 11:15:55 -0800
I am about to start a project to build an e-commerce solution using
JSP technology. I'm going to write the middle tier business logic
inside java classes. Should I make the classes javabeans and stick to
the design patterns specified for javabean classes, or should I simply
make the business objects simple java classes? What would be the
benefit of making the middle tier business objects javabeans?
As a side note, is there any reason for me to consider servlets? I
have sort-of written servlets off, since JSP pages get compiled into
servlets and they can serve as my UI layer, while simple java classes
or javabeans can serve as my middle tier business layer.
All ideas and comments are welcome. Thanks in advance...
Chad
- Previous message: Scott Khan: "Java Swing FX consultants required"
- Next in thread: joe zobkiw: "Re: JSP / JavaBean design question"
- Reply: joe zobkiw: "Re: JSP / JavaBean design question"
- Reply: shay: "Re: JSP / JavaBean design question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|