Local development or DI

hi all,
we are developing about 10-12 web dynpro applications. There will be only about 2 or 3 developers.
What is the best way to accomplish this - Local development or Development using NWDI?
please advice
-sm

Hi,
You can search for NWDI in SDN. You will find lot of articles blogs and forums for this.
https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/90be3942-6e8c-2b10-2bbf-ba5b3c169a82
Raghu
Edited by: Raghavendranath Garlapati on Mar 3, 2009 5:32 PM

Similar Messages

  • Error while importing sca file in local development

    Hi,
    I am trying to import a sca file (MDMJ71006_0-10006189.SCA) into the local development of my NWDS.
    I right click on local development--> Import SC --> Gave path of SC --> Next (All DCs gets displayed) --> Finish.
    After clicking finish I am getting error like:
    UI job failed with exception: Updating DC model for com.sap.mdm.tech.connector java.lang.NullPointerException
    After this i can see this SC in my local development list but when I update it, the SC gets deleted.
    Can anyone help me import this sca file.
    Thanks
    Arjun

    Hi,
    I am trying to import a sca file (MDMJ71006_0-10006189.SCA) into the local development of my NWDS.
    I right click on local development--> Import SC --> Gave path of SC --> Next (All DCs gets displayed) --> Finish.
    After clicking finish I am getting error like:
    UI job failed with exception: Updating DC model for com.sap.mdm.tech.connector java.lang.NullPointerException
    After this i can see this SC in my local development list but when I update it, the SC gets deleted.
    Can anyone help me import this sca file.
    Thanks
    Arjun

  • [SOLVED] Recommendations needed - Arch + Apache for local development

    Hello,
    I'm a new Arch user, and relatively new with Linux. I'm getting to like Arch very much.
    I do web development, and I do most of my programming in PERL.
    I have already installed perl and some tools, and I'm about to install apache. The Idea is to have the apache server just for local development and testing.
    So the question is: Do you recommend me to install some firewall?
    What security measurements should I take?
    Is there any easy way to enable and disable Internet access to the apache server?
    Thank you!
    Last edited by iopo (2009-10-28 19:24:14)

    Thank you friends.
    Yes, my Internet is via router. I like the Idea to set the server to listen at local address, I will try that.
    Now, as I'm new to Linux and Arch, I will like to know if I should take any extra security measurements. In windows I used anti-virus + firewall all the time, and I blocked apache to access the Internet with the firewall.
    I have set a strong root password, but the "normal user" has sudo. Is that secure enough?
    Is there any "must have" security tools or measurements to set is a box like mine (Desktop usage + local network (3 machines) + apache for local usage and testing only)?
    Is it common to get some malware, worm, trojan, spyware or some kind of phishing just by surfing the web without user "action" to install it?
    I know Linux is much safer because users and permissions. I like that very much, It feels a lot safer.
    Now, I have used Arch for a week or so with no firewall (router firewall is disabled also) and no anti-virus. Absolutely no special security measurements and there seems to be no log-in attempts in logfiles .. and no problems at all. Windows without firewall and anti-virus will die in a few hours just by leaving it connected to Internet....
    I just wanted to ask you all (Arch users) if you normally use Firewall, and if you take some special measurement to stay free of  trojans, spyware, etc...
    I will appreciate your comments.
    Thank you!

  • Eventing between 2 Local Development components possible ?

    Hello,
      I have 2 Local DCs named 'Main' and 'Search'. As the name suggests, Main embeds Search in the "Used Web Dynpro components" and passes (via context mapping) a search parameter to Search. Search will appear as a popup window and display the table results if a match or several matches are found. User then have the option of selecting the one of the result from the table or cancel the search.
      Everything works fine till I am trying to fire an event from Search to call the handler in Main. It seems that Search is not able to 'see' the handler that i have created in Main and is not able to close the popup search window.
      The tutorial "Dialog Boxes in Web Dynpro Applications" demonstrates how to do eventing within the same component but I will like to know how can I do the above between 2 different Local Development components. Does anyone have a solution or idea to this ? Thank you very much.
    from
    Kwok Wei

    Hi,
    I think with that search parameter you can also pass on an extra parameter say <b>win</b> of type <b>IWDWindow</b> containing the reference of the window created in the main view.
    In the popup window on action close of the window, instead of calling the handler you can directly give
    win.close();
    win.destroy();
    regards,
    Mahesh K.

  • Upgrading Local Development From OC4J 10.1.2 to 10.1.3

    We are in the middle of upgrading our local development environments to 10.1.3.
    Previously, to deploy an application to my 10.1.2 environment, I would use Maven (and a war:webapp target) to deploy to a setup as specified by application.xml:
    <web-module id="acap" path="file://C:/svn/acap 1.3.3/target/acap" />
    and http-web-site.xml:
    <web-app application="default" name="acap" root="/acap" />
    Unfortunately, I need to 10.1.3 upgrade to support Java 5.0 development. I don't know how to configure 10.1.3 manually, and don't want to compile a WAR each time and deploy via 10.1.3's enterprise manager, which is much more time-consuming.
    Can anyone give me any pointers on handling the upgrade? Otherwise, I'm going to have to switch servlet containers from OC4J, which would be bad since the app is ultimately going to be deployed to Oracle Application Server...
    Jason

    Hello,
    You should be able to use the same mechanism to deploy in 10.1.3.x, except that you will use the default-web-site.xml file (instead of http-web-site.xml)
    In the same time it is probably better to use the command line (admin_client.jar) or ant task to deploy your war.
    Regards
    Tugdual Grall

  • Easy Question: Copy pcui_gp/xssfpm from DTR track to local development

    Hi Experts,
    I have to create one custom Web Dynpro program in Local Development. For this program, pcui_gp/xssfpm and pcui_gp/xssutils are needed.
    NWDI is configured. I can see pcui_gp/xssfpm and pcui_gp/xssutils in one of the DTR tracks. I am not allowed to do any development in DTR track.
    I have to carry out development in Local Development. How I can copy pcui_gp/xssfpm and pcui_gp/xssutils from DTR track to Local Development.
    Regards,
    Gary

    Hi Gary ,
    -go to Development Configuration perspective in NWDI.
    -go to inactive DCs.
    -right click on the components you need.
    -choose create project from the context menu.
    then it will be shown in your local development
    regards,

  • Import/Export Local Development Component

    Hello,
    we developed a Portal service that we want to expose as Webservice.
    According to
    http://help.sap.com/saphelp_nw70/helpdata/EN/43/cb213e578c0262e10000000a11466f/frameset.htm we created a local DC in our NWDS containing our
    Portal Service. We also generated the Webservice.
    We have have SAP NETWEAVER 7.0 (SP10) and no NWDI.
    Now we want to export the whole local DC project from our NWDS to the
    NWDS of a colleague.
    How can we do this? There is no "Local Development Component Export
    option" in our NWDS neither any "Import" possibility.
    Does anyone know something about that?
    Kind regards,
    Torsten Hoffmann

    Hi Torsten,
    1) Close NWDs.
    2) Take project of your colleague, delete .project & . classpath files, copy it in your ../Local Development/ ... folder (you should have the same folder structure as your colleague).
    3) Then edit your .syncdb file and add entry for this project (copy it from the file of your colleague).
    4) Launch NWDS.
    I've made such thing a lots of time and it works for sure.
    Regards,
    Andrei

  • Local Development engine

    Hello,
    can anybody tell me how to install the local development environment for testing self developed stuff on the local machine?
    Thanks
    tt

    Hi Thies,
    You need to install SAP Developer Workplace, which can be downloaded from:
    service.sap.com/swdc
    Install guide under same quick link:
    Install guides>SAP Netweaver>Release 04>Installation>Dev Env --> Inst. Guide SAP Netweaver Developer Workplace Stack XX
    If you don't have marketplace access, I think you can download a demo version from the SDN downloads section.
    Hope this helps,
    Marty

  • How to bring PCUI_GP DCs to local development environment

    Hi,
    I want to create a fresh FPM based application in local development environment.
    For this I need to add the PCUI_GP DCs as used DCs.
    Currently they are not available in local development environment but only in DTR Track...
    How do i bring these DCs to local...?
    Please advise(I do not mean just by creating project from inactive Dcs but to make the whole PCUI_GP DCs available in Local)
    Thanks,
    Rocky

    Hi Rocky,
    Have you deployed the PCUI_GP component separately, As it is required very much, You can find the same on service.sap.com/swdc.
    Please deploy the same and the check out the results.
    Best regards,
    Deepak..

  • To create local development environment

    Hi,
    I have to create local development environment
    there are two options:
    1.Embedded pl/sql gateway
    2.oracle xml db http server
    *1.How to know the setup what i am using to create local development environment???*
    after knowing the setup:
    *2.How to configure??*
    http://hostname:port/apex/apex_admin... for embedded
    or
    http://hostname:port/pls/apex/apex_admin....for oracle xml db
    from the tutorial i couldn't understand.
    for example apex is define in configuration file???..how to find???
    I am stucked.

    Hi,
    Thanks for your suggestion.
    To work further I tried ot download the packaged applications OEHR sample objects.
    I didn't get any error till downloading and importing, when i installed supporting objects it says there is no enough workspace to install supporting objects
    error is
    the following prerequisite checks failed. Installation of this application's supporting objects cannot continue until these issues are resolved.
    To continue installation after addressing the errors, navigate to the Supporting Object Definitions of this application and click INSTALL in the Supporting Objects Installation section.
    Alternatively, you can deinstall the application definition and reinstall after resolving these issues.
    Available Space in KB:      4,032
    Object Names:      OEHR_COUNTRIES, OEHR_REGIONS, OEHR_LOCATIONS, OEHR_DEPARTMENTS, OEHR_JOBS, OEHR_JOB_HISTORY, OEHR_CUSTOMERS, OEHR_WAREHOUSES, OEHR_ORDER_ITEMS, OEHR_ORDERS, OEHR_INVENTORIES, OEHR_PRODUCT_INFORMATION, OEHR_PRODUCT_DESCRIPTIONS, OEHR_PROMOTIONS, OEHR_CATEGORIES_TAB
    I have created local environment
    workspacename: SECOND
    username:ADMIN
    I had glimpse on requesting additional storage space from the link
    http://download.oracle.com/docs/cd/E14373_01/admin.32/e13371/wrkspc.htm#AEA
    This is the report what i got in viewing workspace overview report:
    Tablespace Name     Bytes     Amount Used     Amount Free     Percentage Used
    FLOW_1172117675391573     116,326,400     6,356,992      109,969,408     5.46 row(s) 1 - 1 of 1           
    Then i requested additional storage option from Manage services
    Then i connected to workspace:INTERNAL
    and username:ADMIN then i passed to change request option and accepted the option
    WorkspaceSort by this column     Requested Change     Value for Change     Requested     Requested By     Status     Action
    SECOND     Request Storage     100     83 seconds ago     ADMIN     Requested     View Request
    got a message :space added
    what i am doing is right or wrong???
    still i am getting same error..
    how to proceed???
    my task it need to add supproting objects for oehr_sample
    Thanks for your time

  • NWDI SCA to local development SC

    Hi,
    I try to import a SCA, that I exported from the assembly state in NWDI, in my local development in the NWDS to test some things.
    When I go to the component browser in the NWDS and import the SC, the SC is not modifiable, it appears as an archive SC and not source SC. Can someone tell me why it's not modifiable and what can I do to make it modifiable. In the track where I exported it, it's modifiable.
    kind regards,
    Pieter

    Hi Pieter,
    is it possible that you have assembled with the option "include only source-pointers" ?
    Best Regards,
    Ervin

  • Error in bulding a DC created in WTS under Local Development

    Hi,
      I've created a DC under Local Development in WTS.But when I tried to build it,I am getting the error "No javac found for JDK home path 'C:\Program Files\Java'".
    Please help me to get the soln. for the above problem.
    Thanks in advance.

    Hi Divya,
    You could try with the Console Administrator. Open a command prompt and execute:
    telnet localhost 50008
    [login]
    > jump 0
    > startservice webdynpro
    Now you can check the status like this:
    > lss | grep webdynpro
    If it is still stopped check /usr/sap/<SID>/<instance>/j2ee/cluster/server<N>/log/defaultTrace.trc and /usr/sap/<SID>/<instance>/j2ee/cluster/server<N>/log/system/server.log for errors.
    HTH,
    Vladimir
    PS: Please consider rewarding points for helpful answers.

  • No option to import configuration in local development (DC perspective)

    Hi All,
    I had deleted the local development folder and also deleted the.metadata folder  from my workspace to start configuring NWDS again to import new configurations .But now when i open my NWDS ,in Development Configurations perspective >>Local DCS  is coming empty .There is no option to import the configuration now.
    I am not authorize to uninstall NWDS and reinstall again .But can access the NWDS folders specific to me like workspace etc .
    i teied creating local development folder manually with default files but no success.
    Kindly guide me in solving this problem.
    Regards,
    Madhvika

    Hi Madhvika,
    You might not have deleted configurations in that way. There is an option in NWDS to delete the configurations. Let it be.   Now at least try to restore the files from Recycle Bin if possible.  If not possible, don't be panic. There are some ways.
    .metadata   you can get back if you can create new workspace.
    Open NWDS -> Preferences->Workbench -> Workspace
    Click on "Browse" button and  create  new folder e.g workspace1.
    Close the NWDS and open it.  You will  get the .metadata
    If you want to get the .dtc folder you can reinstall NWDS or you can log in as different user into the system and open the NWDS. Then you can get  .dtc folder and  .metadata    as well. If you have administrative privileges on your system, create a new user as administrator and log in with that user Id. Try as I said. Later copy and paste those folders into your user folder. 
    Regards,
    Siva

  • Importing sca into local development

    Hi,
    I need to create a web dynpro DC in my local development workspace. It is not connected to any track.
    I also want to use a DC from the LM-TOOLS.sca. How do I import this in my local develpoment file system. The only sca's that are present are th SAP-JEE, SAP_BUILDT, and SAP_JTECHS.
    On a track I know I can import it in the transport studio.
    But how do I import it on a local develpoment tree.
    thanks
    Padmaja

    Hi,
    If her intention is to create a webdynpro DC this link helps her
    http://help.sap.com/saphelp_nw04/helpdata/en/60/0a02403d62c442e10000000a1550b0/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/34/6b63c1a7ba6845b85239999b7061bc/content.htm
    To Importing Configurations via Local Configuration File
    http://help.sap.com/saphelp_nw04/helpdata/en/9f/34353ed106ec2ce10000000a114084/content.htm
    hope this helps you!
    Regards,
    RK

  • Local Development in NetWeaver

    Can I have input from individuals who came from and SAP/ABAP world and now work in the NDS world and use the local development feature. What are the pros/cons of doing this in NDS/WAS? We currently do this in our VS.Net world and in our current Java world. Are there things that we need to consider in the NDS/WAS world that would drive us away from doing this?
    Thank you,
    Peggy Klinger

    Hi,
    Finding class in jars is really tough,. please check the blog on Jar Finder.
    /people/oliver.stiefbold/blog/2004/07/20/jar-class-finder
    Regards,
    S.Divakar

