Path: news.easynews.com!core-easynews!newsfeed1.easynews.com!easynews.com!easynews!west.cox.net!cox.net!newspeer1-gui.server.ntli.net!ntli.net!colt.net!easynet-thlon3!easynet-monga!easynet.net!feed1.news.be.easynet.net!sisyphus.news.be.easynet.net!not-for-mail
From: "Lieven" <denlieven@hotmail.com>
Newsgroups: comp.databases.oracle.misc
Subject: Jdeveloper question
Date: Mon, 5 May 2003 22:33:28 +0200
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
Lines: 27
Message-ID: <3eb6ca98$0$6531$afc38c87@sisyphus.news.be.easynet.net>
Organization: [ posted via Easynet Belgium ]
NNTP-Posting-Date: 05 May 2003 20:33:29 GMT
NNTP-Posting-Host: 213.193.166.163
X-Trace: 1052166809  6531 [::ffff:213.193.166.163]:3997
X-Complaints-To: abuse@be.easynet.net
Xref: core-easynews comp.databases.oracle.misc:97342
X-Received-Date: Mon, 05 May 2003 13:33:02 MST (news.easynews.com)

I'm making a website with JDeveloper. I have implemented some function in
the BC4J tier in one of the view objects (for example
ElementsViewImpl.java). Now my question is how can I combine these functions
with the JSP BC4J Component tags.
When you write this in your jsp page:
<jbo:DataSource id="el" appid="RRNABC4JModel" viewobject="ElementsView1"
rangesize="3"/>
No I want to execute the function written in the BC4J tier on that instance
of the ElementsView. I'm doing it this way:
ElementsView el2 =(ElementsView) el.getRowSet();
el2.implementedFunction();

Is this the way to convert a DataSource to a ViewObject or are there better
ways???
You can easily transfer a Datasource to another jsp page just by reopening
it, but how can you do that with the ElementsView object el2 ?? For example
if you filter the ViewObject el2. How can you open this in another JSP?
And where can I find some advanced examples of JSP pages written in
JDeveloper (and using BC4J)??



Thanx,

Lieven


