Develop WAP application with Jdevelopper ???

Hi !!
It is a joy to join te forum, cause i know i would increase my level in Orcale environnement.
Please i want to devellop a WAP application with Oracle Jdevelopper. Is it possible? if yes how can i begin ?
Thank you boys and girl.

There are no WAP specific features in JDeveloper.
However if you are interested in building applications for mobile devices have a look at ADF Faces mobile.
http://www.oracle.com/technology/tech/wireless/index.html

Similar Messages

  • Looking for education materials of developing C++ application with Eclipse

    Hello everyone,
    I am looking for education materials of developing C++ application with Eclipse. Could anyone recommend some good education materials?
    Thanks in advance,
    George

    Thanks nereidahoxhaj,
    So this is funny...
    Hi George,
    i see from your history that you have never ever
    tried to help anybody... anyway i'll answer just to
    show you that the people in this forum are different!
    Download CTD plugin form eclipse site:
    http://www.eclipse.org/cdt/
    and then go to another forum...
    Addio!Your reply is very helpful. You are really different.
    regards,
    George

  • Oracle Developer 6 applications with database 10g

    Hello,
    My all applications are developed and running in Oracle Developer 6 with database 9i. But now i want to use
    database 10g with these Oracle Developer 6 build applications.
    Already compiled files (with dev 6 and DB 9i) are runing with database 10g quite nicely,but when i try to
    recomplie the source files of these applications with 10g database i got the fowlloing error.
    ORA-00600: internal error code, arguments: [17069], [45468896], [], [], [], [], [], []
    After it i open these Oracle Developer 6 applications source files with Oracle Developer 6i and use 10g database,
    compile and run very easly.
    I think it is old version problem .But my development team dont want update all applications to new version (6i or other) yet.
    Is there any solution to use Oracle Developer 6 applications with database 10g ?
    Thanx.

    The general rule is "Ora-00600s (and 7445s, 3113s) are to be reported to Support". Look in Metalink to see whether any one else has reported it, based on the first argument. If so, there may be a workaround or a patch.
    Since you are asking this generically without database version, patch level or operating system, I assume you are using the unsupported free download and do not have access to Metalink. In that context
    1) What is the problem:
    The problem is your request (QSL, PL/SQL, Java) is hitting a bug or abusing a part of the Oracle software in an unexpected way. ORA-00600 is simply one of the 'unexpected and unhandled exceptions'.
    2) Required action:
    Since it is unexpected and unhandled, there are several ways to proceed:
    - Search the net for the first argument (ktspgetmyb-1) to see whether someone has a workaround
    - Reproduce and Simplify your offending code until you find your own workaround.
    Often this happens with some sql statement
    serache for metaling ORA-00600 log

  • How to entirely develop an application with PCI-6221 in Borland C++ Builder V6 in DAQmx?

    Hi,
         I am sorry that I have asked a huge question.
         But the main questions I want to know is :
         1,In Borland C++ Builder 6,Which version of DAQmx is the best one we will use?  DAQmx V8 don't support BCB6.
         2,Would you please give an example source file to use *.Lib in BCB6?
         3,In other computer,not including developping environment ,which items of DAQmx we have to install,PCI Card Driver?
    Which dll?How to make the installation the smallest?
         Thanks for your possible answer.

    Why DAQmx8 doesn't support C++ Builder 6 ?
    I've just used LabVIEW with DAQmx8 create dll file for C++ builder 6. My application is to use PCI-6221 generate Analog output. ( just DAQ assistance ).It works well.  

  • Develop flex applications with OOP concepts

    Hi,
    I have gone through the adobe learning path links, and i think i have a good understanding now of flex. However, i think it will be best if i do a couple of sample projects that are done using OOP best practices and also using best pracitices that adobe Flex preaches.
    Can anyone recommend me some books that have sample projs that address both OOP and flex best approaches?
    Thanks,

    http://www.amazon.com/Advanced-ActionScript-3-Design-Patterns/dp/0321426568/ref=pd_sim_b_2
    this is the best one I read so far.
    Bit challenging..
    BaBo,

  • Error while deploying application with TablePopinToggleCell UI element

    Hi
    I am using NWDS 7.0 and have developed an application with a Table that uses TablePopinToggleCell. When I deploy this on a server (NW2004s), it gives me the following error:
    java.lang.NoClassDefFoundError: com.sap.tc.webdynpro.clientserver.uielib.standard.api.IWDTablePopinToggleCell
    I am able to deploy the application without the UI element: TablePopinToggleCell
    I understand that the class files are not available in the server. How do I fix this problem?
    If I should add the required files in the server, where should I add them?
    Thanks
    Manoj

    Hi Manoj,
    I have tried doing something like this.
    If you want to try this out running on a NW2004s.You need to first download the entire project from perforce branch (
    tc\webdynpro\clientserver)for NWDS 7.0 and then build the project locally in your java perspective.
    During the local build of the project.It will also point out the dependent projects required by this project(clientserevr).
    Once the project is build.
    Create seperate external jars of the clientserver project and its dependent projects and save them locally.
    Open your SDM manager,pick up this jar file from there and deploy it.
    Once the deployment is over, the server is ready to run the application you created.
    But this make your NWDS2004s to behave jus like NWDS7.0 .
    Just a small suggestion ,instead of going through this tedious process you can shift to NWDS7.0 itself.
    regards
    aarthi mathivanan

  • URGENT: How to fix an application with the screen resolution?

    HI everyone,
    I am desprate and need help.. I have developed an application with Java swing and awt (JFrames, JPanels and...). This application displays perfectly with 1280 x 1024 screen resolution but in a situation where the screen does not support this resolution, a part of my application will not appear. I can not even scroll down to see the reste of the components. Does any one has any idea that how I can resolve this problem! I mean how either I can make my JFrame or panel to scroll down or to change the size of the components according to the resolution!
    Thank you very much and wait for a reply :)

    One of the possible reason of the problem is you must have hardcoded the size of panels and other container that is just right for the screen resolution 1280 x 1024.
    The solution is set the size of the containers that depends on the resolution of the screen.
    You have not explained much detail about the scrolling problem. But I suppose that you have a scrollpane in you GUI and you want to scroll the component inside it even at another resolution.
    try using this
    if p is the panel that is added in the scrollpane then set its prefered size.
    p.setPreferredSize(resolution dependant size).

  • How develop the ITS application with R/3 tables

    Hi All,
    Can you please tell me what is the procedure to develop the ITS application
    My requirement is develop new screen with data from backend tables,
    After giving the input and clicking the submit button
    It should display details in the same screen
    For example if I give the input as purchase organization, it should display all the vendors under that purg organization.
    This is very urgent…
    Thanks in advance
    Rambabu.A

    Hi,
    I suggest to study the service /sap/bc/gui/sap/its/test/it/it00
    there is a simple example for a table control. Also useful is
    the wiki article about debugging.
    best regards
    Tobias

  • How to develop web application using ejb3.0 with eclipse

    Hi ,
    I am new to ejb3.0 with eclipse. If any one familar that please guide me...
    how to develop web application using ejb3.0 with eclipse.please help me... server jboss4.2.2. database mqsql5.0
    Thanks,

    jsf_VWP5.5.1 wrote:
    I am new to ejb3.0 with eclipse. If any one familar that please guide me...http://help.eclipse.org/help33/index.jsp

  • Documentation about basic steps of develop an a application with NetBeans

    Hi!
    I'm new with JSF, and I dare to ask you to help me in the following problem:
    Where can I find a documentation(electronic preferable) about step by step development of an application with NetBeans / Visual JSF Web Application/Woodstock Component?
    I expect from such a documentation 2 things:
    *1* explanation of the components (NetBeans / Visual JSF Web Application/Woodstock Components)
    *2* step by step explaining how to create the basic/main features of an application(search features, master/detail views of tables, reporting, user authentication, etc.)
    Thanks !

    I mean, something like "a good practices manual" for NetBeans / Visual JSF Web Application/Woodstock Component.
    Thanks!

  • Developing applications with iPhone using Mac Mini PowerPC G4

    I'm wondering if I can use a Mac Mini PowerPC single core to develop applications with iPhone. Based on the Apple's website http://www.apple.com/macosx/techspecs/ the Mac OS Leopard general requirements are:
    -Mac computer with an Intel, PowerPC G5, or PowerPC G4 (867MHz or faster) processor
    -512MB of memory
    -DVD drive for installation
    -9GB of available disk space
    Any thoughts on this? Thanks in Advance.

    You need an Intel-based Mac with Leopard to use the iPhone SDK:
    http://developer.apple.com/iphone/program/download.html

  • WAP Application Over GPRS

    Hi JAVA mates !
    I have currently developed a WAP application ( WML + JSP) , this was designed for the older mobile phones which only had WAP . Now the latest trend has been this GPRS . Can you pls tell me what all can i do to enhance my application to the port over GPRS ? What about XHTML instead of WML ?
    Any help on this will be appreciated !
    Thanks in Advance !

    WAP works fine over GPRS
    Not all phones can handle XHTML (lots of them can nowadays)
    Not all phones can handle HTML
    Not all phones can handle J2me (lots of them can nowadays)
    Well... is you want to support everything, then wap is the way to go. You could make a J2me application with the JSP server backand (you could use XML to transfer data in a structured way). It will allow you to make much nicer applications, and it is probably faster.

  • WAP APPLICATION USING JSP ---- PROBLEMS

    hello people,
    I am having challenges with a wap application i am developing.
    my problem is not writing the program, its deploying and testing it.
    i have deployed the application on our webserver and when i tested it the wap pages with *.jsp extensions refused to come up, they kept returning messages like " unknown format message" , "time out" e.t.c.
    but when i tried it with the pages with *.wml extensions they came up.
    I have set the mime types but this is still not helping issues.
    pls guys any help will be highly appreciated.
    J1

    I don't know what you're asking here. From my experience (with struts), if you put your JSP pages in or beyond the WEB-INFO directory, it's not allowed. You should put your JSP pages better in your web application root or another directory after the root but out of the WEB-INFO directory

  • Apex Application With Oralce SSO (inbuilt) application integration

    Hi,
    Installed oracle 11g, configured Application Express Release 3.0.
    I developed application in APEX.
    Now I want to authenticate my application with Oracle SSO login.
    Please help me on this.
    Thanks in advance.
    Thanks,
    Surya

    Hello Surya,
    If you follow the instructions here you should be able to connect to your SSO.
    http://www.oracle.com/technology/products/database/application_express/howtos/sso_partner_app.html
    Peter

  • How to provide the user in an APEX application with low-vision apex option

    Hi I've a small problem I'm trying to solve but can't seem to find anything on this.
    The issue is this I've developed an application and the user can log on and use it successfully. For those users that are visually impared I need a link on my main application to a High Contrast version of the same application.
    Is this even possible.
    I don't want to have to create a new application using a high contrast theme, as I would need to maintain 2 applications in the end.
    Is there a way of changing the colors at run time to a higher contrast version.
    Many thanks.

    Hi,
    I just wanted to add to this discussion with some functionality introduced in APEX 4.1 that may help here. In APEX 4.1, we introduced a new 'High Contrast Mode' which basically identifies sessions as optimized for high contrast in the APEX development environment and websheet runtime. This allowed us to get around some issues we were having when a user was running in 'Windows High Contrast Mode' (where CSS background images are ignored) and also some issues with insufficent contrast. To read more about this mode, please see the 'About Constrast Mode' section in the 'Accessibility in Oracle Application Express' appendix here:
    http://download.oracle.com/docs/cd/E23903_01/doc/doc.41/e21674/accessibility002.htm#BABBCIJD
    Now, although this mode is available for use within your own database applications, it really only provides the framework for you to provision the mode and importantly, will not make any changes to your application (that's still up to you). But I think the framework is still useful and provides some nice API's to help you turn the mode on or off and also determine the status of the mode.
    I have setup a simple example to show you how this works:
    http://apex.oracle.com/pls/apex/f?p=11005:1
    It's rudimentary, just showing 1 region if High Contrast Mode is on, and another if it's off. This page has the following:
    1) Select list to select whether the mode is on or off.
    2) Page process to set the mode, depending on the select list value. This performs the following PL/SQL (showing the APIs you can use to switch the mode on or off):
    if :P1_HIGH_CONTRAST = 'Y' then
      apex_util.set_session_high_contrast_on;
    elsif :P1_HIGH_CONTRAST = 'N' then
      apex_util.set_session_high_contrast_off;
    end if;3) The region's have 'PL/SQL Expression' conditions that call another API that you can use to check if the current session is running in HC Mode. For example:
    apex_util.is_high_contrast_sessionOnce the mode is enabled, it will remain enabled for the length of the current session (or until it is switched off). To understand more about how you can use HC Mode, please see here:
    http://download.oracle.com/docs/cd/E23903_01/doc/doc.41/e21674/advnc001.htm#CIJCDGII
    So as I said, the example I gave as kinda simple. But you could easily extend this to say include an additional CSS file when running in HC Mode (containing the CSS styles and properties that would give you the increased contrast). You could do this by adding a page zero page process to run before header, that calls the apex_util.is_high_contrast_session API to determine if the current session is in HC mode, then include the CSS file if so. To see an example of this, please see here:
    http://download.oracle.com/docs/cd/E23903_01/doc/doc.41/e21676/apex_util.htm#autoId71
    I hope this helps, at least with the framework side of things, if you can upgrade to 4.1 at all.
    Regards,
    Anthony.

Maybe you are looking for