JDdeveloper and Oracle Designer

JDdeveloper and Oracle Designer
How does Oracle (and the Oracle community) see the future or of model driven application development and the integration of upper CASE (early SDLC) and lower CASE (late SDLC) tools?
How about a code generator for Designer that generates from old meta-data in the Designer repository into ADF? That will mean that we have the best of both worlds – Designer for enterprise modeling and JDeveloper / ADF for the coding end of the stick?
We have guys here that developed a very nifty PL/SQL code generator on top of a PL/SQL version of the Servlet APIs (that I developed) and this thing generates normal business applications (with very cool master detail, state and session handling) faster than anything I have ever seen. I am trying to convince them to go Java, but with the learning curve and complexity, how? I enjoy Java as a programming language immensely, but as a tool for developing transactional business applications in your average medium sized corporate development shop, it seems like we stepped 10 years back.
Developer productivity is much, much higher using Designer, Headstart and Forms. Given, one can develop such cool user interfaces with clever DHTML, but it turns into an endless quagmire of Java Script debugging.
Where too now? Is IBM and rational perhaps the way to go, .NET, or Sun and JSF? Jdeveloper?
We currently have a home grown network with much declarative features but we don’t have the time to write tools for it. It’s very powerful but sooo hard to use.
Hi ho, Hi ho, it’s off to work I go, I go, I go, I go. In the end we are simply storing and retrieving data, with a bit of massaging here and there. Why must it be so complex?
I would love to hear some comments.
How many of you have got your own code generators etc to help cope with the load. I am talking about regular transactional business applications built on data models containing tables that number in the 100s.
Someone who loves solving business problems - with technology the evil necessity.

Check out the end of the JDeveloper demo page to see several demos showing how-to generate ADF from Designer.
http://otn.oracle.com/products/jdev/viewlets/viewlet.html
If you like Headstart - you'll probably like JHeadstart that comes from the same guys - http://otn.oracle.com/consulting/9iServices/JHeadstart2.html

