Advantages and disadvantages of OA Framework

Hi All
Can any one please share your experiences of advantages and disadvantages of OA Framework over JSP...
I am preparing a document which is to be submitted to Client..
Please share your experiences, it is urgent for me..

There is no hardcore adv/disadv of using OAF over jsp, but in Oracle Applications, you either need to use JTF/JTT fwk or OA fwk to code pages that can be used within Oracle Applications, and in those terms OAF is a better framework than JTF.
Normal jsp/java or other frameworks have enormous capabilities, but doesnt fill the Oracle Applications requirement as good as what OAF does.
Thanks
Tapash

Similar Messages

  • Advantages and disadvantages of using Caringorm Framework.

    Hi,
    I am new to Caringorm framework.. In our project we need to make discussion whether to use Caringorm framework or a simpler architecture(flex à servicesàServer side) to use
    Please let me know the advantages and disadvantages of using Caringorm framework from your experiences.
    Thanks in advance.

    hi,
    Data about an application object is often distributed on several tables. By defining a view, you can define an application-dependent view that combines this data. The structure of such a view is defined by specifying the tables and fields used in the view. Fields that are not required can be hidden, thereby minimizing interfaces. A view can be used in ABAP programs for data selection.
    More complicated views can comprise several base tables, the individual tables being linked with a relational join operation. If we dont specify the key fields, it takes time to fetch teh results.
    Regards,
    Sailaja.

  • Advantages and Disadvantages of webdynpro JAVA over J2ee?

    Hi,
       Can anybody provide me the advantages and disadvantages of webdynpro java over the J2EE?
    Regards,
    Harish.

    Hi,
    Webdynpro is the SAP standard technology for developing business user intrefaces.
    Webdynpro is like the frame work which follows the MVC Design pattern.
    Webdynpro uses most of the UI developement as declarative approach , i.e. most of the code will generated by the framework. so it will reduce the developement efforts.
    Adaptive RFC model to connect with SAP systems.
    All these are advantages over than the J2ee.
    Regards,
    Naga

  • Advantages and disadvantages of APEX?

    Hey Guys,
    what would you say are the advantages and disadvantages of APEX?
    I am interested in the opinion of you as developer!
    (I know that there are a lot of information given by Oracle......)
    I would be very glad if you can post some short advantages and disadvantages, which I can use in a presentation in front of a group of costumers!
    Thanks a lot,
    Tim
    Message was edited by:
    ehric02

    One disadvantage, IMO, is that it's a extremely weak
    in native support for printing. I have never really understood the discussion concerning print reporting using Apex. I don't even think one should build that into a tool like this. It's a different playground.
    Does Oracle Forms have printing capabilities ? No, there is another "Reporting" tool called Oracle Reports to do that.
    Does the Struts (J2EE) framework have the capabilities to print? No, you would revert to programming (iText) or use a report designer (iReportDesigner with iReports).
    Does Visual Basic have printing capabilities? Not really, you used Crystal Reports for that.
    The point is that Reporting as such can be a really complex matter, especially in corporations. This should be dealt with a true reporting solution.
    My 2cents,
    ~Dietmar.

  • Advantage and disadvantage of xml publisher, report builder and discoverer

    Hi,
    anyone can explain advantage and disadvantage of xml publisher, report builder and discoverer?
    thanks in advance!

    The best way i found was to put a equals and then double quotes... this only works for excel however it will allow you to cut and paste (ie to use the value to search in Oracle) and also to do vlookups.
    In a bit more detail:
    - I used word to generate my default table
    - this created a field INVOICE_NUM
    - in the cell in the table i put = " before the INVOICE_NUM field and then put the closing " afterwards.
    The theory is that excel will concatenate the values together... because it has quotes around it, it will treat it as a string rather than simply a value.
    For any other formats this will not work.
    I'm guessing most people have moved on and resolved this some other way, but just thought I'd share the wealth!

  • Advantages and Disadvantages of Client Object Model in sharepoint 2013

    I need Advantages and Disadvantages of Client Object Model in sharepoint 2013
    like below in javascript. Users will have read/edit and approve access to the list.
      var clientContext = new SP.ClientContext.get_current();
           var oList = clientContext.get_web().get_lists().getByTitle('Workflow Tasks');
    MCTS Sharepoint 2010, MCAD dotnet, MCPDEA, SharePoint Lead

    Thanks 
    AlexanderShelopukho for
    right answer!
    Alex-
    I do not need comparison- 
    I need Advantages and Disadvantages of Client Object Model in sharepoint 2013
    MCTS Sharepoint 2010, MCAD dotnet, MCPDEA, SharePoint Lead

  • Advantages and Disadvantages of Dual booting Windows on PXI Device

     
    Hello,
    In solving my previous problem of running a DLL in RTOS I've stumbled upon another solution. But i wanted to know the pros and cons of this before i make the leap.
    I want to install windows on the PXI device so that the NHR DLL files are run inherently on the windows kernel and i have access over my DAQ devices without placing them in the remote target.
    What are the advantages and disadvantages of installing a windows only on the DAQ device and running all my operation from it. Do i loose my real time features? I dont know, I'm really new to LabView and may sound really dumb. Please excuse my lack of knowledge.
    With Regards,
    Khalid.

     
    Hello Bob,
    Thank you for your insightful answer. I also thought this might happen, loosing all the RT features.
    I have another question for you. If i use a RT variant of windows like "Windows Embedded 8", will this make any difference? Can i regain my RT features by it or i have to go with the LabView RTOS.
    I'm pushing towards a windows system because i have to run this DLL file from NHR which is not supported by the LabView RTOS.
    Moreover, I could just install just windows onto the PXI controller. I'm not being able to make it dual boot. Can you guide me towards proper guideline to do so? I looked at the knowledge base file about dual booting, but the instructions dont exactly match with my available options in BIOS setup.
    Any suggestions from anyone is much appreciated.
    With Regards,
    Khalid.
     

  • Singl/Multiple Server Oracle 10g DB and AS- Advantages and DisAdvantages

    Hi Friends,
    I am using Application1 using Oracle 10g Application Server and Oracle 10g database.
    Now i planned to use Application2 using Oracle 10g AS and Oracle 10g DB
    I need to know what will be the Advantages and Disadvantages if i have the schema for Application2 in the existing Oracle 10g DB / having it in another Oracle 10g DB Server
    sameway what will be the advantages and disadvantages if i have the Application2 regsiterd in existing Oracle 10g AS(Multiple OC4J Instance) / having it in another Oracle 10g AS Server.
    Regards

    To start the list, for me some of the advantages are:
    Same DB:
    - less overhead and wasted CPU Cycles (therefore potentially lower license fees)
    - easier maintenance (backup, recovery)
    - easier tuning (fewer conflicting external environments asking for same resources)
    - Oracle is designed for this, allows use of Resource Manager
    - technically RAC is a clustered 'same DB'
    Same AS:
    - less overhead and wasted CPU Cycles (therefore potentially lower license fees)
    - easier maintenance (backup, recovery)
    - easier tuning (fewer conflicting external environments asking for same resources)
    - Oracle is designed for this, use AS clustering
    Different DB:
    - separate maintenance (patch, upgrade) cycles for different SLA
    - easier tuning (isolate tuning to one app)
    - easier security (most developers have no idea about Oracle security and make merge impossible)
    Different AS:
    - separate maintenance (patch, upgrade) cycles for different SLA
    - easier tuning (isolate tuning to one app)
    - easier security (most developers have no idea about security)

  • Advantage and Disadvantage of user login ID

    Dear SAP expert,
    I need some advice whether to use "employee no." or "name" to create SAP login.
    What is the advantage and disadvantage of using employee no. ?
    Thanks.
    Rgds,

    Hi Nitin,
    A view can be thought of as either a virtual table or a stored query. The data accessible through a view is not stored in the database as a distinct object. What is stored in the database is a SELECT statement. The result set of the SELECT statement forms
    the virtual table returned by the view. A user can use this virtual table by referencing the view name in Transact-SQL statements the same way a table is referenced.
    For more information about the advantages and disadvantages of views in SQL Server, please refer to the following two articles:
    http://www.c-sharpcorner.com/Blogs/10575/advantages-and-disadvantages-of-views-in-sql-server.aspx
    http://www.toadworld.com/platforms/sql-server/w/wiki/10274.views-advantages-and-disadvantages.aspx
    Regards,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Advantages and Disadvantages of BEx Analyzer

    Dear All,
               Please specify the ADVANTAGES and DISADVANTAGES of using BEx Analyzer for reporting over a browser.Does the analyzer provide better performance?generate exhaustive reports?and found better by users since it is excel based?
    Yours truly,
    Ratish
    [email protected]
    +919820827647

    Hello Ratish,
      The advantages and disadvantages are primarily based on the light weight client and heavy client.
    Excel -
    1. It is heavy weight and needs a client installation
    2. Analysis is easier , as excel functionalities can be used over BI data
    3. People who know excel will like this
    Web-
      1. It is light weight and no installation needed at the client as browser will be available
      2. Can not analyze the data from the report ( you need copy to excel)
    In simple analysts and expert users like excel.
    Users who just view the report and no more analysis will be happy with web.
    Regards,
    Sheik Bilal

  • ABAP Query Tool - Advantages and Disadvantages

    Hi guys,
    wich are the main advantages and disadvantages of using ABAP Query Tool?
    Regards,

    Moderator message: Previous answers were rejected because they were copy and pasted from other people's work
    Hi Suresh,
    Thanks for your quick answer.
    Beyond  these advantages and disadvantages are there more that could be considered?
    Regards,
    Edited by: Matt on Mar 23, 2009 10:06 AM

  • What are advantage and disadvantage for Physical Standy and Logical Standby

    HI,
    What are advantage and disadvantage for Physical Standy and Logical Standby configuration?
    Thanks
    Ken

    Logical standby database
    The key advantage for logical standby databases is that they're opened read/write, even while they're in
    applied mode. That is, they can be used to generate reports and the like. It is indeed a fully functional
    database. Also, additional indexes, materialized views and so on can be created.
    However (this being a disadvantage) not all datatypes are supported.
    Oracle (or more exactly the log apply services) uses the primary database's redo log, transforms them into
    SQL statements and replays them on the logical standby database.
    Physical standby database
    A physical standby database is a byte for byte exact copy of the primary database. This also means that
    rowids stay the same in a physical standby database environment.
    Oracle (or more exactly the log apply services) uses the primary database's redo log to recover the
    physical database.
    A physical standby database might be opened read only; however, the received logs are in this case not
    applied. When the logs are applied, the database is not accessible (it is then in a managed recovery state).
    Regards,

  • Advantages and disadvantages of having 2 controlling areas.

    Dear All.
    My client have 2 company codes and will use same fiscal year variant and chart of account. so we recommend for one contrilling area. But my client wants some document or wants to know the advantages and disadvantages of having 2 controlling areas.
    I will really do appreciate if anybody hepls me in this regards.

    there is no general correct answer as every case is the different.
    However, the majority of solutions that have a single CoA will also have a single Controlling Area.
    The Controlling Area is the highest reporting level in Controlling, PCA, CCA etc.
    Normally if you have two CoA then you will have two Controlling Areas.
    A simple point to make to them is that a Controlling Area can only have 1 CoA, therefore you cant have 2.
    Are your Company Codes in the same Country?

  • Advantages and Disadvantages of OIM11gR2 over 11gR1

    Hello experts,
    I would like to list out the advantages and disadvantages of OIM 11g R2 over R1. Can you guys please help me in completing the list??
    Advantages:
    1. Shopping cart experience / request catalog model / interactive user interface
    2. UI customisations made easy
    3. Secure access to cloud, mobile and social networks
    I am not sure of the disadvantages but heard that its a lenghty process (risky) to upgrade from R1 to R2.
    Can any of you have ideas on the changes to workflows, provisioning and reconcilation and other procesess.
    Thanks,
    Bob

    http://rajivdewan.blogspot.com/2012/08/oracle-identity-manager-11g-r2-oim-11g.html
    anyone come across any cons with R2Some known and unknown issues are there but those you'll find with each and every product and version.
    http://docs.oracle.com/cd/E27559_01/relnotes.1112/e35820/id_mgr.htm#CHDDGDCC

  • Advantages and Disadvantages of  Applet over JSP/servlet

    Can some one please let me know what are the major advantages and disadvantages of using Applets over JSP/Servlet technology?

    Well, a servlet / jsp is generated on the server, an applet on the client side. That's the most important difference.
    Appelt's usually are for little applications like games and stuff, you can run in a browser.
    Servlets are for dynamic pages, for example database-viewing and stuf...

Maybe you are looking for

  • Airport card connected but safari not connected to internet

    Running os 10.4.1 on IMAC g5 with airport card. i am having some wireless network issues. when i try to connect to the linksys router that my airport card locates it tells me that i am connected to the network; but when i try to load a page in Safari

  • How to ungray Artwork tab in Get Info?

    I deleted the image that was in the Artwork (in Get Info) tab. When I went to add a new one the Artwork tab is now grayed out. It wasn't gray before I deleted the image. It's for a movie that's a m4v that was purchased from the iTunes store. Any hint

  • Problem with Motion

    I am using motion since long time. But yesterday unexpectedly my Motion failed. Dont know what happened. But now i couldn't open any existing motion file. It shows error. "Could not open file." I tried to install motion again. But it could not solved

  • MacBook HDD defect

    Hi, since this morning my HDD is not coming up anymore. It makes clicking noises and after a while my Apple shows a folder icon with a question mark in it. I believe the HDD is defect? If this is the case, what is a good data recovery option? Do I go

  • Grouping of payment requests for Wire transfer  in f110

    Hi Gurus Please let me know how to Group the payment requests which has Wire transfer as the payment method.  Actually can we group the payment requests for the Wire transfer payment method I have to show the balance carried forward for the payment a