You may want to take a look at the complete J2EE-compliant
framework from Oracle called "Business Components for Java" (BC4J).

http://otn.oracle.com/products/jdev

<vendor>

It provides generic implementations of:

   -> Value Object Pattern
   -> Paged-List Pattern
   -> Fast-lane Reader Pattern
   -> Session Facade Pattern
   -> Lightweight, local persistent entities for EJB 1.x
   -> Generic "Data Model" for the "M" in MVC

and many other well-known J2EE Design Patterns in a single,
generic framework with integrated Java IDE support built-in
to the Oracle JDeveloper toolset.

BC4J includes a generic tag library for use in any JSP page,
and generic Swing model implementations for handling all of the
typically grunt-work, hand-coded data-binding you normally have
to write using hand-written implementations of the J2EE Design Patterns.

This is in contrast to the "best practices" approaches of today
where you hand-code value object classes, hand-code paged-list classes,
hand-code JDBC code to loop over and populate value object instances
from JDBC result set rows, and lots of other plumbing code.

So, unlike most EJB tutorials or examples you ever see, its
*trivially* easy to deploy a rich Java GUI or JSP app against
a potentially very complicated data model of joins and projections
of any of your business object data, deployed as an EJB Session
Bean facade, without writing a line of the typical "application plumbing"
code that more and more J2EE developers seem resigned to have to write
themselves as they read up about how to implement the design patterns...

Our latest release is part of the Oracle9i JDeveloper Beta, which
goes one further and integrates bi-directional, instantaneous
round-trip "UML modeling" support for the framework, as well as
built-in J2EE deployment and Java code profiling tools in a single
package that works on NT, Solaris, and Linux.

</vendor>
_____________________________________________________________________
Steve Muench - Developer, Product Manager, XML Evangelist, Author
"Building Oracle XML Applications" - www.oreilly.com/catalog/orxmlapp

----- Original Message -----
From: "Kanwardeep Singh Ahluwalia (EHPT)" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, September 13, 2001 11:56 AM
Subject: Re: Is EJB mature enough to handle big projects ?


| Hi Nirvana,
|
| A good example for a web application, but I also want to support a heavy
| Back office application in which I want to support JAVA GUI's. Any examples
| for this kind of application.
|
| Regards,
| Kanwardeep Singh
|
| -----Original Message-----
| From: Nirvana(on behalf of vaheesan Selvarajah)
| [mailto:[EMAIL PROTECTED]]
| Sent: Thursday, September 13, 2001 3:23 PM
| To: [EMAIL PROTECTED]
| Subject: Re: Is EJB mature enough to handle big projects ?
|
|
| This is definitely a shot in the arm for J2EE and Java in general.  Finally
| we can point eBay as a real-world, large-scale site that use J2EE.
|
| http://public.wsj.com/sn/y/SB999727619333814826.html
| http://news.cnet.com/news/0-1007-200-7072506.html?tag=mn_hd
|
|
|
|
|
| -----Original Message-----
| From: Kanwardeep Singh Ahluwalia (EHPT) <[EMAIL PROTECTED]>
| To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>
| Date: Thursday, September 13, 2001 4:12 PM
| Subject: Is EJB mature enough to handle big projects ?
|
|
| >Hi
| >
| >I am having a very big application which I am planning to port to EJB. But
| >before that I want to know if EJB can handle such heavy applications. I
| have
| >both web compnonet as well as back office componenet in my application.
| >
| >Can anybody suggest me some sites where I can look in for such successful
| >stories or if somebody has done implemenatation of large projects on EJB
| >before, please do let me know.
| >
| >
| >Regards,
| >Kanwardeep Singh
| >
| >===========================================================================
| >To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
| >of the message "signoff EJB-INTEREST".  For general help, send email to
| >[EMAIL PROTECTED] and include in the body of the message "help".
| >
| >
| >
|
| ===========================================================================
| To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
| of the message "signoff EJB-INTEREST".  For general help, send email to
| [EMAIL PROTECTED] and include in the body of the message "help".
|
| ===========================================================================
| To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
| of the message "signoff EJB-INTEREST".  For general help, send email to
| [EMAIL PROTECTED] and include in the body of the message "help".
|
|

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to