Another JDeveloper extension: Force Delete utility for ViewObjects (ADF Business Components pka BC4J)

Lucas Jellema 3
0 0
Read Time:4 Minute, 19 Second

This post is the sequel to AMIS publishes a ViewObject Copy tool – JDeveloper 10g Extension (plugin) for ADF Business Components that we released last week. That post announced a ViewObject Copy extension for JDeveloper, this one discusses a tool that does almost the reverse (and more): it can Force Delete a ViewObject with all its dependencies.

Working with ADF BC reminds us very much of the declarative, very visually oriented and strongly tool-backed way of working we know from Oracle Designer. However, there are some rough edges with the JDeveloper design time environment for ADF BC. Oracle Designer has an operation called “Force Delete”. It allows the developer to remove an object, with its entire dependency network. It will nullify dependencies where it can or otherwise remove the objects with mandatory dependencies on the Force Delete object as well. It is also similar to the deletion of a master-record in the RDBMS where Cascade Delete has been specified on the Foreign Keys. JDeveloper does not provide such a powerful delete facility for ViewObjects. Instead, deleting a ViewObject can be horribly complicated. JDeveloper does not cascade such changes into all dependant objects, but instead coolly informs you that because of dependencies the operation is not allowed. You have to manually (yes, I said manually!) remove all dependencies before the delete operation can continue.

Combining our drive for high-quality and high-productivity development, the drive to push boundaries if needs be and the limitations posed to us by ADF BC in the Design Time environment as well as some earlier experience with the Extensions SDK (JDeveloper Extension SDK on OTN) provided with JDeveloper – that allows any developer to develop plugins (as the term is with some other products) or extensions for JDeveloper-, we set ourselves the challenge of creating an extension that gives us the power to really delete ViewObjects.

We completed this extension with a few days serious hard word and testing and are now ready to make it available to everyone who is interested:
Click here for a “live” demo of the AMIS Force Delete ViewObject Addin..


This Force Delete ViewObject Addin can delete a ViewObject, taking into account and dealing with all its dependencies.

Let’s take a look at a moderately complex Application Module. Focus on the ViewObject AlsBooksView and the way it is used in this ApplicationModule.

Now if we try to delete this ViewObject AlsBooksView with the normal BC4J Erase from Model operation:

is the result an all too familiar one:

The somewhat limited information JDeveloper has to offer by way of explanation of this failure is shown below. It does not offer any support to continue from here; you have to manually remove all dependencies if you want to continue with the delete operation.

Now let’s try the Force Delete extension:

Before the force delete is performed, the tool will show you a list of all objects – ViewObject, ViewLinks, ViewObject Usages and ViewLink Usages (the latter two within the Application Modules’ Models). This overview looks something like this: .

If you then decide to go through and have the force delete actually carried out, the final result could look like this:

Download and install the AMIS ViewObject Extensions (both Force Delete and Copy)

Download ViewObject Copy and Force Delete Extension (version 0.2.1, 8th November 2004). Install the extension by copying this Jar file to the JDEVELOPER_HOMEjdevlibext directory and (re)start JDeveloper. To verify whether the extension is active, you can select any ViewObject in any project and open its context (right mouse button) menu. You should see the options Copy ViewObject and Force Delete (with our logo).

If for whatever reason you want to de-install the extension, simply remove the jar-file. The next time you start JDeveloper, the option has disappeared from the ViewObject context menu.

Notice

We like to not only tell you we do interesting stuff and are good at what we do, we also like to show you this. As we share knowledge internally among AMIS-employees, we also work closely with our customers to not only do the application development tasks we are hired to do, but also transfer knowledge to staff in the organizations of our customers. We organize seminars and workshops, write articles and develop tools.

You are free to make use of this tool as you see fit. You are welcome to distribute it further. Of course we request that you do not attempt to remove our name from the tool: recognition for our work is all we ask for and we feel we deserve it. You probably will not be surprised by the following: the tool comes as is, no warranties etc. If you use it, you do so at your own risk. We do not provide support or assistance – for free. Of course we are interested to learn about your findings and we may use them to improve the tool – or create others like it – but we do not make promises. If you do not like it or do not trust it, do not use it.

You can of course acquire our services to help you with your ADF Business Components (or Java/J2EE) projects.

About Post Author

Lucas Jellema

Lucas Jellema, active in IT (and with Oracle) since 1994. Oracle ACE Director and Oracle Developer Champion. Solution architect and developer on diverse areas including SQL, JavaScript, Kubernetes & Docker, Machine Learning, Java, SOA and microservices, events in various shapes and forms and many other things. Author of the Oracle Press book Oracle SOA Suite 12c Handbook. Frequent presenter on user groups and community events and conferences such as JavaOne, Oracle Code, CodeOne, NLJUG JFall and Oracle OpenWorld.
Happy
Happy
0 %
Sad
Sad
0 %
Excited
Excited
0 %
Sleepy
Sleepy
0 %
Angry
Angry
0 %
Surprise
Surprise
0 %

Average Rating

5 Star
0%
4 Star
0%
3 Star
0%
2 Star
0%
1 Star
0%

3 thoughts on “Another JDeveloper extension: Force Delete utility for ViewObjects (ADF Business Components pka BC4J)

  1. Your question is very general. You can have all data for both Course and Syllabus entered in a web-page. It is then up to your web-tier to process the data and properly call ADF BC. I would have to know more about your application to give a meaningful response. Sorry. Try the JDeveloper forum on OTN.

  2. My comment is realy a Q .
    I work with JDeveloper 10g using JSP + Struts + ADF BC technologies.
    And I have one-to-one relationship between COURSE and SYLLABUS
    (each COURSE may have only one SYLLABUS and each SYLLABUS must have a COURSE)

    I want to insert/update COURSE and SYLLABUS in same page using ADF BC
    How to do it?

    I know this is not the corrsct place to put this Q , but realy I have search all Internet and books and I do NOT find any help.

    may u kindly help me?

  3. It is nice feature.

    Where can I find description of internal api for JDeveloper? I don’t think about javadoc however I think about examples.

Comments are closed.

Next Post

Profiling in Eclipse

Profiling makes it possible for developers to track down in what code their application spends its time. Check out this Eclipse plugin for profiling Java applications. Looks really good. Remote profiling for example on Tomcat is also possible. See here for installation notes and screenshots At first glance it works […]
%d bloggers like this: