JAVA  FLEX.........IN WebDynpro.....?

HI Expert's .......
is it *JAVA Flex is introduced in  webdynpro  JAVA * ......if so please refer some link's to learn ...i'm very much interested ......about that ...
                                         Regards .....
                                        Ramprasad
Edited by: Ramprasad K on Sep 28, 2008 6:57 AM

If JavaFlex has any libraray and it doesn't require any thing else to run except JRE than you could use Java Flex into web dynpro. Like I have done using third part reporting tool into web dynpro to replace Adobe interactive forms functionality (for generating reports into HTML/PDF/EXCEL formats).
Regards,
Jawed Ali

Similar Messages

  • Integrating flex with webdynpro java

    hi,
    iam new bie in webdynpro java.please tell is there possibility of integrating flex in webdynpro java,if so what are the prerequisites for it.

    Hi
    This is possible through Adobe Flash Islands under Mimes folder in your Webdynpro project. You create flex objects in FlexBuilder and generate the .swf files. Then the swf files need to be placed under the Mimes folder of Webdynpro Project from which they can be accessed.
    Follow the link below for details :
    http://wiki.sdn.sap.com/wiki/display/WDJava/WebDynproJava(CE7.1EHP1)andAdobeFlexIntegration-ColumnChart
    http://help.sap.com/saphelp_nw72/helpdata/en/48/825afcf53d3ff6e10000000a42189c/content.htm
    Regards,
    Sayan Ghosh

  • Calling Webdynpro Java Application from Webdynpro ABAP Application.

    Hi,
    We have developed one Application using Webdynpro Java and I m in need to call the Webdynpro Java application from Webdynpro ABAP.
    Require Suggestions to acheive this.
    Thanks In advance.
    Reg,
    Ajay.

    Dear Ajay,
    Assuming that both your applications WDA & WDJ are in the portal & you don't have to pass any parameters to the WDJ application.
    Write the following code on the action  where you would call the WDJ application.
      DATA:
            lr_compcontroller TYPE REF TO ig_componentcontroller,
            l_component TYPE REF TO if_wd_component ,
            lr_port_manager TYPE REF TO if_wd_portal_integration ,
            wa_navigation TYPE navigation.
      lr_compcontroller =   wd_this->get_componentcontroller_ctr( ).
      l_component = lr_compcontroller->wd_get_api( ).
      lr_port_manager = l_component->get_portal_manager( ) .
    * The value inserted into the navigation-target field can be found in the Portal
    * content administration tab of your portal. It is the ID or PCD Location field
      wa_navigation-target = pcd. " Please provide the PCD Location of the WDJ Application here.
      wa_navigation-mode   = '0'.  "0 = INTERNAL(same page) and 1 = EXTERNAL(new page).
      CALL METHOD lr_port_manager->navigate_absolute
        EXPORTING
          navigation_target = wa_navigation-target
          navigation_mode   = wa_navigation-mode.
    You can get the PCD from the Page properties of the WDJ application page in the Portal.
    Hope it helps!
    Warm regards,
    Upendra Agrawal

  • How to use Java code inside WebDynpro-ABAP

    Hi,
        How to use Java code inside WebDynpro-ABAP.
    Could any one provide sample code.
    Cheers,
    Sam

    Hi Sam,
    We can't Bring Java Inside the ABAP. Both are running in different Environments.
    and also ABAP Codes are runs on BASIS.
    -Basis is a middleware between ABAP codes and Ur OS.
    -Contains set of programs to load,RUN,intepret the ABAP program..
    So Both are Different.
    Regards,
    Ramganesan K.

  • Flex with WebDynPro

    hi all.
    can anyone tell me ..if we can use Flex with WebDynPro.....?
    can we develop flex in NWDS....?
    Regards,
    Sudheer

    Well you can use Flex inside plain HTML pages.  It isn't really much different when using them inside JSP.  I'm really just talking about embedding and hosting the flash player.  If you want greater interactivity between the Flex portions and the JSP I suggest that you search on the internet for FABridge (Flex Ajax Bridge).  This allows you to use JavaScript to interactive with the flex component.  I've used this technology within BSP quite a bit:
    [/people/thomas.jung/blog/2007/11/14/an-introduction-to-flob-flex-on-bsp|/people/thomas.jung/blog/2007/11/14/an-introduction-to-flob-flex-on-bsp]
    Since BSP and JSP are so similar, the same concepts could easily be applied in JSP.
    As to the Web Dynpro Islands - the development of the first version is complete and will start to ship in a controlled rollout with Web Dynpro ABAP in NetWeaver Enhancement Package 1 (Q3 2008). I believe that at first we plan to only have SAP delivered components, but will eventually open it up so that anyone can create components that run within the Islands.

  • Triggering Java Script in WebDynPro

    Hi Experts,
    I wanted to know if there is any way to trigger java Scripts in webDynpro application.
    If yes, please provide any document on the same.
    Thanks in advance.
    Regards,
    Rohan

    Hi Rohan,
    Javascript is not part of the Web Dynpro programming model.
    Remember: Web Dynpro is a multi-client programming model that supports not-only Web browsers.
    Meanwhile, have a look at the following thread for more info.
    Re: Java Script in WebDynPro!!!!
    I hope this helps.
    Regards,
    Gopal.

  • Experienced JAVA FLEX 2.0 Consultant need

    I seek Java coupled with FLEX skills who might be willing to
    consult and work Boston until the end of the year. I know it is a
    long shot, but I am hoping you someone is available for a potential
    start in April 2008. Our project is related to an
    investment/trading system and JAVA/FLEX and is a definite need
    according to our Engagement Manager. Up to 85/hr on 1099
    corp-to-corp basis.
    Please forward your resume to [email protected] if you
    are interested.
    OR if you have any suggestions on people or places to search,
    I would greatly appreciate it.

    Yes, we're looking to release 2.0.1 at the same time as our
    Mac release, which is early 2007.

  • Flex with webdynpro for java using Flex Island

    Hi Friends,
    I am on Netweaver/SAP Enterprise Portal 7.0 SPstack12, I am developing UI for BI reports using VC, I am interested in developing UI using flex and want to integrate those apps with EP, I came to know flux Island supports flux with webdynpro java,  basically I am a webdynpro for java developer, I want to develop flux applications with webdynpro for java in NWDS. And i want to know how to use Flex Island with webdynpro for java. So could u please post some useful links.
    Thank in advance
    Regards
    samba

    Hi
    If you want to try out using ADOBE Flash Islands with WDJ, you would need to download SAP CE 7.1 EhP1 trial version, if not done so already.
    The following link may help you in building the WDJ component with Flash Islands..
    The specified item was not found.
    If you donot want to develop the Flex project you can download the .swf file provided by the SAP mentors:
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/10989ef6-968c-2b10-50a9-eb34a5267163
    Thanks.
    Chitrali

  • Java DC to WebDynPro dc

    Hi
    I am using DC first time .
    I created Java DC and class Class1 which has method which returns string "Hello".
    I created public part.
    Now I created WD dc and Use dc of Java DC.
    I want to get "Hello" string in textView.
    I created context of view and assign it to textView.
    I used .jar file of java project in webdyn project.
    i write code..
    public void wdDoInit()
        //@@begin wdDoInit()
       Class1 c=new Class1();
         wdContext.currentContextElement().setStringvalue(c.getStr());
        //@@end
    It shows error....
    java.lang.NoClassDefFoundError: com/dhan/java/Class1
        at com.dhan.wdp.FirstView.wdDoInit(FirstView.java:99)
        at com.dhan.wdp.wdp.InternalFirstView.wdDoInit(InternalFirstView.java:112)
        at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.doInit(DelegatingView.java:61)
        at com.sap.tc.webdynpro.progmodel.controller.Controller.initController(Controller.java:215)
        at com.sap.tc.webdynpro.progmodel.view.View.initController(View.java:445)
    Thanks for helping me..

    Hi ,
    You can try the following locally:
    1. Create  an Enterprise Application DC.
    2. Make Two public parts in your java DC which refer your java classes
    1.Assembly PP(2nd option can be packaged in .sda etc)
    2.Compilation pp(1st option)
    3 Use Assembly PP in your EA DC as Build and runtime Dependencies
    4.Use Compilation PP in WD DC with Build time Qualifier.
    5. Build and Deploy the EA DC Ear.
    6. Reload and rebuild then Deploy your WD Dc and run.
    Also give the shared referance of your EA Dc in WD Dc by right clicking on WD go to Project properties--Shared references and give the value like this.
    <Domain name eg;sap.com >/<EA name excluding Track name and Domain Name>
    Hope this will Help
    Regards,
    Siddharth
    Edited by: Siddharth Jain on Aug 25, 2008 8:33 AM

  • Flex in WebDynpro Abap

    Hi All,
                   I am planning to create the application which has the flex fetures. I have installed GUI 7.10.
    But i couldnot find the Flex components in MIME repository.and the Swap element menu is missing in GUI.
    I think its a version problem
    Please let me know which version i have to install for devlop application with flex.
    Regards,
    Kumar K

    >
    Kuppusamy Kumar wrote:
    > I got the path for download the 7.10 and EP1
    >
    > https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/20877bcc-bb51-2b10-aa8b-8308ed488199 [original link is broken]
    The link you posted is for NetWeaver CE 7.11.  This will give you the Flash Islands capabilities for Web Dynpro Java, but doesn't contain any ABAP functionality at all.
    Since you posted this question in the Web Dynpro ABAP forum, I assume that you want the ABAP Flavor.  For that you need to download the NetWeaver 7.01 ABAP Trial version:
    https://www.sdn.sap.com/irj/scn/downloads?rid=/library/uuid/c0d7422b-4ee9-2b10-0baf-af588a2126f4

  • Out of memory error in java- flex communication using RTMP

    We are using flex and java in our application. due to RTMP call to fetch data every 5 seconds. it is hiting database and establishing connection and keeps it open hence this is causing for Out of memory issue. Can come one help on this issue.

    You probably want to ask here: http://forums.adobe.com/community/flex

  • To use Java Script in WebDynpro

    Hi,
    i am trying to do a webdynpro application where in, if i click on the button it should trigger the java script.how could i do that

    Kalyan,
    try to follow these tutorials:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webdynpro/tutorial on enabling message and error support - 3.htm
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/webdynpro/tutorial on using validating and non-validating actions - 33.htm
    you can achieve validating with Web Dynpro methods but not with JavaScript inside of WD-applications.
    kr, achim

  • Calling Java code from Webdynpro Abap UI

    Hi All,
    Can anybody tell me, How to make calls to java code on a button click from webdynpro ABAP UI ?
    Thanks in Advance.
    Jenish .V. Joy

    Hi Jenish,
    As I am new to WebDynpro for ABAP I could not help you out exactly.But See this link which will help you to create applications in WebDynpro by using ABAP language.
    https://www.sdn.sap.com/irj/sdn/developerareas/abap?
    rid=/library/uuid/02e1fa45-0801-0010-10a0-f1cf47e8c943
    If you get any answer for your question let me know.
    Regards,
    Karthick K Eswaran

  • Java - Flex integration

    Hi all,
    It's being hard to find a type conversion table between Java
    and Flex.
    I mean, when my server side Java method is performed.. it
    results on a class. I want to know what Java types is converted to
    what Actionscript class or data type
    Thank you all.

    Hi
    You can find it in developer's guide page 1090
    http://download.macromedia.com/pub/documentation/en/flex/2/flex2_devguide.pdf
    William Chan

  • Using Java Applet in WebDynpro Application

    Hello,
    I have the problem that I must access the client in my WebDynpro Application.
    But I found no way to include a Java Applet in my application, so my question: Is it generally possible to include a Java Applet or not?
    If it is not possible with an Applet, is there any other way to access the client?
    Thanks a lot

    We actually embed Java applets in our application. But only on the portal.
    Wrap the applet around a BSP.
    Call the URL in an iframe.
    To prevent the reloading problems that we see with applets and actions, we put the applet in a modal window, with an OK button at the bottom so that when applet processing is finished, the rest of the web dynpro functionality resumes.
    If you need to have them both in the same page, you can embed the BSP iview in the same portal page.

Maybe you are looking for

  • How do I install my HP Officejet printer 6500 with out a disc

    I need help installing my printer. I have a USB cable connector. Please help

  • Thumbnails in Elements 10 not linking to photos on correct Hard Drive

    I use two separate internal HD's.  Primary HD has a C and D partition.  Secondary HD has a E and F portition.  The secondary HD is meant as a internal backup for programs (E) and for songs, photos, and critical files (F).  On the primary HD, under th

  • Messege sending privacy

    Hi, I've a Skype button on my webpage and it configurated to send a message first. In my account the "Allow IMs from..." option is "anyone", but if I try to send a message to it from an account which isn't in my contact list, it alert me with an "Add

  • Photoshop CS2 quits

    App quits when I doubleclick to open. I talked to a tech at Adobe and he says it's a corrupt system font, Arial. How do I get rid of this problem. I'm leery about trashing a system font.

  • Applet in webpage help

    I created an applet in eclipse. It works fine. It had 3 classes. 1 class was the applet. The other 2 were classes that the applet used. I put them all in the same directory and when I uploaded it on the web. It shows up all white. Im new to this appl