Maybe you are looking for

  • Is it possible to use a 30" Apple display with a Windows PC laptop?

    First let me say that I can't switch to a Mac, since this is what they gave me at work. OK, that being said, I have an IBM ThinkPad T43 (not a bad computer by the way, it's reliable). I have this hooked into a docking station and it is currently powe

  • Urgent : Issue with deleting Line Item in ME22N

    Hi all, I have an issue with deleting line item in ME22N for some Purchase Orders. When I try to delete the line item, a warning message comes up saying that " Quantity invoiced or delivered is less than the quantity ordered". And I am unable to proc

  • IMac does not boot beyond apple logo - help

    My circa 2006 Intel-processor iMac does not get beyond the white screen with the Apple logo and the spinning wheel when I power it on. As per other support documents (Article: HT1533; discussion "Mac doesn't boot") I have tried and SMC reset, all of

  • EWA GCA TASK for portals

    Hi, Executed task EWA GCA, got the error. Plz advise 3021] The task EWA GCA Task (XXXXX) failed during its processing! [EXCEPTION] com.sap.sup.admin.scheduler.exception.FatalTaskExecutionException: RemoteFileNotFound See log for details. Full Message

  • HT201436 Any other users of iPhone 5 getting feedback on calls?

    There is feedback (like the noise following a vibration) when making calls, even when I've turned the volume down. I've reset the phone a couple of times.