Web Dynpro Vs JSP

Hi,
    We have JSP, what are the features of web Dynpro over JSP, while JSPs are also used for creation of UIs.
                                              Thank you
                                             regards
                                                 Srinivas

Hi,
Web Dynpro is a client-independent programming model of the SAP NetWeaver technology platform for developing user interfaces for professional business applications. It is based on the model view controller paradim which ensures that the business logic is separated from the presentation logic. This architecture is visible in the Web Dynpro perspective of the SAP NetWeaver Developer Studio (NWDS).
Web Dynpro helps you with the development of Web applications by:
•     Ensuring platform-independence with the meta model approach
•     Minimizing the implementation effort through declarative programming
•     Supporting a structured design process by applying the model view controller paradigm
•     Providing reuse and better maintainability by using components
•     Providing graphical support with tools in the Web Dynpro perspective
•     Providing the SAP NetWeaver Java Development Infrastructure (NWDI) which supports team work with different services such as source code versioning and the Central Build Service.
Regards,
Anagha

Similar Messages

  • Integrate Web Dynpro in JSP

    Hello everybody!
    Does anybody know if is there a way to integrate a WD application into a JSP page, like an applet inside an html for example?
    Thanks
    Regards
    Juan Jimenez

    Please see the Isolated HTML Container in the HTMLB guidelines .
    http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/ep/sap htmlb guidelines
    REgards,
    Rich Heilman

  • JSp vs Web dynpro

    Hi to all, i must create the EP from an internet site.
    The site has more table generate from SQL database.
    I read that the JSP page don't is recompileted when i call the page that contain the JSP code.
    I read that the JSP page is recompilated only with a deploy.
    I need one page that refresh your table from the relative database ever, for any visualizzation from the user.
    Is all true??
    I must create a web dynpro page or exist a JSP alternative?
    thanks to all

    Hi,
    JSPs can either be compiled at deploy-time or during run-time. The most normal is run-time. Run-time means that the first time a user access the jsp, it is compiled into a java class which is executed for this user and all subsequent users. When you deploy a new version, the java classes are deleted.
    Both web dynpro and jsp can be used.
    Dagfinn

  • Jsp and web dynpro

    Hello All,
    We are using web dynpro to add and edit records in a database. We are using jsp to produce reports from the same data since we feel that we cannot acheive the desired effect with web dynpro. The problem is having web dynpro and jsp communicate. I can use portal eventing but sometime I need large amounts of data such as maybe all the search criteria to generate a new report. What would be the best way to do this?
    Thanks

    How about creating a dynpro that has a form that has hidden objects that you can link a context variable too within your dynpro.  Then have the form submit 'action' be the jsp.  If you use method=post, you can pass all kinds of data.

  • Advantages / disadvantages of Web-Dynpro

    Hello,
    Can somebody tell me, what are the advantages and disadvantages of Web-Dynpro unlike JSPs?
    Best regards

    Hi ,
    Check the links
    Advantages of webdynpro
    Why WebDynpro ?
    Web Dynpro V/s other web technologis
    Regards
    Rohit
    Message was edited by: Rohit Radhakrishnan

  • Date Type UI in JSP (similar to Web Dynpro)

    Hi,
    Is there any way in hbj or jsps to display calendar and allow user to choose any date from that calendar?
    I know that there is similar type of UI element available in Web Dynpro .. an input field having calendar displayed at it's right corner.
    Thanks and regards,
    Amey Mogare

    Hi Amey,
    Using the simple line of code in your jsp, will help to achieve the same.
    <hbj:inputField id="inDatle" type="DATE" showHelp="true" value=""/>
    Regards,
    Venkatesh. K

  • How to call jsp from web dynpro app.

    Hi Frndz,
    How can I call a JSP from my web dynpro(and here i don't want to redirect to JSP ),I want to call a JSP which can show a message window as alert on top  of WDP view.
    Here am using CE 7.2 SP1, and my requirement is to call the model(back end) for every minute interval and need to give alert that how many new records r added.With WDP java i haven't find any option to give alert r notifications about new records added, so am thinking to call JSP where I will pass the parameter which can show a alert r notification(like FACEBOOK n outlook notifications).
    Please share any ideas ti achieve this,
    Thanks in advance.
    Regrads
    Rajesh

    Hi,
    If your application should open in a new url, then you can use link to url action to open jsp.
    You can also use EPCF navigation api to call any pcd page as well external links
    i.e
      WDPortalNavigation
          .navigateAbsolute("link",[parameters]);
    Since your passing parameters, you build url in both the cases.
    Ram

  • How to use JSP in Web Dynpro

    Hi
         I want to use JSP and servlet pages in my web dynpro application
    how can we add the JSP pages in web dynpro aaplication or how can I achive this functionality?
    Thanks
    Ninad

    Hi,
    Have a look at this thread,
    Re: web dynpro jsp
    Regards,
    Saravanan K

  • Use HTTP Session to pass Object from Web Dynpro for Java to JSP page

    Is it possible to get a handle on the HTTP Session object from within a Web Dynpro application? I want to place a Java object in there that can be retrieved by a JSP page.
    Thanks in advance.

    Hi Tom Cole,
       You can try this. i am not sure if this will work or not.
    HttpServletRequest request = ((IWebContextAdapter) WDWebContextAdapter.getWebContextAdapter()).getHttpServletRequest();
    You can also try this.
    IWDRequest mm_request = WDProtocolAdapter.getProtocolAdapter().getRequestObject();
    HttpServletRequest request = (HttpServletRequest)mm_request.getProtocolRequest();
    IWDRequest basically wraps the HttpServletRequest. if you are using NW04s then the getProtocolRequest() may not be available.
    Regards,
    Sanyev

  • HCM Processes & Forms : Migrating from JSPs to Web Dynpro for ABAP

    We are pretty well invested in HCM Processes and Forms.  We currently use JSP based forms as the UI for our notifications.   We do not, use Adobe Forms.
    For a number of reasons, we want to transition to forms based in Web Dynpro for ABAP.
    We want to bring a new scenario online using WD4A.  Down the road, weu2019ll very likely transition our old JSPs over to the new methodology as well.  
    I would expect that this is pretty well doable.  As part of a proof of concept, we did launch notifications from the web dynpro environment, had them initiate workflow, etc .  Weu2019ve also pulled up our web dynpro app from the UWL and portal.
    Has anyone gone through this specific exercise u2013 moving from JSPs to WD4A?  We are particularly interested in where the integration points will be, working with ISR_PROCESS_EVENT, etc.
    Your comments, suggestions, references, etc. are welcomed, as well as any discussion you may offer.
    Thanksu2026
    ...Mike

    And along the same lines, any thoughts around which of the following QISRDPROCESS_TYPEs might be a better choice?
    Entry Using ITS Service
    Entry Using Adobe PDF
    We currently use the ITS Service type.  I think this may be our first direction, replacing url links with links to our webdynpro application which woulds need to integrate calls through ISR_PROCESS_EVENT
    The Adobe Type seems interesting - Again, we do not, nor will, have Adobe Forms in place for this development.  But, I've read some discussion that folks have enhanced out of actual Adobe Form rendering.
    Again, the thoughts of the community are welcomed here.
    Thanks...
    ...Mike

  • Can a web dynpro call a web service that calls a jsp?

    I'm trying to connect a web dynpro java [2004s] calling a web service that calls a jsp page. then a jsp page that calls a web service that goes to the web dynpro. is this possible?
    Thanks!

    Have you checked out the following J2EE tutorial:
    http://www.netbeans.org/download/docs/41/j2ee-tutorial/CMP2.html#wp90149
    ...The Roster module maintains the team rosters for players in sports leagues. The example has five components. The RosterClient component is an application client that accesses the RosterBean session bean through the bean's remote interfaces. RosterBean accesses three entity beans--PlayerBean, TeamBean, and LeagueBean--through their local interfaces....
    Also: http://www.netbeans.org/download/docs/41/j2ee-tutorial/Session4.html#wp82980
    Passing an Enterprise Bean's Object Reference

  • Change pages jsp by web dynpro

    I have some jsp pages in the MSS, I change them to Web Dynpro, anyone know if there is already a version that converts these pages or make them from scratch
    thanks you

    Hi Hanif
    Kindly refer the SAP Notes with Error message 'Sorry, your browser/program is not supported by Web Dynpro'
    1599159 - Internet Explorer 9 Release Notes
    Solution SAP Note 1694966 - Remove the settings for enabling IE9 and FF4/FF5 in WD Java
    Regards
    Ram

  • Web dynpro jsp

    Hello All,
    I am including a jsp in the IFrame of a web dynrpo application. There are other web dynpro components in the view.How can I
    make the jsp and web dynpro interact?
    And if I am have to interact between the jsp and web dynpro is it better to use an iframe or create a new jspdynpage component
    and interact using portal eventing?
    Thanks

    Hi Vijay,
    i'm new to web dynpro. My requirement is to call an web dynpro application from a normal J2EE web application running on the SAP Server. Is there any way to call via normal jsp. is it possible. if so will the session attributes will be visible inside the webdynpro application. How to get those session attributes?
    will u please help me out in this.
    Thnx & Regards
    Ilan

  • Integrating Flex/Flash in Web Dynpro ABAP(Netweaver 7.0) need info!

    Hi all,
            I need to embed a flash or a flex object inside a web dynpro abap application.I am working in Netweaver 7.0 and i don't have enhancement pack 1 installed.Is it possible ?   If it is possible can anyone please provide me the coding and configuration details.
    Thanks,
    Saikat

    I'm afraid that the SAP supplied integration technology - call FlashIslands - is only available from NetWeaver 7.01 and forward.  You could perhaps do some simple integration (very little data transfer) with the iFrame UI element - although the iFrame is deprecated in 7.0 and 7.01, but does return to full support in 7.02.  The other option would be to use the NetWeaver Portal or NetWeaver Business Client and have two iViews within the page. One iView would have WDA and the other some external technology (BSP, JSP, etc) to host the Flash/Flex content.  Not tight integration, but you could potentially use Portal Eventing to at least communicate events.

  • Calling a method in a public web dynpro DC from EP

    Hi all,
    I have a public web dynpro DC which exposes some methods. I want to call these methods from an EP application (JSP Dynpage). IS this possible to do?
    Any info on this would be of great help.
    Regards,
    Narahari

    hi,
    Step by step solution for calling a webdynpro application from portal is given.
    this will help you ....
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/7cf6a990-0201-0010-dd80-c09fc1438056
    http://help.sap.com/saphelp_nw04/helpdata/en/d8/6ee03fc2269615e10000000a155106/frameset.htm
    regards,
    ganesh

Maybe you are looking for

  • How do I set blank data to date field in pdf form ?

    Dear Sir, I made PDF form by Acrobat X on Windows PC and then, read the pdf form by acrobat reader on iPad. Date field  is included in the form. The Acrobat version is 10.1.6 . The acrobat reader version is 10.5.0 . First, I put the wrong date data t

  • JCO problem in SOAP to file scenario

    Hey guys i m doin a SOAP to file scenario and getting a JCO error in moni,the status of my queue in SMQ2 is SYSFAIL,when i check the TCP/IP connection in SM59 i find error in two places AI_DIRECTORY_JCOSERVER and AI_RUNTIME_JCOSERVER .when i test con

  • Creating/editing Excel files(.xls)

    hi, does anyone knows java opensource library for produce/modify excel files? I need a very simple library because i'have not a lot of time for my activity. moreover i need to produce simple excel report from a ResultSet with simple basic formatting

  • InDesign CS3- Appearing white lines when uploading

    Hi Everyone... I've created a brochure, standard 8.5x11 trifold, in InDesign. Everything comes out great, up until I upload the PDF I created in InDesign on a printer's website and view the proof. For some reason, when I view the proof, there are whi

  • Internet drops when cordless phone rings

    My internet is dropped every time my phone rings. I never had this problem before I connected the airport extreme to my Imac. How do I fix this? What's wrong?