Re: Appointment system

2007-07-02 Thread Asare Samuel
: http://openejb.apache.org/tomcat.html Please beware: This is not a suggestion in favor or against EJB. Just an info that you don't need to abandon Tomcat if you want to use EJBs :). Best regards, Sebastian Asare Samuel schrieb: > Hi all, > > I am about to code a web applciation(Appointment sy

Re: Appointment system

2007-07-01 Thread Sebastian Himberger
f you want to use EJBs :). Best regards, Sebastian Asare Samuel schrieb: > Hi all, > > I am about to code a web applciation(Appointment system). > > It will require a database, email reminders, and JSP pages. Would you sujest > an EJB project or a regular web application as

Re: Appointment system

2007-06-30 Thread ben short
Take a look at the String Frameworks [1] instead of ejb. [1] http://www.springframework.org/ On 6/30/07, Asare Samuel <[EMAIL PROTECTED]> wrote: Hi all, I am about to code a web applciation(Appointment system). It will require a database, email reminders, and JSP pages. Would you suj

Appointment system

2007-06-30 Thread Asare Samuel
Hi all, I am about to code a web applciation(Appointment system). It will require a database, email reminders, and JSP pages. Would you sujest an EJB project or a regular web application as shown in the link below~(set up own connection, sql code etc). I started out inclined towards the ejb