How to build a Small composite application from scratch ?

Hi,
    Could anyone help me out in developing Composite application on top of AP ?
Thanks & regards,
Jomy

Hi Jomy,
look at the SAP Composite Application Framework - CAF Tutorial Center [original link is broken] [original link is broken]
here you'll find some simple tutorials.
Regards.
Luca

Similar Messages

  • How to build a small database application?

    Hi experts,
    I am quite new to java, and now, my company has a demand to build a clients tracing system, clients can input their profiles, but every client can only retrieve or modify his/her own records.
    Database will be mysql.
    My questions:
    1. how to control the security? it means how to control it by login-out?
    2. Do I need application server, i.e. Tomcat?
    3. What technology can I use to code? Servlet or JSP? I think it is not so complex that I have to use Servlet, right?
    Thanks.
    Lonely.Wolf

    My questions:
    1. how to control the security? it means how to control it by login-out?It depends.
    2. Do I need application server, i.e. Tomcat?Will this be a Web-based application, allowing clients to access the database over the Internet? Will you be using servlets/JSPs? If so, Tomcat is a fine servlet/JSP engine, but there are others. You'll probably want some kind of application server. Which one depends on your design and budget.
    3. What technology can I use to code? Servlet or JSP?Yes.
    I think it is not so complex that I have to use Servlet, right?Whether or not you use servlets has nothing to do with complexity. Use servlets to respond to HTTP requests.
    Hard to design anything based on what you've posted. But a JSP view, servlet controller, and DAO persistence layer will get this system up and running.
    Do you know servlets, JSPs, and JDBC well enough to do this?

  • How to automatically generate a build file of the application from command-line

    Hi All
    How can we automatically generate a build file of the application from command-line (as opposed to using Jdev IDE to click to generate a build.xml) ?
    Thanks

    User, which jdev version do you use?
    I don't think you can do this. You can only create an ant build.xml from the project inside jdev.
    You can use ojdeploy to build the project.  This is the only method which will also make the necessary changes to the descriptors.
    Timo

  • How do I transfer Adobe CC application from one hard drive to another?

    How do I transfer Adobe CC application from one hard drive to another?

    I think you have to start Creative Cloud application, uninstall those CC applications from "Apps" panel, then click "Preferences..." menu item, select "Apps", change "Install Location" to another hard drive, then install those applications from "Apps" panel again.

  • How to stop the new health application from Count the steps/ woking background?

    how to stop the new health application from Count the steps/ woking background?
    I really need your help

    I agree with Mr. Hall that using mx.controls.Alert in Flex may be a better route.
    Show the Alert like this:
    // show an alert with a question and yes and no choices
    Alert.show( "Would you like to go to the Adobe Forums?", "Question",
         Alert.YES | Alert.NO, this, closeHandler, null, Alert.YES );
    Then handle the response in the closeHandler() function:
    protected function closeHandler( closeEvent:CloseEvent ):void
    if( event.detail == Alert.YES )
         navigateToURL( new URLRequest('http://forums.adobe.com'), '_self' );
    else if( event.detail == Alert.NO )
         // they chose no
    The following documentation on Alerts may be helpful:
    http://www.flexafterdark.com/docs/ActionScript-Alert
    Let me know if that helps...
    Ben Edwards

  • How to transfer App Store purchase applications from my iPhone with apple I'd to my iPad

    How to transfer App Store purchase applications from my iPhone with apple I'd to my iPad without entering apple is to iPad. My iPad is at remote location

    Your post is unclear.
    ramtirath wrote:
    ... without entering apple is to iPad. ...
    What does this mean..?
    What are trying to achieve..?
    Download Past Purchases  >  http://support.apple.com/kb/HT2519

  • How to Build and Deploy Flex application in EP6

    Hi All,
    Can anyone tell how to build and deploy Flex application in EP6.
    I want to build a normal application in flex and present it through iviews. How do I configure my Iiview to have flex component running in Portal Environment.
    Thanks
    Deepak

    A good book to start with is Enterprise JavaBeans by Monson-Haefel (O'Reilly press). It covers deployment of EJBs on J2EE servers. Also check out sites specific to your server, sometimes they have specific requirements (like Weblogic).

  • How to develop portal application from scratch

    Hi,
    I am on the process of evaluating sun one portal server in windows environment.
    currently i am planning to develop some sample portal application from scratch.
    can someone help me how to go about in this with some reference materials/links.
    Thanks and Regards,
    Senthil

    portal application means
    1- portlets (portlet logic + portlet view)
    or
    2- channel + provider (original Sun portal components)
    have a look at
    http://docs.sun.com/app/docs/doc/819-1370
    additionally you can develop JSR168 portlets in combination with JSF straight with Sun Creater 2
    which is currently available as a free beta version
    cheers
    /ulf

  • How resilient is the macbook pro unibody from scratches?

    How resilient is the macbook pro unibody from scratches? I get a little OCD about these things lol

    It scratches easily. Handle it with care.

  • How to restore or backup Apex application from Command line ? URGENT

    We have Oracle apex 4.1 installed in Oracle 11g R2 database (windows 64-bit) 2008 R2
    For some reason our database dictionary objects are corrupted.
    We wanted to backup our Apex applications in some workspaces ASAP.
    We are not able to access apex from http://localhost:7777/pls/apex/htmldb_login
    We have an underlying database schema export (expdp).
    1) Is there a way to export or backup the apex application without logging into the apex URL ? if yes how ?
    2) Does Oracle has any of its own native tool to backup and restore from command line ?
    Thanks in advance

    My (MS Windows) experience, if I may; perhaps you'll find something useful.
    You'll find the README.TXT file in /apex/utilities directory. Read it.
    In order to use APEXExport, you need JDK version 1.5 or higher. Check your version by typing (and viewing the result):
    C:\>java –version
    java version "1.6.0_06"
    Java(TM) SE Runtime Environment (build 1.6.0_06-b02)
    Java HotSpot(TM) Client VM (build 10.0-b22, mixed mode, sharing)Its directory should be part of the PATH environment variable: on my computer, directory name isC:\Program Files\Java\jre1.6.0_06\binFurthermore, Oracle JDBC class libraries must be part of the CLASSPATH environment variable. Check whether it exists (in Control Panel - System - Advanced - Environment Variables). For my 10gXE, it is here:C:\oraclexe\app\oracle\product\10.2.0\server\jdbc\lib\ojdbc14.jarI couldn't make it work; didn't know that ".\" directory must be entered into CLASSPATH as well (found that information in Arie Geller's book). Therefore, my final CLASSPATH version is:.\;C:\oraclexe\app\oracle\product\10.2.0\server\jdbc\lib\ojdbc14.jarOK, setup is done. Now, go to your /apex/utilities directory and, from the command prompt, run (mind the upper case!)java oracle.apex.APEXExportwhich will show a short help.
    I chose to export the whole workspace. In order to do that, I need the workspace ID (got it from Apex's SQL Workshop; that might be a problem as you can't get there, can you? I can't tell how to find that information apart from SQL Workshop, but I'm pretty sure someone, who is much more experienced than me, will know it). OK, here's how you find it:select v('WORKSPACE_ID') from dual;Finally, here's the final step - export:C:\apex\utilities>java oracle.apex.APEXExport -db localhost:1521:xe -user scott -password tiger -workspaceid 1038408092496568The result are fxxx.sql files (where "xxx" represents application number).
    I hope you'll manage to export your applications; basically, nothing special here (except that ".\" directory in the CLASSPATH variable).
    Best of luck!

  • How to make a small finance application in oracle?

    Hi all
    I am an oracle dba but one of my friend's asked me to make a small finance application for his company which can use small calculation/accounts. I know plsql and some understanding for Forms etc . where should i start? please note that logical design of database is done. Making database and tables etc is not issue for me. The issue is how to design front end and what tools to use?
    An other query is. if he can use this application free on oracle or he has to buy some licence from oracle. please note that he is running a very samll charity organization?
    i would appreciate you help
    Regards
    malikdba

    Thank you all
    bye

  • Build and deploy iPhone application from terminal

    Hi,
    I'm new to the Mac world and was trying to build an application from the terminal without success although the documentation mentions its possible (but doesn't provide any documentation on the tools or any other details).
    So, anyone can give me a simple example of how to build an application from the terminal and deploy it to the simulator and/or sign and deploy to an iphone?
    Thanks

    Hello lancea,
    sorry for not specifying my Qs clearly.
    But now I got clear idea about asant command.
    Actualy my problem is How to package an ear for obove mentiioned files, which all are in package.
    When I tried to build .ear for particular session bean and accessed from remote client
    I am getting following exeption. It seems application is not able to refer classes in package.
    C:\j2ee\orcaclient>java -classpath ".;c:/sun/appserver\lib\orcaClient.jar;C:\j2
    ee\orcaclient\jp\or\med\orca\sdk\server\base\manager\orcaAppClient.jar;c:/sun/ap
    pserver\lib\j2ee.jar;c:/sun/appserver\lib\appserv-rt.jar" -Dorg.omg.CORBA.ORBIni
    tialHost=JAVADEV01 -Dorg.omg.CORBA.ORBInitialPort=3700 jp.or.med.orca.sdk.server
    .base.manager.Client
    Exception in thread "main" java.lang.NoClassDefFoundError: jp/or/med/orca/dbs/DB
    SIllegalStatusException
    at java.lang.Class.getDeclaredConstructors0(Native Method)
    at java.lang.Class.privateGetDeclaredConstructors(Unknown Source)
    at java.lang.Class.getConstructor0(Unknown Source)
    at java.lang.Class.newInstance0(Unknown Source)
    at java.lang.Class.newInstance(Unknown Source)
    at com.sun.corba.ee.impl.util.Utility.loadStub(Utility.java:912)
    at com.sun.corba.ee.impl.javax.rmi.PortableRemoteObject.narrow(PortableR
    emoteObject.java:285)
    at javax.rmi.PortableRemoteObject.narrow(Unknown Source)
    at jp.or.med.orca.sdk.server.base.manager._DBSAccessorSessionHome_Stub.c
    reate(Unknown Source)
    at jp.or.med.orca.sdk.server.base.manager.Client.main(Unknown Source)
    I hope you got my problem.
    Thanks in advance.
    Regards,
    Prashant-

  • How can I communicate with other applications from my Java application?

    Hello,
    I need help about how can i communicate with other application(say textpad.exe/wordpad.exe/MS word.exe) from my Java program.
    More precisely, I need to know how i can get the current position of the cursor whether it is in any .txt/.doc files, then I may write some text in my java application and click a button and then my program will append the line(string) in that position of the file which is running under another appliction(Notepade.exe/MSword.exe).
    Please provide me some help.

    I may be wrong (and anyone, please correct me if so), but Java may not be the best tool for something such as this. I envision that you'd have to make some OS calls such as calls to the user32.dll, and while this can be done through the JNI, you'd still have to have a C or C++ program doing the dirty work.

  • How to integrate BPM with Composite application created in Developer Studio

    Hi,
    I want to know what purpose can BPM fulfill in creating a composite application.
    I want to execute various business processes like sales order creation etc. through CE. So should I use BPM components and avoid writing my own code logic and creating my own business objects in Developer studio?
    Also how can I use BPM components in Developer Studio to achieve this?
    Shall I create the Guided procedure model and UI in my composite application and then use BPM for business objects and the integration?
    Plz give me a detail.
    thanks
    Roshan

    Hi Roshan,
    you can use BPM or Guided Procedures to implement the business logic of your process.
    BPM combines very nice with WebDynpro. There are some guidelines available at SCN here:
    [BPM and Web Dynpro for Java Integration u2013 Guidelines|http://www.sdn.sap.com/irj/sdn/index?rid=/library/uuid/b06c49b2-ac63-2c10-3d8d-d17b817ba4ca&overridelayout=true]

  • How can build a bar code application ?

    Hello All!
    I am new in form 6i and Oracle 8i. My question is that how can i build a simple bar code reader application. Please write some code if anybody have or give the reference to study to build the bar code applications.
    Thanks in Advance.
    Ather

    It depends on the bar code reader you have - most wil have some sort of interface like DLL and Forms would integrate with that...so its not really a Forms issue - its more dependant on you barcode reader
    Regards
    Grant Ronald

Maybe you are looking for

  • Iphone &ipod blue screen error

    does anyone know how to fix a iphone and ipod blue screen error. i just installed itunes 8, the other day, and was able to sync both devices, then the other day i went to charge both my phone and ipod, and when i connect both devices to my docking st

  • Int to Object casting

    This should be a simple question, I just cant seem to get it. I want to cast an int to an Object. // --- Does not work int num = 16; Object obj = num; // --- Does not work int num = 16; Object obj = (Object)num; // --- Does not work Object obj = (Obj

  • Record list: add table border

    Using the generator preference "Record list: add table border". I have a problem getting this to work on a single module. The module will not get a border regardless of the setting (Yes/No). On a different module in the same application system the pr

  • APEND the file depending upon the source field length

    Dear ALL, Scenario is IDOC to FILE(using File Content Conversion in receiver side) *Requirement:* Payment Id is the field from IDOC. 1st time data for the field length is 6 digit that always end with '0' that is 6th character or 6th position '0'(this

  • Migrating from 32 bit server to 64 bit server

    Hi We have planned to migrate our portal server from 32 bit to 64 bit. I need your help in identifying the tasks to be performed after the migration. Migration will be done by a BASIS consultant. My job would be to make sure that portal is up and run