hi

2013-05-14 Thread Asare Samuel
http://www.scriptureunion.org.pl/likeit.php?euxgfqzzwu792mg s_asare Asare Samuel A really grand passion is comparatively rare nowadays. It is

Re: specify class name in environment or system property...?

2007-11-08 Thread Asare Samuel
ethods will likely work; I prefer the java.util.Properties object and its various methods, and read the settings from a disk file. For settings that I don't need to change much (or ever), I usually use system.properties, and set them in the jvm startup properties. Asare Samuel wrote: >

specify class name in environment or system property...?

2007-11-08 Thread Asare Samuel
Making a web application sort of following: http://www.netbeans.org/kb/55/mysql-webapp.html#preparingDB I made a class that connects to the DB ie accessDB and have put two methods inside: public void insert(a,c) inserts record into database public String getContent() gets content I then put i

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

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 ro

Re: [OT] RE: Java-Ecommerce

2007-06-05 Thread Asare Samuel
Thanks peter and all those that replied. I think I will take peter's advice and find a tool rather than reinvent the wheel. Thanks Peter Crowther <[EMAIL PROTECTED]> wrote: [Marked off-topic because this has nothing at all to do with Tomcat] > From: Asare Samuel [mailto:[EMAIL P

Java-Ecommerce

2007-06-05 Thread Asare Samuel
I am trying to create using a small sales tool like that of amazon(ie shopping cart, checkout). 1)Just wondered if there is already a interface for this already. 2)Also how do i go about creating the actual money transactions? Do I use paypall. 3)How do you prevent double pur

Relam

2006-12-08 Thread Asare Samuel
HI I have just deployed my web application to a Web host. When ever i try to access the protected page I seem to get the message: HTTP Status 403 - Access to the requested resource has been denied It all worked fine in the development environment-netbeans. I constructed the form

Re: Realms

2006-11-25 Thread Asare Samuel
olivier nouguier, Thank you so much, a great help! sam olivier nouguier <[EMAIL PROTECTED]> wrote: On 11/25/06, Asare Samuel wrote: > > Thank you for your speedly reply. Let me get this straight are you saying > you can't access the login page directly and that

Re: Realms

2006-11-24 Thread Asare Samuel
WEB-INF/jsp/login.jsp) if tomcat > 5 The treat (b) you should have a custom 408 error page HIH On 11/24/06, Asare Samuel wrote: > > I have put a realm on a page on one of my Html pages using the FORM based > realm. 1-sometimes i get this message: message HTTP Status 408 - > The time allowed

Realms

2006-11-24 Thread Asare Samuel
I have put a realm on a page on one of my Html pages using the FORM based realm. 1-sometimes i get this message: message HTTP Status 408 - The time allowed for the login process has been exceeded. If you wish to continue you must either click back twice and re-click the link you reques