Jump to content
We've recently updated our Privacy Statement, available here ×

scriptlet class in JDeveloper


Brokenbone

Recommended Posts

Hi!

 

I nees to call smo DB procedure with some report results as parameters. I'm using a scriptlet to achieve this (well, I'm trying to use a scriptlet :)). For a scriptlet class I've created a class in JDev, where I use MVC architecture. The class is in ViewController project, from which I have to access my application module to call some DB procedures when report is generated. I've been trying to do this in a couple of way but had no success. The methods in the class are called as I want them to be but I can't get the reference to my application module in this class. I need this because through the application module is the only way I know how to call a DB procedure.

Does anyone have any ideas how to achieve this? I'm quite unexperienced in Java and MVC architecture so maybe someone can explain to me if I'm completely wrong trying to do this in such way.

 

Any suggestions would be much appreciated.

Thanks

BB

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...