J2EE development methodology

Hi,
I am preparing a proposal to push J2EE as our enterprise application standard. I don't know what methodology we should use to develop J2EE application, it seems that water-fall is not a good idea here.
Could anybody help? Thanks in advance.

Here is the methodology I used on my latest project (it turned out that by focussing on the first development as waterfall we could produce a set of reusable beans that allow us to now select the most appropriate methodology for future developments).
We focussed on one particular application, used UML to capture the design and then built individual components using a waterfall method.
The design divided the components into a reusable layer, and an application specific layer (effectively a layer that provided various services, and a layer that co-ordinated those services together)
We have effectively built other applications now by using a strong design to identify functionality that can be reused (from the service layer) and functionality required in the application specific layer. Any new service layer components can be built using the most appropriate methodology.
Building a client and the application specific layer we have done using both classical waterfall and RAD approaches, depending upon which is most appropriate. Development times are obviously reduced since we have a pool of service layer bean functionality.
Adam

Similar Messages

  • What is the best Path for a J2EE developer with oracle?

    Hi,
    I am a J2EE developer, for the time being I work at a Commercial Bank as an enterprise application developer. I have learnt java when I was following a local IT diploma and with the help of books, works at my working place and the internet , today I am developing J2EE applications with JSP,Servlets,JSF2.0,EJB3.0 and third party JSF libraries etc. (I am also developing softwares using other programing languages such as Asp.net, C#.net, WPF etc, but I prefer to be in the java path). Other than that, I'm also working as the UI designer of most of our applications.
    I have those skills and practice after working for 4 years as a web/enterprise application developer & a UI designer, but now I have to focus on some paper qualifications and hence I am doing BCS.
    Now I want to be a java professional in Oracle's path, and I need to know what is the best path I can select to move with Oracle. I finished my classes of SCJP , but didn't do the exams as there were some rumors that Oracle will dump those exams in the future. I am interested in Oracle university, but I am unable to even think about it as I live in Sri Lanka and don't have that much of financial wealth to go USA and join.
    So I really appreciate if any Oracle professional could suggest me the best educational path according to what I mentioned about my technical and career background. Because I have a dream to join Oracle one day as an employee and being a good contributer to the same forum, which I am getting helps today!
    Thanks!!!

    As you can see on our website, Oracle did not retire the Java certifications. You can browse through the available certifications and hopefully help to determine your path.
    http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=140
    SCJP has now become Oracle Certified Professional Java Programmer. You can find more info on those exams on our website here: http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=320.
    Regarding training, perhaps live virtual training would be an option for you. You can find more information at http://education.oracle.com/pls/web_prod-plq-dad/db_pages.getpage?page_id=233.
    Regards,
    Brandye Barrington
    Certification Forum Moderator

  • Looking for best practice on J2EE development environment

    Hi,
    We are starting to develope with J2EE. We are looking for best practice on J2EE development environment. Our concern is mainly on code sharing and deployment.
    Thanks, Charles

    To support "code sharing" you need an integrated source code control system. Several options are out there but CVS (https://www.cvshome.org/) is a nice choice, and it's completely free and it runs on Windows, Linux, and most UNIX variants.
    Your next decision is on IDE and application server. These are usually from a single "source". For instance, you can choose Oracle's JDeveloper and Deploy to Oracle Application Server; or go with free NetBeans IDE and Jakarta Tomcat; or IBM's WebSphere and their application server. Selection of IDE and AppServer will likely result in heated debates.

  • Project Management in J2EE-Development

    Hi all, unfortunatley there is no forum for project management issues, so maybe I will bother some of you with non-technical questions:
    Is there any learning material e.g. books, forums, newsgroups, tutorials related to the topic of project managment in J2EE-Development? I'm particularly interessted in questions like:
    - Team organisation. Function-oriented or component-oriented?
    - Development Process. Is there anything like a RUP customised for J2EE-Projects? Mandatory roles and artifacts you need in any project?
    - Effort estimations. Has anyone ever heard about experiences with formal estimation technics like function point analysis in J2EE-Projects?
    - Risk Management. What are the typical risks in J2EE-Projects and how do you manage them?
    - Quality Assurance... is very difficult in distributed computing. Are there any recomendations and tools for successfull QA?
    - Reports, lessons leard and best practices of large J2EE-Projects?
    Many thanks for your contribution!

    ad information resources :
    http://java.sun.com/j2ee/tutorial/1_3-fcs/index.html
    ad books :
    Enterprise Java Beans from Richard Monson-Haefel
    Those should be decent entry points as far as I can say. Regarding the other things you want to know about, I guess that there is too much room in the term J2EE Project, to answer those. Mainly your choice of Application Server and other technology used will have quite an impact, and so will the choice of your development tools.
    We have been developing with J2EE for more than a year now, but our tools and environments are still changing a lot. Thus sound estimation is quite tough.
    With regards,
    rh

  • J2EE Development Component - How to change vendor name

    Hi,
    While creating a  new J2EE Development Component, I didn't change vendor name and have created complete application,
    Now I want to update vendor name, can you please help me out how vendor name can be changed in existing application.
    Thanks

    I have not tried it myself, however:
    Try updating the references in your application-j2ee-engine.xml.
    You may need to rename your project as well.
    Good luck, Roelof

  • Jdeveloper (ADF) development methodology

    Hi,
    I am new to Jdeveloper and trying to learn as much as possible from it.
    The target is to be able to develop soon web applications based on ADF Faces and ADF BC.
    There are lots of useful tutorials in the OTN (also have been testing and analyzing the SRDemoSample). However, I haven't found any formal development methodology I can use as a basis when using ADF Faces together with ADF BC (maybe something like RUP but applied to ADF).
    I know Oracle has something called JCDM, but I think it is for internal use and also I don't know if they have a version instantiated for ADF.
    Anyone out there with any recommendation / practice in this regard?
    Thanks,
    Claudio.

    Shay,
    Thanks for your answer.
    Maybe I expressed myself in the wrong way, but I am not looking for implementation details such as i18n and securing an application. Those details are pretty clear in the SRDemo.
    What I am really looking for is how Oracle recommends on doing a detailed design of an ADF application. Let's say you have the requirements and use cases of the application, and you are asked to do the detail design of an application that will use JSF and ADF BC (notice I am saying BC: Toplink in our case is not an option).
    First thing that comes into my mind is to do UML class diagrams, sequence diagrams, etc and then show that to the developers to give them the starting point for implementation. But will these diagrams be of use for the developers, given the fact that ADF is mostly wizard based?
    I mean in a large project you can't just leave the developers only with the use cases and requirements because when the project starts to grow, it will become unmanageable. So I think there should be a detailed design (that is updated as the project evolves) - but how do you match this design with ADF wizards, I know Jdeveloper has UML support, but is there a tutorial (or documentation) that starts with the detail design and then builds the application from there ?
    Thanks again,
    Claudio.

  • Standard Development Methodology

    I work as a software development team leader in Oracle platform.
    We have been using Developer/2000 and Oracle Workgroup server for
    most of our projects. As a team leader I always tried to
    implemented a standard software development mothodology in our
    team's work. However, as I have not gone through any such
    standards that is recommended by Oracle or any other
    International bodies, I have always tried to make our software
    development suitable for my self and our team which, I wonder,
    may not meet any standards recommended by Oracle.
    I am thus looking for some resources, books, magazines that
    describe, in detail, standard methods of software development in
    Oracle platform. Starting from naming an entity, naming a form,
    report, a block in a form, naming variables, using color schemes,
    etc., I would like to use standard names/methods to all objects
    of our application and implement standard software development
    methodology in our development.
    Please suggest me such methods or resources and let me know where
    I can find them.
    null

    Bal Ram (guest) wrote:
    : I work as a software development team leader in Oracle
    platform.
    : We have been using Developer/2000 and Oracle Workgroup server
    for
    : most of our projects. As a team leader I always tried to
    : implemented a standard software development mothodology in our
    : team's work. However, as I have not gone through any such
    : standards that is recommended by Oracle or any other
    : International bodies, I have always tried to make our software
    : development suitable for my self and our team which, I wonder,
    : may not meet any standards recommended by Oracle.
    : I am thus looking for some resources, books, magazines that
    : describe, in detail, standard methods of software development
    in
    : Oracle platform. Starting from naming an entity, naming a form,
    : report, a block in a form, naming variables, using color
    schemes,
    : etc., I would like to use standard names/methods to all objects
    : of our application and implement standard software development
    : methodology in our development.
    : Please suggest me such methods or resources and let me know
    where
    : I can find them.
    My suggestion on this would be.
    1. Check the Developer's manual in which Oracle has given certain
    guidelines in application development.
    2. Naming convention can be used as per your convenience, but
    should follow the same pattern throughout.
    3. Most big companies make their Methodology book, but that is
    changed or reviewed every two year or later.
    4. If you find such book do let me know as well
    -bj
    null

  • Cannot access Chapter 11 of "JDeveloper 10g:Empowering J2EE Development"

    In Page Oracle JDeveloper - Books and Courses (http://www.oracle.com/technology/products/jdev/collateral/training10g.html), the link to "Oracle JDeveloper 10g: Empowering J2EE Development", Chapter 11 - Tips and Tricks (http://www.oracle.com/technology/otn/products/jdev/htdocs/book/10gch11.pdf) fails with an error.
    The link for Chapter 5 works fine.
    Thanks in advance,
    Didier.

    Thanks for letting us know.
    The page has been corrected. The correct link is:
    http://www.oracle.com/technology/products/jdev/htdocs/book/10gch11.pdf

  • Want to become J2EE developer

    Hi,
    I am a Sun certified java programmer. In my current job i am using core java/c++ but no J2EE stuff. I have around 6 years of experience in telecom industry . It is my keen desire to become a J2EE developer but i don't understand which direction i should choose JSP/Servlet or EJB. I have no web programming experience. Can anybody help me to find the right direction to achieve my goal ? I will highly appreciate your help and support.
    Thanks & Regards
    Upabbi

    Servlet/JSP/JDBC is by far the most common and
    versatile.
    EJB is very specialized and limited, and to the best
    of my knowledge only used in big investment banks and
    a handful of huge companies. ('A handful' is here
    comparatively speaking, not literally.)
    Not really. Most successful EJB projects are executed in those sectors (and in companies supplying them).
    Many more companies though try and fail, often repeatedly.
    Everyone wants to be "enterprise", and to many that means EJB (though it might be declining).
    There's a massive misunderstanding here that EJB is all there is to J2EE, that everything else is not J2EE at all.
    EJB is Enterprise, after all. Enterprise normally
    means that it solves problems that only exist if you
    have more than a million employees and 500
    incompatible IT platforms. Nope. Anything corporate can be called "enterprise". In fact most really large companies have pretty well consolidated their IT efforts on a few platforms by now, with at most some others hanging on for dear life as legacy applications inherited from companies they acquired over time that haven't been replaced (yet).
    Enterprise also means that it's massively expensive,
    and noone outside the enterprise would touch it with
    a 10-foot poker.
    We're a rather small company (70ish people here, some 350 worldwide).
    We're running several hundred servers, dozens of them with heavy EJB clusters.
    On the upside, EJBs may pay better (more specialized
    and big companies have tons of money). On the
    downside, EJB skill is fairly useless anywhere else,
    and on its own it's too narrow to base a career on.
    IMHO.
    It does however give you a foot in the door in a lot of places, even if you may end up burrying EJB projects and redoing them using other things :)
    I would suggest that you first find the kind of job
    you want, and then check what skills you need to get
    one of those.
    That IS good advise.
    But webapp development is a fairly general skill that
    can come in handy in many situations. I would suggest
    starting with servlet/JSP/JDBC (or Ruby on Rails :)
    whether or not you go for the EJB part.Certainly, though specialising on it in this environment of offshoring is dangerous precisely because it is a general skill and can thus be easily moved to say Bangladesh or Bulgaria.

  • Development Methodology

    Hi Friends and Experts,
    Can any one please let me know what is Development methodology used in ABAP.

    ***********Please reward points ,if found useful
    Hi,
    ASAP: Accelerated Systems Application and Products in Data Processing
    ASAP methodoligy means nothing but standard process for implementation of SAP, It consists of 5 phases.
    1. Project preperation - consists of identifying team members and developing strategy as how to go.
    2. Business Blue print - consists of identifying the client current process, reqeirement and how SAP provides solution.
    Consists of detailed documentaion
    3. Realization -The purpose of this phase is to implement all the business and process requirements based on the
    Business Blueprint.
    4 Final Preparation - The purpose of this phase is to complete testing, end-user training,
    5 Go Live and Support
    All the functinal consultatns need good rapo with Abapers. right from uploading of legacy data, devoloping customised reports, BDC's, Forms etc, here functinal consultatns need to give guidence as to get the requried data for reports and all.. like the table name, fields etc
    All implementation projects have the the following phases:
    Scoping - What is to be implemented i.e. which submodules are to be implemented some clients may not require credit management for example. Look at the project scope document carefully it will tell you what SAP sub-modules in SAP you should be prepared for. Usually the sales people along with project manager do it.
    As is - Here you understand the existing business processes of the client . Your BPOcollect all the ISO-documentation (if client is ISO certified), reports and forms at this stage and you analyse how and when the reports/forms are generated, where the data is coming from. You also do a Level -2 training for your BPO so he is made aware of all the required transactions in SAP.
    Once this is over BPO can start learning with the consultants help more about SAP. This is crucial because if you miss out any transactions the BPO may forget about some of his Business processes which may come up later. It is a good practice to ask the BPO to make flow charts to explain business processes.
    To-Be - Parallely you map these processes to SAP. Processes that you are not sure of as to whether they are present in SAP or not you try to do a configuration of those processes, and along with the BPO(Business process owner he is the clients employee who knows about the clients business processes probably a middle management guy, ther can more than one), BPO involvement is required as he may be able to tell you his requirements better. Once you do the business modelling you
    will also be made aware of the gaps between as-is and to-be , here decisons have to be made as to wether a ABAP development/system modification is required or not and so on. Involve the BPO as much as possible and document everything it is good practice do not be lazy about it.
    Business blueprint: Here the as-is and to-be and gap analysis is explained. This is the document that you will be using to do your configuration in the realization phase.
    Realization phase: Here you do the configuration in the development server (there are three clients -development,quality, production). You also decide on the master data format, so that BPO can go collect the master data. You also gove ABAP specifications for forms, reports etc, system modifications etc. Unit testing: Your BPOs and a few key users sit down and test your configuration in your module only. It is good to test the BDCs that you need for uploading data at this stage so you have more realistic data and your BDCs are tested.
    Integration testing:
    Once all modules unit testing is over then the configuration is trasported to the Quality server, where testing for all the modules is done by BPOs and end user, this is to check if any problems are there in integration between various modules. Once all is okay from the QA server config is transported to the production server.
    Go live preparation
    Data uploading: The collected master data is checked and the uploaded into production server(sever and client I have used interchangeably). Now you are ready for go live i.e. users can now use the production server.
    With Regards,
    BVS

  • Development Methodology: urgent

    what is development methodology in sap development.

    ASAP methodology
    AcceleratedSAP (i.e. ASAP) methodology/roadmap is a proven, repeatable and successful approach to implement SAP solutions across industries and customer environments. ASAP is widely used for SAP Business Suite (SAP ERP, SAP CRM, SAP SCM, SAP PLM, SAP SRM), SAP xApps, SAP NetWeaver and SAP Solutions for Mobile Business among many other solutions. The methodology covers the necessary project management, the configuration of business processes, testing and training aspects as well as technical implementation activities.
    In order to ensure central data access, the ASAP roadmap and tools have become a standard component in SAP Solution Manager (service.sap.com/solutionmanager) - the implementation and operations platform. In addition, ASAP is available for browsing and offline use on Service Market Place. From tool perspective, the SAP Solution Manager implementation function is the successor to the ASAP tools, hence some tools such as the Implementation Assistant, Q&Adb, and the Master Lists are replaced by Solution Manager Implementation Function.
    ASAP Roadmap
    Use
    The ASAP Roadmap provides the methodology for implementing and continuously optimizing
    your SAP software. It divides the implementation process into five phases and offers detailed
    Project Plans to assist you (in Microsoft Project format). The documentation stored at each level
    of the Roadmap tree structure contains recommendations on implementing your SAP software
    and links to helpful tools and accelerators.
    Purpose
    When you install the Implementation Assistant you can choose from several Roadmap types and
    flavors. You can select one of the following flavors:
    • R/3 - Implementation and Continuous Improvement
    • APO - Advanced Planner & Optimizer
    • BW - Business Information Warehouse
    • B2B - Business to Business
    • CRM - Customer Relationship Management
    Features
    Implementation of SAP software covers the following phases:
    1. Project Preparation
    In this phase you plan your project and lay the foundations for successful implementation. It
    is at this stage that you make the strategic decisions crucial to your project:
    − Define your project goals and objectives
    − Clarify the scope of your implementation
    − Define your project schedule, budget plan, and implementation sequence
    − Establish the project organization and relevant committees and assign resources
    2. Business Blueprint
    In this phase you create a blueprint, which documents your enterprise’s requirements and
    establishes how your business processes and organizational structure are to be represented
    in SAP software. You also refine the original project goals and objectives and revise the
    overall project schedule in this phase.
    3. Realization
    In this phase, you configure the requirements contained in the Business Blueprint. Baseline
    configuration (major scope) is followed by final configuration (remaining scope), which can
    consist of up to four cycles. Other key focal areas of this phase are conducting integration
    tests and drawing up end user documentation.
    4. Final Preparation
    In this phase you complete your preparations, including testing, end user training, system
    management, and cutover activities. You also need to resolve all open issues in this phase.
    At this stage you need to ensure that all the prerequisites for your system to go live have
    been fulfilled.
    5. Go Live & Support
    In this phase you move from a pre-production environment to the live system. The most
    important elements include setting up production support, monitoring system transactions,
    and optimizing overall system performance.
    After your system has gone live, you can use a separate Roadmap with six work
    packages, in order to optimize your R/3 System continuously.
    These phases are the main milestones for implementing SAP software. Each phase has:
    • Work packages, which consist of activities, for which project teams are responsible.
    • Activities, which consist of tasks, which are processed by one or more team members.
    • Tasks, which are carried out by a project team member. You can also access the How-to
    sections and accelerators at this level.
    Also check this AcceleratedSAP document.
    http://help.sap.com/printdocu/core/print46b/en/data/en/pdf/SVASAP.pdf
    Regards,
    Maha

  • Best Eclipse Book for J2EE Development ?

    Dear all,
    Give me the names of some good books dealing with J2EE development by Eclipse. Step by Step details should be there and developing a full fledged J2EE applications like a Library management for example. I am using Eclipse 3.1.2 , ObjectWeb Lomboz for JavaEE Development.
    Version: 3.1.2.
    Please help me.
    Best Regards
    Taton

    The best book is The Internet. And Google is where
    I'd start for a good TOC.I will take Eclipse Cookbook. O Reilly

  • Free tools for J2EE development

    Hi
    I'm new to Java and here one question, that is very important to me now
    Which tools can I use to develop J2 EE applications?
    My question concerns mostly to tools, that can compile/build java files into classes? debug it and build then jar-files
    Is there any free!!!, handy and reliable software for this purpose?
    Any help will be appreciated
    Thank you in advance
    Yurij

    NetBeans, as mentioned in previous posts is probably a good choice if you want totally free J2EE development. Sun provides many tools for the J2EE developer to write and test J2EE code.
    Eclipse, while very good, is lacking in J2EE features. I didn't understand this until I started a new contract where they used WSAD (WebSphere Studio Application Developer) from IBM (Eclipse with J2EE support via plug-ins. It's roughly $4K per seat so definately not free. But havign Eclipse expirience did help me get up to speed quickly.
    You might also check out MyEclipse (www.myeclipseide.com). It has J2EE plug-ins that provide for J2EE development and it costs roughly $30 per year (subscription). Not a bad deal, IYAM.
    I think Borland still offers a free IDE but I haven't heard much about it these days.
    There are others, but the top has to be NetBeans and Eclipse these days.
    Enjoy!

  • SAP NetWeaver Composition Environment  - Java/J2EE Development

    Hi all
       I am very new to this forum.
       Just want to know whether <a href="https://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/40fe9a6a-2765-2a10-dba9-fc721621e55d">SAP NetWeaver Composition Environment</a> can be used for normal SAP Java/J2EE Development ?
      Also does this Environment has J2EE Engine ?
      I am not worried about presence of NWDI in this Environment ! But please let me whether it is avaiable or not ?
    Any help will really appreciated !
    Thanks all !

    Hi Jan
       I just went and installed SAP NW EE5 version.
       Installation ended at the following error:
    03.11.07 16:13:05 com.sap.inst.jload.Jload main
    INFO: Jload R 7.10 V 0 A 0
    03.11.07 16:13:05 com.sap.inst.jload.Jload main
    INFO: Jload -sec CE1,jdbc/pool/CE1,D:/usr/sap/CE1/SYS/global/security/data/SecStore.properties,D:/usr/sap/CE1/SYS/global/security/data/SecStore.key -log JLoadImport.log -job D:/usr/sap/CE1/insthome/primaryApplicationServer/work/IMPORT.XML -dataDir C:/JavaEEServer/ntintel/../data/jload/JavaEE
    03.11.07 16:13:07 com.sap.inst.jload.Jload main
    SEVERE: couldn't connect to DB
    03.11.07 16:13:07 com.sap.inst.jload.Jload logStackTrace
    SEVERE: com.sap.dbtech.jdbc.exceptions.JDBCDriverException: SAP DBTech JDBC: Cannot connect to jdbc:sapdb://jackremo-xp/CE1 [Restart required].
         at com.sap.dbtech.jdbc.DriverSapDB.connect(DriverSapDB.java:216)
         at com.sap.sql.connect.factory.DriverPooledConnectionFactory.createVendorConnection(DriverPooledConnectionFactory.java:50)
         at com.sap.sql.connect.factory.DriverPooledConnectionFactory.getPooledConnection(DriverPooledConnectionFactory.java:37)
         at com.sap.sql.connect.datasource.DBDataSourceImpl.createPooledConnection(DBDataSourceImpl.java:687)
         at com.sap.sql.connect.datasource.DBDataSourceImpl.newPooledConnection(DBDataSourceImpl.java:631)
         at com.sap.sql.connect.datasource.DBDataSourceImpl.getConnection(DBDataSourceImpl.java:99)
         at com.sap.sql.connect.OpenSQLDataSourceImpl.getConnection(OpenSQLDataSourceImpl.java:202)
         at com.sap.inst.jload.db.DBConnection.connectViaSecureStore(DBConnection.java:109)
         at com.sap.inst.jload.db.DBConnection.connect(DBConnection.java:153)
         at com.sap.inst.jload.Jload.main(Jload.java:702)
    03.11.07 16:13:07 com.sap.inst.jload.Jload printErrorInformation
    SEVERE: An error occured during execution. Please consult SAP note 942766 for first steps on troubleshooting the problem.
    I am logged into the System as ADMINISTRATOR.
    Also I have installed MS Loopback Adapter and made an entry in HOST file for the IP.
    System : XP Profeesional SP2
    Also I am unable to find the said SAP Note !
    Any help on this ?
    RJ

  • I am J2EE developer.

    I am J2EE developer and integrating my product to SAP Netweaver.
    Right now i m exploring XI 3.0.
    pls help me whether it is necessary to have to gather full knowledge ABAP????

    Dear Gabriel,
    pls help me whether it is necessary to have to gather full knowledge ABAP????
    There is no need of full knowledge of ABAP ....If you have knowledge that would be added advantage for you. As you told that you are from J2EE background.....so you can do JAVA MAPPING very easily
    go through the following blogs  which are developed based on JAVA concepts...then you will understand the POWER OF JAVA in SAP XI.
    <u><i><b>JAVA in xi</b></i></u>
    A very important place where you will use JAVA in XI is while doing your Mapping.  There will be cases when JAVA MAPPING is the bestsolution to go for. There are 2 types of Parsers available for JAVA Mapping. DOM Parser and SAX parser. Just got through the following links to  understand more on
    Java Mapping and the APIs available.http://java.sun.com/j2se/1.4.2/docs/api/javax/xml/parsers/package-summary.html
    http://java.sun.com/j2se/1.4.2/docs/api/org/w3c/dom/Document.html http://java.sun.com/j2se/1.4.2/docs/api/org/w3c/dom/package-frame.html
    /people/prasad.ulagappan2/blog/2005/06/29/java-mapping-part-i
    /people/prasad.ulagappan2/blog/2005/06/29/java-mapping-part-ii /people/prasad.ulagappan2/blog/2005/06/29/java-mapping-part-iii If you want you can also send java code as payload to do mapping in XI. For this go through the url: /people/sap.user72/blog/2005/12/14/sending-java-code-as-payload-to-do-mapping-in-xi
    JAVA mapping -
    /people/prasad.ulagappan2/blog/2005/06/29/java-mapping-part-i /people/prasad.ulagappan2/blog/2005/06/29/java-mapping-part-ii
    /people/prasad.ulagappan2/blog/2005/06/29/java-mapping-part-iii /people/ravikumar.allampallam/blog/2005/06/24/convert-any-flat-file-to-any-idoc-java-mapping
    /people/amol.joshi2/blog/2006/03/10/think-objects-when-creating-java-mappings /people/sameer.shadab/blog/2005/09/29/testing-abap-mapping sample code for java mapping
    Re: Example code DOM PARSER API -
    http://java.sun.com/j2se/1.4.2/docs/api/org/w3c/dom/package-frame.html DOM --- /people/thorsten.nordholmsbirk/blog/2006/08/10/using-jaxp-to-both-parse-and-emit-xml-in-xi-java-mapping-programs tutorial sax and dom
    For a tutorial on the methods of <b>SAX and DOM</b> http://java.sun.com/webservices/docs/1.1/tutorial/doc/  
    <b>SAX AND dom PARSER</b> ( BY thorsten) -
    example /people/thorsten.nordholmsbirk/blog/2006/08/10/using-jaxp-to-both-parse-and-emit-xml-in-xi-java-mapping-programs java mapping example ( testing and
    debugging) /people/stefan.grube/blog/2006/10/23/testing-and-debugging-java-mapping-in-developer-studio
    Best Regards,
    Srikanth
    Reward the useful answers and you will get  <a href="/people/baris.buyuktanir2/blog/2007/04/04/point-for-points-reward-yourselfyourself

Maybe you are looking for

  • Quality drum loops or Drum machine plug-ins

    I have purchased drum loops from 2 different sources(I'm not going to mention names) and have not been satisfied. I find the loops either too simplistic and rigid or way over the top. I am looking for: 1) Rock, pop and "alternative folk" loops. 2) Lo

  • Can't publish draft from local file.

    I have created web pages offline because our server was down. Now I can't figure out how to publish them. All of the "Actions" menu are shaded out except "edit page" I am set up as administrator. What am I missing???

  • In apps store, none of the buttons open to give a description of the app.

    All of my buttons work otherwise, just not in apps store.

  • [SOLVED]Grand Paradiso(firefox 3) scrolling issues

    I've had this problem for a while now, but it just recently started annoying me. In windows, I can scroll click in firefox and be able to scroll by moving my mouse. When I try this in arch, it tries navigating to whatever is in the "highlight scroll

  • What is wrong in this simple scritp? ORA-00936

    Hi, I created this simple script (for an Oracle 10g Express Application process) where I'm trying to copy one row from table EMPRESAS_ORGANISMOS to the table EMPRESAS_REVISADAS. Both tables have the same fields. ":P15_ID_EMP" is the text field that c