Hi all
I am planning to Modify some JSPs present in the CRM Internet Sales Application(b2b) using NWDS.
But i am really unawared of steps to be follwoed to import, modify and deploy the application.
Could anybody help me out in this ???
Please note that i am beginner in J2EE.
Thanks
Jack
Hi Jack,
in order to import the project:
- paste your project into file system workspace
- from NWDS "IMPORT EXISTING PROJECT INTO WORKSPACE" the browse and get on the folder that contains your project, from workspace
in order to modify the application:
- from NWDS you can see all the project componets (jsp, servlet, class, etc) open your jsp, modify it and save
in order to deploy:
- right click on the projects -> build web archive WAR
- create a new EAR project (File->new->Enterprise Application Project), choose a name for the EAR, then in the Module Project screen select the WAR project, in this way the EAR is able to point the WAR.
- Click finish
- Right click on the EAR project -> BUILD APPLICATION ARCHIVE, this create the EAR file
- Right click on the EAR file just created and then DEPLOY TO J2EE ENGINE
that's all, hope this can help you.
Vito
Please mark helpful answers
Hi Jack,
For starters you should read through this thread - (CRM-) ISA-developers: How do you work with NWDS? - where there is a good discussion on how to work with the CRM ISA .ear applications.
You will also need the CRM ISA Dev guide and the SAP Build Tool and it's documentation.
Editing the B2B or B2C applications in NDS isn't straight forward but can be done.
All of the advice you have been given already may be a bit confusing as it is referring to more normal J2EE applications which the CRM ISA apps aren't!! You HAVE to use the SAP ISA Build Tool to create your custom project folders before you can start editing any of the jsp's, java, xml, etc...
Hope this helps,
Gareth Ryan.
Hi Everyone,
I was just reading through this forum and noticed that there is a bit of concern with the fact that CRM 5.0 has changed things a bit.
If it helps anyone I have been succesfully deploying, modifying, and creating web applications using all of my 4.0 tools just fine. Also, with the fact that some of the tools provided are not quite ready for full blown devleopment yet please feel free to contiue to use the process defined for the 4.0 environment.
Use the NWDS as the hub of your environment by pointing your project to the deplyed root folder of the DEV project on the J2EE Server
Use the NWDS as the Debug and Tracing environment of your development envrionment.
use the Export functionailty in the NWDS to export changes only to your build tool
Use the build tool to build your web applications
Use the SDM to deliver the built Applcations to the J2EE for pre testing
When tesitng is doen deliver the tested EAR to the DEV QAS and PRD enviroments.
Hope this helps
Stephen
Add a comment