How to Start Doing WAP Applications.

Hi All,
I am a newbie to WAP Technology. please kindly help in starting the WAP Application in Coding Perspective.
Please mention all pre-requistes to start with.
Things which I have:
1) Java Run time Environment.
2) Sun Wireless Tool kit.
3) Eclipse IDE
4) JBoss Server.
5) Emulators.
so kindly all of you participate in and let me know the things to do.
Regards
Srinivasan.

[http://developers.sun.com/mobility/learn/]
[http://developers.sun.com/mobility/midp/articles/wtoolkit/]
[http://developers.sun.com/mobility/midp/articles/tutorial2/]
[http://developers.sun.com/mobility/getstart/]
[http://catb.org/~esr/faqs/smart-questions.html]
[http://www.google.com]
db

Similar Messages

  • How to Start / Stop Oracle Applications

    How to Start / Stop Oracle Applications.
    Oracle Applications Services (TCF, ConcManagers, Metric, Forms, Reports etc...) TnsListner & Oracle Service (DB) are started when the Server is started.
    What is the sequential Order to Start / Shutdown services, Listener & DB.
    Best regards,

    hi
    there is no hard coded rule on which service should be started first.
    the basic thing is concurrent manager uses database for starting, so i advice you the following sequence:
    1. start the database
    2. start the database listener
    3. Apache server
    4. forms server
    5. report server
    6. concurrent manager
    and shutdown in the reverse order
    simple
    regards
    srinivas

  • How do starting/stopping of application services differ in R12 ??

    How do starting/stopping of application services differ in R12 when compared to 11i ??
    Can I start/stop services using opmnctl ??

    Can you plese refer me a document where role of OPMN and OC4J in R12 is mentioned ??? In short:-
    OPMN - Oracle Process Manager & Notification Server is component in Oracle Application Server (10g) to manage (start/stop/status) Application Server components (HTTP, OC4J)
    For more:-
    http://download.oracle.com/docs/cd/B14099_19/core.1012/b13996/intro.htm
    OC4J -- oracle container for java.
    In R12 we have 3 groups of OC4J's.
    oacore OC4J - framework based applications
    forms OC4J - forms based applications
    oafm OC4J - Fusion Middleware - for mapviewer, webservices, ascontrol.
    For more, pls read
    http://download.oracle.com/docs/cd/B10464_05/web.904/b10326/intro.htm
    thanks,
    JD

  • How to start a java application from a website

    hey does anyone know how i can start my java application, when a user clicks a button on my website. I dont want to convert to applet because it will be quite hard plus im gonna have to cut down alot of functionalities? thanks!

    [http://java.sun.com/javase/technologies/desktop/javawebstart/index.jsp]
    Kaj

  • How to start a J2EE application in command line?

    Dear all,
    As known to all, in Visual Administrator we can start or stop an application in Deploy node easily.
    my question is - Is there any command can we use in command line to start/stop an application like 'startapp.bat sap.com/app1' or 'java xxx.jar startApp sap.com/app1'?
    Because we want to write a script to restart a certain application in schedule, any idea?
    Thank you in advance.

    Hi
    How to programatically start j2ee application/service  from command line
    Regards
    Sat
    Edited by: Satya Narayana on Oct 11, 2009 9:25 AM

  • How to start a Java application

    How do I start to a application?I have the SDK but where do I go to start it I cant seem to find it.
    Thank you

    Get a basic java programming book.
    Maybe try something like JFrameBuilder which has a test version for free.
    Available at
    http://www.mars3000.com/
    You will then be able to generate some code easly that you can look at and see some simple examples.
    rykk

  • How to start the oracle application server 10g

    Hi..
    I have Installed Oracle application server 10g but I am not able to start and dploy the forms in the server.

    Please see this link for the proper order to [start and stop application server 10g|http://download.oracle.com/docs/cd/B14099_19/core.1012/b13995/start.htm#i1014590].
    If you encounter any errors, do not forget to give exact description of errors, their exact error message and codes, where do you get them and what have you done recently. Please also do not forget to include your complete product version.
    thanks,
    AMN

  • How to start a Java application on Mac OS

    Hello,
    I am not sure whether this post would be appropriate to this community, but with the hope to find the answer to the question we have I'll try:
    We are fairly new to Java Technology. We had the task to develop an application for Windows OS, and have successfully completed the job. BUT, we decided to go a bit further and see how our program would behave on Mac OS.
    Unfortunately, we have never dealt with Macs before, thus don't have any idea on how to make the application run on Mac OS platform.
    With Windows we have no problem, went by the most simple way by creating a .cmd file with "java name_of_file" string. Is there any similar simple way to start our small program on Mac OS?

    There are many options:
    From Terminal (similar to ms-dos prompt, if you didn't know it already):
    If you have "java MyApp" in your myapp.cmd, you can execute it with:
    sh myapp.cmd
    Another option is to set myapp.cmd as executable:
    chmod u+x myapp.cmd
    and then from Terminal: ./myapp.cmd
    Third and best option is to make an executable jar. Then you only have to double-click .jar -file to launch your application (and no need to go to Terminal).

  • How to start a Spatial application

    Hi, Experts
    I'm a student to Oracle spatial and want to know how to develop a simple spatial application. I've read some reference book from OTN, such as user's guide, also praticed following OBE exmaples. Up to now, I've known how to dml spatial data, index on spatial columns, and some knowledge about reference coordinates. But I think what I've learned are all about how to store spatial data in oracle db and query data by sql.
    As with a normal application, I think we need skills on how to present the spatial data to end-users in some specific format, such as a map or something else. I was wondering for a long time how I could present spatial data in a map.
    I know doing this is not a one-step job, could anyone briefly list the steps needed and how to get relevant reference materials?
    Thanks in advance.

    Get a basic java programming book.
    Maybe try something like JFrameBuilder which has a test version for free.
    Available at
    http://www.mars3000.com/
    You will then be able to generate some code easly that you can look at and see some simple examples.
    rykk

  • How to start a java application as windows 2000 service?

    Hi all,
    I'm trying to start / stop a java application as a windows 2000 service. But nothing appens (I can see the screen that rapidly display the java help prompt and then disappear)
    I've a working directory i.e C:\MyDir and it contains instsrv.exe, srvany.exe and my application jar MyApp.jar
    I'm using instsrv.exe to register a java application as a service ( C:\MyDir\instsrv MyApp C:\MyDir\srvany.exe )
    I've added a key in registry by running regedit
    The key is under the tree HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\MyApp
    the key value is Parameters
    in the key I've added a string value "Application" with the value "C:\j2sdk1.4.2_01\bin\java.exe"
    and a string value "AppParameters" with the value "-classpath C:\MyDir\MyApp.jar main" where main is the name of the main class application.
    This seems to run correctly with Windows NT 4.0
    But doesn't work with Windows 2000.
    Can anyone help me?? pls.
    Thanks.
    Max

    I'm replying to myself .... ;-) ahah
    All we need for this purpose is JavaService, at link
    http://www.alexandriasc.com/software/JavaService/index.html

  • How to start a java application by double clicking just like windows gui?

    Hi,
    I want to open the user-defined file in my java application. The way is like the notepad in windows:1.double click the file name 2.the file is opened in the java application 3.if this file has opened at the same time ,then the last opened will be read-only.
    Could you tell me how to carry it out ? Thank you
    from Maria

    !!! Please give me a help! i am thirsty for itSo, to get this straight, you have a Java application in a jar. For some reason, you do not execute this directly. Are you aware that you can execute a jar directly without the need to write a C++ exe to do it?
    Anyway, for some reason, instead you have a C++ application which launches the JVM with your jar main class.
    Well, you want to do two things. First of all, on Windows level, you need to associate the file type of your user file with your application. Note that they have to have a specific file extension that you choose. To associate the file type with an executable, you open a windows explorer, go to View, Folder Options, File Types and add an entry for your file type and specify it to open with your application. If you do not know how to do this, google for "windows associate file type with program executable" or something alike.
    Now, if you double-click one of your user files, the associated exe will open, and it will receive the file name as a command line argument. In your C++ application, you will need to pass this argument, a file name, to the Java application where you launch it.

  • How to start an OO4O application only with XE client installed ?

    Hi,
    I have an Oracle OLE application that works find with the normal 10g client.
    But I can't start the application on a system with only the XE client installed.
    There are no oip10.dll, oip10.tlb, oraansi10.dll and oraclm32.dll.
    After copying them from the normal 10g Client bin directory to the xe client bin. The registration of the oip10.dll failed.
    Is there any way to get a normal application which uses the "Oracle object for OLE class" to work?
    Thanks
    Message was edited by:
    user525619

    1. what is the resources of the machine you are using?
    2. What is the error message you are getting?
    Cheers

  • BOFC: how to start the BOFC application

    Hi all.
    I've created a new sql database and added it in the CtAdmin console.
    then I login to financial consolidation application, I cannnot create the dimensions in the dimension builder.
    please tell me what steps I should take after creating the sql database.
    Regards.
    Hitomi

    Hi Hitomi
    You cannot create dimensions but you can create e.g. one account in the account dimension? It seems that you have created a child database. If you want to create dimensions you need a top database.
    I'm sorry but I have not the time to describe you the complete process. You need to modify one xml file in BOFC installation directory. Then you create the database on database server, then you create the datasource in admin console. Could you search through the guides? Keywords are maybe "top" oder "child".
    You can come back if you can not find something. Maybe someone else can help you out here. If not I will have a closer look at the weekend and give you further help.
    Thanks!

  • How to start free trial after download in photoshop

    i have downloaded the Free trial version of photoshop but i have no idea how to start doing work with the free trial.  Help????

    If you're using an older computer & operating system, you might be able to download a free-trial of CS6 instead. Just be sure to follow the VERY IMPORTANT INSTRUCTIONS. 
    CS6 Direct Downloads
    http://prodesigntools.com/adobe-cs6-direct-download-links.html
    CS6 Suite's Tech Specs
    http://prodesigntools.com/products/adobe-cs6-system-requirements.html
    Once your product(s) are installed on your computer, you launch them the same way you launch any software, via the desktop shortcut or from Program Files (win) or Applications folder (mac).
    Nancy O.

  • How to start a OAS9i

    HI ALL:
    Friends..
    I am new to Oracle Application Server 9i.
    I would liek to know how to start the Oracle Application Server 9i in Microsoft Windows 98.
    Looking to hear from you.
    Sincere Regards
    Ritesh

    Hi Ritesh,
    Actually I don't think 9iAS is supported on Windows 98. However OC4J
    is actually an application server -- it may be enough for you. It is
    pure java and requires at least JDK version 1.2.2, so if you have an
    appropriate version of JDK installed on your Windows 98 machine, you
    can run OC4J. Instructions can be found here:
    http://technet.oracle.com/docs/tech/java/oc4j/content.html
    But please note that you can unpack the oc4j.zip file in any directory
    you want!
    Good Luck,
    Avi.

Maybe you are looking for