Re: Recommendation for front end tool
Date: Sat, 09 Sep 2000 22:18:45 GMT
Message-ID: <9Hyu5.18168$98.1939625_at_typhoon.tampabay.rr.com>
In my opinion, Forms on the web is not a good choice for a mission critical application, and from my experience, it is not very scalable(although I haven't tried 6i yet). It does seem to be a good solution if you have a limited number of users who need remote access to your application.
My inclination would be to use JSP for a new application, but there are alot of variables to consider. If you already have an existing application with alot of PL/SQL database procedures, then you may want to consider PSP's (HTML with PL/SQL embedded, similar to how JSP is HTML with Java embedded), in order to re-use your PL/SQL (and your PL/SQL developers!).
John Alexander
Summit Software Design
Jenny <jennyw_at_godzilla.tamu.edu> wrote in message
news:8p6315$4er$1_at_news.tamu.edu...
> I'm currently evaluating front end tool to develop web-enabled application
> with Oracle8i at the back end. Tried WebDB and Designer but don't like
them.
> Would like to know if Forms/Reports could create scalable and
> mission-critical web application. Or Servlet/JSP would be a better choice?
> Thanks for advice.
>
> Jenny
> jennyw_at_housing.tamu.edu
>
>
>
Received on Sun Sep 10 2000 - 00:18:45 CEST