Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: middle tier centric application

RE: middle tier centric application

From: Mladen Gogala <mladen_at_wangtrading.com>
Date: Tue, 16 Sep 2003 07:19:55 -0800
Message-ID: <F001.005D00D7.20030916071955@fatcity.com>


Weblogic is an application server. Beans are java snippets executed by the httpd
proces themselves. Beans cannot access/generate HTML. If you wand Java code do HTML,
then we are talking servlets. Servlets are executed by separate processes spawned
by the httpd processes ("servlet engine"). Servlets and beans can connect to the database
using JDBC and they can do prefetch. That's as far as it goes. Force that Java guy to
explain you what is it that he wants to, in English language and using classic terminology.
If he can not, he doesn't know what he's doing and he's just trying to raise his own price
by using incomprehensible terminology.

--
Mladen Gogala
Oracle DBA 




> -----Original Message-----
> From: ml-errors_at_fatcity.com [mailto:ml-errors_at_fatcity.com] On
> Behalf Of rgaffuri_at_cox.net
> Sent: Tuesday, September 16, 2003 10:59 AM
> To: Multiple recipients of list ORACLE-L
> Subject: middle tier centric application
>
>
> Whenever I talk to DB people or read DB articles/books the
> consensus is to use a database centric application. A person
> who just started recently says he has had alot of success
> with 'caching' in a middle tier using BEA Weblogic and
> limiting calls to the database.
>
> Does anyone have any experiences with this? He says that the
> 'beans' also make it highly portable. Just started reading
> Tom Kyte's new book and he says this is a big no no. However,
> I like to keep myself open minded to people with differing
> ideas and not have a total database bias.
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.net
> --
> Author: <rgaffuri_at_cox.net
> INET: rgaffuri_at_cox.net
>
> Fat City Network Services -- 858-538-5051 http://www.fatcity.com
> San Diego, California -- Mailing list and web hosting services
> ---------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru')
> and in the message BODY, include a line containing: UNSUB
> ORACLE-L (or the name of mailing list you want to be removed
> from). You may also send the HELP command for other
> information (like subscribing).
>
Note: This message is for the named person's use only. It may contain confidential, proprietary or legally privileged information. No confidentiality or privilege is waived or lost by any mistransmission. If you receive this message in error, please immediately delete it and all copies of it from your system, destroy any hard copies of it and notify the sender. You must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message if you are not the intended recipient. Wang Trading LLC and any of its subsidiaries each reserve the right to monitor all e-mail communications through its networks. Any views expressed in this message are those of the individual sender, except where the message states otherwise and the sender is authorized to state them to be the views of any such entity. -- Please see the official ORACLE-L FAQ: http://www.orafaq.net -- Author: Mladen Gogala INET: mladen_at_wangtrading.com Fat City Network Services -- 858-538-5051 http://www.fatcity.com San Diego, California -- Mailing list and web hosting services --------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
Received on Tue Sep 16 2003 - 10:19:55 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US