Difference between web dynpro java and web dynpro abap

Hi this is watson maureen,
             I wnat to know what is  the difference between web dynpro java and web dynpro abap?
thank
maureen

Hi watson,
Go through these links, you will get the difference between web dynpro java and web dynpro abap
https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/e0e4940c-035c-2b10-0b9d-eb8f99674f4e
Web Dynpro: ABAP or Java?
Regards
Sreedhar.

Similar Messages

  • Any difference between webdynpro for java and webdynpro for abap ?

    Hi all:
       I would like to build one small system in EP.
       I can choose to use webdynpro for java and webdynpro for abap.
       I would like to ask any major difference between webdynpro for abap and webdynpro for java ?
       Is fpm supported in webdynpro for abap ?

    Hi,
    see this thread,
    ABAP Vs JAVA WebDynpro
    Regads,
    J.Joe

  • JCO difference between SAP J2ee 620 and Webas 640 for Internet Sales

    Does anyone have some information on how Internet Sales manages JCO calls to R/3 or CRM on WebAS 640?
    Till J2EE 620 the sapjco.jar file directory had to be in classpath along with the relevant dlls in WinNt directory.
    WebAs 640 Java installation doesn't mandate any such steps.
    How does this work? The jar probably is in the cluster/server/bin/ext folder but what about the native libraries? How are they loaded.
    I am having problems making RFC calls to R/3 from a web application deployed on SAP WebAS 640.
    This is not the internet sales application but a general J2EE application and I was wondering if i could use the same approach as used by Internet Sales to load the native libraries.
    Any help would be appreciated.
    Bharat.

    Vivek,
        We have the WebAs 640 Java system running on a AIX server. I placed the following folder under classpath
    /usr/sap/<SAPSID>/JC**/j2ee/cluster/server/bin/ext/com.sap.mw.jco/sapjrfc.jar
    The error thrown is
    JCO.classInitialize(): Could not load middleware layer 'com.sap.mw.jco.rfc.MiddlewareRFC'
    JCO.nativeInit(): Could not initialize dynamic link library sapjcorfc [Can't find library sapjcorfc  (libsapjcorfc.a or .so) in sun.boot.library.path or java.library.path
    sun.boot.library.path=/usr/java14_64/jre/bin
    java.library.path=/usr/java14_64/jre/bin:/usr/java14_64/jre/bin/classic:/usr/java14_64/jre/bin:/usr/sap/RID/JC15/j2ee/os_libs:/usr/sap/RID/SYS/exe/run:/home/db2_mgr/sqllib/lib:/home/db2_mgr/sqllib/lib:/usr/lib:/usr/sap/RID/JC15/j2ee/os_libs:/usr/sap/RID/JC15/j2ee/os_libs:/usr/lib:/lib:/usr/sap/RID/SYS/exe/run:/home/db2_mgr/sqllib/lib:/home/db2_mgr/sqllib/lib]. java.library.path [/usr/java14_64/jre/bin:/usr/java14_64/jre/bin/classic:/usr/java14_64/jre/bin:/usr/sap/RID/JC15/j2ee/os_libs:/usr/sap/RID/SYS/exe/run:/home/db2_mgr/sqllib/lib:/home/db2_mgr/sqllib/lib:/usr/lib:/usr/sap/RID/JC15/j2ee/os_libs:/usr/sap/RID/JC15/j2ee/os_libs:/usr/lib:/lib:/usr/sap/RID/SYS/exe/run:/home/db2_mgr/sqllib/lib:/home/db2_mgr/sqllib/lib]
    The problem is a search on libsapjcorfc.* only return dll files and no .so or .a files.
    Wondering how ISA loads the native libraries on AIX!
    Thx,
    Bharat.

  • CompareTo in a String (differences between weight in Java and DB)

    Gives equal weight java and oracle to a String?
    I mean, If i order a list (with records) using compareTo, is it going to give me the same result as if i use order by with oracle in the same records??
    Thanx.

    That depends on locale and collation settings. So it's definitely possible to have the same order (and in the simple cases you don't need to do anything).

  • Problem in completing the TASK when using Web Dynpro Java and BPM

    Hi,
    I am using Web Dynpro Java and BPM.
    i see my Web Dynpro View when i run the process.
    Just that the task is not completing.
    when i click on the Web Dynpro button to signal the completion of the event, nothing happens.
    i have appropriately created events in both Component controller and Interface Controller and used the same in creating the Task.
    a method in Component controller fires the event and a button click in the view calls this method.
    i have successfully completed Donka Dimitrova's "SAP Netweaver Business Process Management-End-to-End Process Implementation Sample " but when i tried my own with slight modifications, it is not working !!!
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/d07f3e88-554f-2b10-3cbf-ab8afea51b9f
    regards,
    -Amol Gupta

    Hi Amol,
    The way you described the things, I dont see any problems. Just to make sure that you are triggering the right event that you mapped as completion event for the task, try to cross check once again and see if the correct event is getting triggered. Also try to put some messages for debugging to see till where the control goes.
    Regards,
    Arafat

  • Created in Web dynpro Java or Web dynpro ABAP

    hi all,
    I have a web application running. Its UI  is created either in web dynpro java or web dynpro ABAP. Is there any way by which we can find out that in which form of UI technology is it created; in web dynrpo java or web dynpro ABAP ?

    Hi,
    I am really not sure if this is recommended..
    Try some negative testing on the application. If the application crashes, the trace of the error occured will tell you what kind of development has been adopted for the Web Dynpro application.
    Another hint can be the port number in the Application URL. If it is not 50xxx, and is somewht like 8xxx, it is surely Web Dynpro for ABAP.
    Regards,
    Alka.

  • Difference between Web Service Developer and Web Compononent Developer?

    What's the difference between Web services Developer and Web Component Developer? What's their job description. I'm aiming to be a web application developer. Which track should I follow?

    Here is another article on J2SE vs JEE:
    http://www.velocityrevies.com/forums/t151124-what-is-j2se-vs-j2ee.html
    I believe the people who said JSE is only for desktop development are not correct, as well as their saying their are 2 kinds of developer (web service and component).
    As I understand it, web service developers provide a way to expose the data and functionality of a program written in a particular language (such as Java or C#) as XML documents to anyone subscribing to the service over the internet. The remote applications subscribing to the service therefore can be written in any other language. For example, imagine a Cobol program trying to get data from a program written in Java. Since both cobol and Java should have ways to parse XML documents, they don't have to know each other's syntax. There are many programs written in many many languages in the web and XML is a standard way for them to communicate. Web Services are an advanced topic and you shouldn't worry about it until you master web applications and/or desktop applications.
    As I understand it, a web component developer creates java widgets that produce some visual image with basic functionality associated with it. For example, an html button. These widgets are used by other developers for the presentation layer when creating a web application or desktop application. I'm not sure about this definition since I never messed with web component development. I suggest you keep way from this specialized area on concentrate on web applications and/or desktop applications.
    You can consider application development as devided into two general categories. Web development and Desktop development (there are others). Web development is further broken down into browser based applications and mobile device applications. I suspect their are more jobs in web development than desktop development. I therefore suggest you concentrate on browder based web development (just my opinion). However, each has their advantages and disadvantages over each other, depending on the task at hand(http://stackoverflow.com/questions/905365/desktop-development-versus-web-development)
    Disclaimer:
    http://myweb.accessus.net/~090/univdisc.html

  • Whats the difference between servlet-config.xml ang web.xml???

    whats the difference between servlet-config.xml ang web.xml???

    web.xml is the standard configuration for all Java EE web modules.
    servlet-config.xml appears to be pertinent only for Struts apps.
    you don't have to have servlet-config.xml if you don't use Struts, but you've got to have web.xml.
    %

  • What is the difference between save as: Page Source & Web Archive.

    Hello,
    what is the difference between save as: Page Source & Web Archive.
    I want to save web pages permanently regardless if the website itself remains permanent.
    What does a Page Source save and what does a Web Archive save.
    Which would be best for my intentions?
    Thanks.

    What does a Page Source save
    Only the HTML code of the page you're looking at.
    what does a Web Archive save.
    The HTML source plus all objects such as images the source references. You may want to use the print to PDF feature.
    (56401)

  • Web as Java and Third Party

    Hi experts,
    I need a clarification about Web As Java and Third Party. I have done a lot research at the google and sdn but i am still not clear.
    File -> PI -> third party
    This third part is installed at other server( not in PI server ) and it is running on j2ee application. During creation of Technical System and Bussines System should i use Web As JAVA or third party?
    Please guide me experts and i will give you back the good *oints.
    Thank you experts,
    S.Saravannan

    The JAVA based system should be available withing client network, in this case we create system as Web As JAVA.
    you can get more info on below link]
    http://help.sap.com/saphelp_nwpi71/helpdata/EN/24/8fa93e08503614e10000000a114084/content.htm
    Regards,
    Raj

  • Web as java and abap

    How can we create  technical systems for WEB as JAVA and ABAP

    Hi,
    Working with System Landscape Directory (SLD)
    System Landscape Directory is the place where you define the clients landscape information (Technical System and Business System) and also describe the Products and Software Components that is been installed on these systems. Apart from just defining these information we can also facilitate installations, upgrades and transports using SLD. I like to always spell it as "Information Provider for XI".
    Lets go some more deeper into the subject and elaborate each of the topic, as I said SLD targets on information like Landscape Information (DEV, QA and PROD) and softwares installed (ECC, CRM, APO) apart from these we can do some of administration parts like locking, transports of packages.
    Landscape Information: It is also called as "Systems Catalog". This basically describes the systems in two views Technical system (Physically) and Business System (Logically). Hey One question how you refer to you PC in office. Do you refer it with IP address or with some desk number (XYZ.01.45). Well if you refer with IP then you may have a host name attached to it (Type "hostname" command in the Command Prompt to check the Host name of your system) then it is called as Technical system and if you give any logical name to it say desk number then it is called as Business System. Simple!
    So, logically I can say that a One Technical System can be reffered with multiple Business system names. Okay, let me also put in this way for SAP guys. If R/3 is installed on one machine and this R/3 has multiple clients on the same system. Then the system is called as Technical system and multiple Clients are called as Business Systems.
    Example: When we define the 3rd Party system we assign HostName to Technical system and some Logical Name (LEG001) to the Business System. If we are creating SAP system then the HostName is Technical System and Clients are addressed as Business systems.
    Step by Step process :
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/xi/workingwithSystemLandscapeDirectory+%28SLD%29&
    Reward points if this helps
    Regards
    Vani.

  • Difference between Abstract portal Component and JSPDyn page.

    Hi Experts,
    What is the difference between Abstract portal Component and JSPDyn page.
    Thanks,
    Jay.

    Hi,
    The PDK provides two methods for creating a portal component:
    Abstract Portal Component
    The Abstract Portal Component class offers a lean method for writing HTML commands to the Web client as well as for basic event handling. It is an implementation of the IPortalComponent, which is the central abstraction of the Portal Component API.
    DynPage
    The Page Processor Component, which extends the Abstract Portal Component, returns a DynPage. It provides more sophisticated event handling. Controls that produce events (such as buttons and checkboxes) have an event attribute that contains the name of the event handling method. This event handling method is invoked by the DynPage when it occurs.
    The JSPDynPage is an implementation of the DynPage and allows the use of the DynPage in combination with JSP (Java Server Pages).
    The PDK documentation and examples focus on the DynPage. Easier event handling and the separatation of content development (JSP) from application development (Java) make the DynPage a better choice for components with interaction and changing content.
    For more details, Refer thes thread,
    https://fortress.wa.gov/dop/portal/irj/portalapps/com.sap.portal.pdk.basic.portalcomponentimplementation/docs/jspdynpage.html
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/f0b3e9d5-b2af-2a10-20ba-9f6ce6b1a27f
    Hop it helps..
    GS
    Edited by: Sathishkumar GS on Apr 14, 2008 2:07 PM

  • Difference between 1.0.1 and 1.0.1_1

    What the difference between 1.0.1 and 1.0.1_1 webstart releases?
    Thx,
    Max

    From http://java.sun.com/products/javawebstart/docs/relnotes.html:
    Fixed bug 4465033: In the locales DE, IT, FR, SV, and JA, Java Web Start 1.0.1 will hang when attempting to display the security dialog for signed applications or applets. This bug has been fixed in Java Web Start 1.0.1_01.
    /Fredrik

  • Difference between ISA 5.0 and ISA 7.0

    Dear ISA gurus,
      Can you please tell me what is the difference between ISA 5.0 and 7.0. Are there any changes in the ISA architechture. Is there any change in ISA Java API. Appreciate your pointers here.
    Thanks!
    Surya.

    Hi
    The ISA/ E-Commerce architecture remains the same , however we do have some functional enhancements.
    Enhancements in SAP CRM 2007
    1. The Web Catalog Management application has been replaced by the
    Catalog Management work centerthat is available with the WebChannel Manager role in SAP CRM
    The programming interface SAPTREX API replaces the SRET APIinterface that was used in SAP
    CRM 5.0
    2. New business process Sales Order Processing B2C for Service Providers in
    CRM Web Channel. This process covers:Selling of packages, rate plans,
    incentives, and enabling productsCollecting technical data Automatic contract creation for rate plan items
    prices)
    Management
    3.Dynamic field control for orders Search for items in orders,quotations, and order templates.
    4. Enhancements of the B2C Webshop UI: Catalog navigation, Webshop header, mini shopping basket,
    shopping basket, scale price display Verification word for integration with Interaction Center
    5. Additional way to display products in product catalog via block view
      Paging through list of (special and personalized) offers on Web shop home page
      Display of number of pages in catalog area browsing.
    Warm Regards,
    Sumit

  • Difference between SAP Access Control and IDM

    Hi Expert,
    I have one question What is the difference between SAP Access Control and SAP Identity Management ?

    Ali,
    That's a good question, but a tough one.
    While both applications can do most of what the other can do, it's a matter of specialization in my opinion.
    Access Control is all about managing and controlling access to SAP system roles and has the ability to report on role conflicts for compliance and reporting purposes. (I'm sure I'm leaving a lot out, but maybe a GRC / AC expert can fill in more details)
    SAP IDM is about managing the user life cycle with regards to landscape and enterprise systems. It will handle the creation, update and ultimately the removal (or de-provisioning) of users in SAP ABAP, SAP JAVA, LDAP, JDBC, and API based applications.  It will also do Role Management through a web based UI (User management is web based as well). and as of the latest Service pack for SAP IDM 7.2, it will do attestation (limited certification) as well. It is a definite upgrade to CUA as it will work with a greater variety of systems, include workflows and approvals.
    GRC will do some provisioning, but it's somewhat limited, as is IDM's compliance abilities.
    The applications are designed to work together, however it does not have a great track record and the integration is typically heavily modified to work as desired.
    If you have specific questions, feel free to post / DM.  Obviously I am more knowledgeable about IDM, but I'll be happy to help you in any way possible.
    Regards,
    Matt

Maybe you are looking for