Similar Messages

  • Importing and Oracle Designer Model

    Hi,
    Is the "Importing an Oracle Designer Model" functionality enabled ? I seem to be able to test the connection (successful) but the next screen "Selct WorkArea" doesn't seem to be working?
    -Tom

    Your right!!
    build 525 has a problem with importing Designer. A Bug has been generated. and it is internal.
    The earlier build works.

  • BPA integration into Oracle Designer

    I am poised to perform a documentation effort on an existing data structure which has been partially documented in Oracle Designer (mostly through reverse-engineering function).
    What is the linkage, if any, between the Business Process suite and Oracle Designer? Is there a business objective to CASE tool clear development path? I have poked around BPA and the literature but nothing patently clear.
    I am loathe to do the higher end documentation in designer (a bit clunky) but I am also loathe to document down to the business process and then switch to designer and effectively re-key everything (I might as well stay in MS Visio then).
    Thoughts, perspectives, gentle words of encouragement?

    Hello Phrank,
    in general there is no linkage between the BPA suite and the Designer so far. When it comes to data modeling I would always advise to stick to the Designer instead of using BPA Suite (or ARIS). The reason for that are the much more powerful data modeling and generation capabilities of the Designer.
    But you can bring all the ER information from the Designer to an ARIS Database via a DDL script written in AML (the ARIS scripting language).
    Another option is to use an interface created by Reischmann (http://www.reischmann.com/DataSheets/TOOLBUS_ARIS-OracleDesigner_DataSheet.pdf)
    When it comes to the point that you need one single (and if possible DB based) documentation pool I would advice to use the BPA Suite and import the relevant ER information from Designer by the above mentioned interface. This makes your maintenance life later on much easier.
    This is always better then documenting with Visio because you have all the information in one database.
    Dirk
    Message was edited by:
    DirkStaehler

  • Differences between Headstart Oracle Designer and Headstart for Apps

    Hello,
    I would like to know where i can find an online demonstration of the product "Headtsart for Apps 11i" ?
    I have found the online demonstration of the product "Headtsart Oracle Designer" at the url :
    http://otn.oracle.com/products/headstart/headstartdemo_viewlet.html
    I would like to compare the functionalities of these two products (the tabs option for example).
    For a new application, we have the choice between "Headstart for apps"+"Oracle Application" environment or "Headstart Oracle Designer" alone.
    If no demonstration exists, could you tell me the difference between these two products (i have understood that one run under OA and the other run alone) ?

    Hi,
    Headstart for Apps and Headstart Oracle Designer are based on the same idea, and therefore there are many similarties between the two. The main differences are:
    * the look and feel
    Headstart for Apps is used to generate Oracle Form screens with the same look and feel as a standard Oracle Application screen. Headstart Oracle Designer has its own look and feel.
    Headstart for Apps also enables/eases some Oracle Applications specific look and feel features (although Headstart Oracle Designer has also adopted some of these).
    * dependency of Oracle Applications
    Forms generated with Headstart for Apps cannot run outside the Oracle Applications framework. You will use the same security mechanism as for an Oracle Applications form, the same messaging system, and you can use the standard Oracle Applications built ins.
    Headstart Oracle Designer runs completely outside the Oracle Applications framework, there is a separate messaging system, and you cannot use the Oracle Applications built ins.
    Hope this helps!

  • Oracle database normalisation and logical design documnetation

    Hi ,
    Am a begginer on DB design , can anyone help me find Oracle database normalisation and logical design documnetation for reference.
    Thanks,
    Swaroop

    Database logical design and normalization are typically DBMS (Database Management System) independent. Meaning that you could do a whole LOGICAL design without regards to the platform in which it will be based. There are many, many resources on the internet if you search for them. if you used terms like "logical database design", or "database normalization" on Google or your search engine of choice I imagine you'll come up with many results.
    When it comes to the actual physical design of the database (as in tablespaces, datafiles, indexes, etc) I would first consult the "Oracle Concepts Guide", and then something like the "Application Developer's Guide." This documentation is all available at:
    http://otn.oracle.com
    Hope this helps!

  • Do Oracle Designer and Worklfow Builder "talk"?

    Is anyone aware of any form of integration between Oracle Designer and Workflow Builder? I am specifically curious about storing workflow processes in Designer Repository and whether or not Designer process flows can be used as a starting point for workflow processes.
    Thanks for any help or information.
    Martin

    You can clarify this with the Designer team, but I understand that you could store your Workflow definition files (.wfts) in the Designer Repository as 'generic files' but this would mean that they are not actually recognised by Designer as Workflow definitions.
    I also understand that there are plans for integration between Workflow and Oracle JDeveloper in the future.

  • Retire Oracle Designer development and continue with just using Forms 11

    Hi,
    The company I am working for is taking over responsibility for an Oracle Designer 10 application.
    Due to Oracle Designer is an outdated development environment we are looking for potential solutions how to get rid of Designer without completely redeveloping or replacing the application.
    One options we thought about is to switch off Designer and only continuing to use Oracle Forms 11.
    Do anyone of you have experience in this area which you would like to share?
    Best regards,
    Marco

    There are a lot of case generated (CG$) trigger and procedures used in the Forms. For us the code seems to be very complex and hard to read.
    But, also some of them seems to be never used or it is just the statement "null" in it.
    We thought about SQL Developer Data Modeler to capture most of the Designer stuff. But still there is the technical documentation that is not fully supported by SDDM. Did anyone migrate these Designer documentation to an other tool? If yes, to which one and how? We tried the SDDM Report functionality to capture some of the documentation, but also these reports do not contain everything that Designer could provide.
    There are also "Preference Sets" used in Designer and we are wondering how to migrate these to Forms Builder. Did anyone migrate these preference sets to Forms Builder in the past and has some experiences/examples/recommendations about that? We thought about one "global" form that could contain these preference sets and then inherit them.
    There are also the Functional Hirarchie Diagrams in Designer, could they migrated to Forms or SDDM in any way? Or do we need to maintain these diagrams manually in a tool like Word or Visio?
    If we could capture all the things mentioned above, we would like to continue just with Oracle Forms Builder 11gR2 in combination with other tools like SQL Developer and Data Modeler and if no other solution could be find out with some manual maintained documents.
    For all recommendations and tips we are very interested and we would thank you all very much!

  • Oracle Designer support and future

    Hello, I would like to know about the future of Oracle Designer.
    As this is no longer part of 11g Developer suite, does this mean that we should start phasing out the use of Designer and switch to lesser tools such as SQL-Developers Data-Modeller?

    Is there any interface prepared that would integrate data modelling, process modelling, workflow modelling ( BPEL&BPMN ) and generation of forms, stubs of batch procedures ( like XML processing ) ?
    Seems today is challenge that business automatisation problems are no more so homogenous:
    1. in system analisys
        OLTP operational part of IT architecture is more tied to Data analytics
        So during re-engeering of present OLTP system and integration of some modules on core ERP or other OLTP modules there is always
        consideration how such data will end in accounting and data aggregattion schemes.
    2. changes are more granular
        Strong core system and then changes and integration problems...
    It seems Designer was too "fat" and complex tools. But there is still challenge how to integrate data modelling with process flow, workflow and controls.
    Also business rules dictionary is challenge ?
    Where data dictionaries for business rules so that controle process of implementing is managed.
    For example where to generate business rule code or controle: on data model through constraints and relational model rules, or database server code ( triggers, validating procedures ) or program server code or thin client code ?

  • How to link Organization Units and Entities in Oracle Designer 9i 9.0.2.8 ?

    Hi,
    I am working with Oracle Designer in a project where we need to asses the Business Process Model of the customer, mapping it in Oracle Designer.
    The Customer wants to see the relationship between Business Entity and Organization Units and Processes.
    We are following this approach:
    - define Entity
    - define Organization Unit
    - draw process models with Oracle Designer Process Modeler, defining the single process steps and indicating the Organization Unit who performs that activity;
    - draw a Data Flow Diagram for each Entity with Oracle Designer Data Flow Diagrammer, including the business function we have defined as process steps within the Process Modeler.
    Process Modeler allows us to link process steps to Organization Units, while Data Flow Diagrammer links Entity to business functions ( which are equal to our process steps). So we expect that for the "transitive properties" Organization Units should be linked automatically to Entity.
    At the end, using Oracle Designer Matrix Diagrammer we only see the relationship between Business Functions and Entity and not the one between Organization Unit and Entity .
    In fact, if we open Object Repository Navigator and check the property "Business Unit Entity Usage" of the Business Unit, there is no evidence of the entity related to the business function performed by the Organization/Business Unit.
    Could someone helps us to understand how to use correctly the Oracle Designer Tools ?
    We look forward to hearing from you.
    Regards
    Flavia Ercoli & Rodrigo Silveira

    I would recommend the 10g version anyday over the previous versions. If you use any of the other supporting apps (forms, reports, portal....) your already at a much better release :)
    Is there a reason you would want to use the prior version?

  • Oracle Designer and data

    Hi!
    I have a problem concerning Oracle Designer and "integrating" data.
    Is there any way to somehow incorporate data with(in) Data Model, so that I do not need extra scripts for inserting data.
    Thanx

    Hi!
    I have a problem concerning Oracle Designer and "integrating" data.
    Is there any way to somehow incorporate data with(in) Data Model, so that I do not need extra scripts for inserting data.
    Thanx

  • Oracle Designer Install and Missing DLL's

    To Whom It May Concern:
    I downloaded Oracle Designer from the download page on the Oracle site and am having difficulty installing and/or starting the Oracle Designer application.
    1) Oracle Designer Install Win32 does not allow Home names longer than 16 characters.
    ??? - the default Home name for Oracle Client 10g is OraClient10g_Home1
    2) After installation, Unable to locate [xxx].dll occurred multiple times. I manually copied the first missing DLL to the Oracle\...\Client_1\bin directory from [ZipFile]Install\Win32, but I couldn't find the second dll.
    What do I need to do to be able to use Oracle Designer?
    I am Running Oracle Client 10g on Win XP Pro SP 2
    Thank you,
    Alan Gerber

    Original question withdrawn.
    I found the small print...Oracle Developer Suite Required.
    For those of us new to this environment, you might consider putting the requirements/dependencies on the download page or in the installation program.
    Thank you,
    Alan Gerber

  • Crystal Report and Oracle SDO_GEOMETRY

    Hi,
    <br />
    <br />
    I'm using Crystal Reports for Eclipse version 2.0.4.r825 with Eclipse 3.5 and Oracle 11g as database. I configured the database connection using ojdbc14.jar. Some of the tables i want to use in the report contains columns using the SDO_GEOMETRY data type and if i try to drag this table in the data tab of the report i get the following "Unexpected ValueType" error:
    <br />
    <br />
    com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: Could not Add Object.
    Unexpected ValueType: ValueType=[255]---- Error code:-2147215362 Error code name:unknownError
         at com.crystaldecisions.sdk.occa.report.lib.ReportSDKException.throwReportSDKException(ReportSDKException.java:65)
         at com.businessobjects.crystalreports.designer.core.commands.ReportCommand.throwExecFailure(ReportCommand.java:253)
         at com.businessobjects.crystalreports.designer.core.commands.ReportCommand.internalDoCommand(ReportCommand.java:126)
         at com.businessobjects.crystalreports.designer.core.commands.ReportCommand.execute(ReportCommand.java:237)
         at com.businessobjects.crystalreports.designer.uibase.gef.commands.CoreCommand.execute(CoreCommand.java:70)
         at com.businessobjects.crystalreports.designer.dseintegration.DSEDropHandler.drop(DSEDropHandler.java:114)
         at org.eclipse.jface.util.DelegatingDropAdapter$3.run(DelegatingDropAdapter.java:211)
         at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
         at org.eclipse.core.runtime.Platform.run(Platform.java:888)
         at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:48)
         at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
         at org.eclipse.jface.util.DelegatingDropAdapter.drop(DelegatingDropAdapter.java:209)
         at org.eclipse.swt.dnd.DNDListener.handleEvent(DNDListener.java:90)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1027)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1012)
         at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:770)
         at org.eclipse.swt.dnd.DropTarget.Drop(DropTarget.java:456)
         at org.eclipse.swt.dnd.DropTarget$3.method6(DropTarget.java:258)
         at org.eclipse.swt.internal.ole.win32.COMObject.callback6(COMObject.java:119)
         at org.eclipse.swt.internal.ole.win32.COM.DoDragDrop(Native Method)
         at org.eclipse.swt.dnd.DragSource.drag(DragSource.java:363)
         at org.eclipse.swt.dnd.DragSource.access$0(DragSource.java:289)
         at org.eclipse.swt.dnd.DragSource$1.handleEvent(DragSource.java:172)
         at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
         at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)
         at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3880)
         at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3473)
         at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
         at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
         at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
         at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
         at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
         at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
         at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
         at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
         at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
         at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)
         at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559
         at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
         at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
    Caused by: com.crystaldecisions.sdk.occa.report.lib.ReportSDKException: Unexpected ValueType: ValueType=[255]---- Error code:-2147467259 Error code name:failed
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.if(SourceFile:741)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter.a(SourceFile:167)
         at com.businessobjects.reports.sdk.JRCCommunicationAdapter$2.a(SourceFile:529)
    <br />
    <br />
    I tried the same with the Crystal Reports 2008 trial version and i'm having the same problem.
    <br />
    <br />
    I don't wanna use the geometry column in my report but because of this error i can't use the whole table. Is there a way to avoid this error and still use the other columns of the table. Or maybe there is another way to connect to an Oracle database which can handle this special data type.
    <br />
    <br />
    Thanks in advance,
    <br />
    <br />
    Jens Keller

    Hi Jens,
    Views would work also as you noted.
    No, if DB manufacturers change/update their Servers/clients they need to follow ANSII 92 standards. If they don't return the correct data type then CR will not "hack" our drivers to fix their issues. We did that for years and was a code nightmare, when they got around to fixing the problem it broke CR again. We decided to follow the standards, it may be our issue sometimes but in this case unique data types typically are not supported by CR. If you want support and it's not a client issue then add your request to the Enhancement Request2 post.
    So yes in your case it would make it easier but for others they'll be asking why CR doesn't show all fields. Same reason.... not a CR issue.
    Thanks agian
    Don

  • Can Oracle designer 1.3.2 work with Oracle 8.0.5

    Dear Sir/Miss,
    I would like to know if anyone can tell me if Oracle Designer 1.3.2 can work with Oracle 8.0.5 database or not?
    Thank you
    Best Regards

    First i installed Oracle 10g on my windows 7 home premium 64 bit .
    Then i installed OBIEE 10.1.3.4 on my machine
    But then there were some problems cropping up and i wasn't able to use OBIEE 10.1.3.4 with windows 7home premium 64 bit machine.
    I then removed both oracle 10g and OBIEE 10.1.3.4 from my machine.
    Then i installed oracle 11g 64bit and then OBIEE 10.1.3.4 . But again it dint work
    Can anyone help?

  • Reports from Java and Oracle database

    Hi
    I need to generate couple of reports from my application, with Java as front end and oracle 11.2.0.3.0.  database . Reports are  having very simple select statements, using the criteria users enter from GUI. we don't need to execute a  direct select statement from Java, with the where clauses . I did some research and found out about Pipelined functions. I tested for a small set of records and it worked fine. Will this work for large data set? any drawbacks of using this method?  Any other methods for this requirement?
    Thanks in advance
    JP

    Pipeline table functions do not sound like the appropriate approach. It is designed to primarily deal with data transformations. Using it as a rendering engine for report writing? There are fundamental problems with such an approach.
    As Dave and Andre commented - the CORRECT means for PL/SQL to pass "data" to Java (or other client languages) is via reference cursors (pointers that the client can use for referencing SQL cursor programs on the server). And Java as a report writer does not really compare with the ease and flexibility that Oracle Apex (Application Express) provides as a reporting framework.

  • Oracle Designer 10g With Oracle 11g DB possible

    Hi,
    Please clarify my below query,
    we are currently using oracle designer 10g and deploying the components to production DB which is in oracle 9i, We are planning to migrate to oracle supported version 11g DB, since oracle designer 11g is not there we would be sticking to oracle 10g itself, Now my question is, will we be having issues or road blocks with this combination Oracle designer 10g and Oracle 11g DB???
    Regards
    Bala

    @Erik
    Don't have a doc id. You have to go to the certication tab in My Oracle Support. Search for Oracle Designer 10.1.2.6.0 there you will find the three supported database version.
    Oracle Designer 10.1.2.6.0 is certified with Oracle Database 11.2.0.1.0 on Microsoft Windows (32-bit) XP
    Oracle Designer 10.1.2.6.0 with Oracle Database 11.2.0.1.0
    Customers must review MetaLink Doc 1299040.1 Application Design Transformer Hangs at 65% when running against Oracle 11gR2
    Certified with:
    Oracle Fusion Middleware 10g 10.1.2.0.2 Oracle Developer Suites 10g 10.1.2.0.2 Oracle AS/DS Patch Set 10g 10.1.2.3.0
    @Bala
    Colleagues of mine have imported a designer repository inside 11gR2 and where not able to change objects inside the repository. When they imported the same designer dump inside an 11gR1 database it worked fine.
    In the other post (Re: 11G compatibility it is also written that there are some major bugs and those bugs will not be fixed.

Maybe you are looking for