[OT] Re: Oracle 10g Apps Dev Framework

2004-05-24 Thread Duncan Mills
If you are using an EJB session bean based data control there are no standard operations that ADF can assume, as you have total control over the APIs that the session bean exposes. This contrasts with a framework such as ADF Business Components which natively understands build-in database operat

RE: Oracle 10g Apps Dev Framework

2004-05-21 Thread Jarnot Voytek Contr AU/SC
You may consider posting this someplace that has something to do with Oracle... > -Original Message- > From: Indra Gunawan [mailto:[EMAIL PROTECTED] > Sent: Friday, May 21, 2004 7:49 AM > To: 'Struts Users Mailing List' > Subject: Oracle 10g Apps Dev Framework &g

Oracle 10g Apps Dev Framework

2004-05-21 Thread Indra Gunawan
Hi all, I want to implement business service layer using session bean and eliminate the need for entity beans as I plan to replace them with Hibernate . But, when I write the session bean component ... I don't have support from ADF for implementing Create, Remove, and the like only iterator f