9iLite and the compact framework for PPC

Does oracle plan to support development for Pocket PC under the compact framework ie. using MS Visual Studio.net. If so, how soon can we except an oracle data adapter for the pocket pc.

If your application is complex you'll undoubtedly have
to extend whichever framework you choose. Struts is
very flexible and allows you to incorporate custom
functionality easily. As it was pointed out, Struts works only with the web tier. If you're writing complex apps, you'll need a more 'complete' framework to manage your middle-tier as well.
If you're not using EJB, lightweight containers like Spring or Pico can help.
BTW, you can use Spring with Struts if you wish. Personally, I'm less than impressed by Struts, but that's just my opinion.

Similar Messages

  • Help with Consuming a Webservice with the compact framework

    Hi all,
    i want to consume a SAP WebService within .NET in a smart device application. When I create the proxy, I get the following procedure in the .cs class:
    <i>[System.Web.Services.Protocols.SoapDocumentMethodAttribute("http://www.sap.com/_-ICO_-CM_XML_CREATE", RequestElementName="_-ICO_-CM_XML_CREATE", RequestNamespace="urn:sap-com:document:sap:rfc:functions", ResponseElementName="_-ICO_-CM_XML_CREATE.Response", ResponseNamespace="urn:sap-com:document:sap:rfc:functions", Use=System.Web.Services.Description.SoapBindingUse.Literal, ParameterStyle=System.Web.Services.Protocols.SoapParameterStyle.Wrapped)][return: System.Xml.Serialization.XmlElementAttribute("SUBRC", Form=System.Xml.Schema.XmlSchemaForm.Unqualified)]public string ICOCM_XML_CREATE([System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string ORDERNR, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string ROUTE, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string TESTRUN, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string TOURNO, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string XML_FILE_LOCAL, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] string XML_FILE_SERVER, [System.Xml.Serialization.XmlElementAttribute(Form=System.Xml.Schema.XmlSchemaForm.Unqualified)] out string XML_STRING) {object[] results = this.Invoke("_ICO_CM_XML_CREATE", new object[] {ORDERNR,ROUTE,TESTRUN,TOURNO,XML_FILE_LOCAL,XML_FILE_SERVER});XML_STRING = ((string)(results[1]));return ((string)(results[0]));}</i>
    When I compile the project I get the follwing error for each occurance of the "Form" Attribute :
    "<b>'System.Xml.Serialization.XmlElementAttribute' does not contain a definition for 'Form'" </b>
    When I try to consume this webservice with a "normal" kind of application, such as a windows-application, everything is ok.
    But when trying to use it with the compact framework, the error occurs.
    Is anyone outhere who can help me?
    Thank you
    Regardings

    It seems that the "Form" property of the XmlElementAttribute was missing in Compact Framework 1.1. It does exist in Compact Framework 2.0.
    You can try removing the "Form=System.Xml.Schema.XmlSchemaForm.Unqualified" entries from the proxy, but I'm not sure of it will still correctly work: For in-parameter it should be Ok to skip "Form=", but for out-paramters and result it could have the effect that no data is received.
    In this case the best option may be to upgrade to Compact Framework 2.0.

  • Welcome to the Spry framework for Ajax Forum

    Welcome to the Spry framework for Ajax forum! Please use this
    forum to discuss the Spry framework for Ajax and supporting content
    on Adobe Labs.

    Hi,
    Techy_one: the download page should be working:
    http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_spry
    anuj: SpryEffects is in 'demo/includes'. We will be including
    effects in our next Spry drop.
    Severe: We are working on more widgets. They will be released
    over time as we finish them. We are still looking into how we can
    make Spry support for DW available.
    Thanks,
    Don

  • OS X 10.4.11 and Safari 3.04 for PPC--What Happened to My Bookmarks?

    I have tried everything with the new Combo Updater to 10.4.11 for PPC but I can't get my Safari 3.04 to keep any Bookmarks. I eliminated AcidSearch 0.62 and Safari Extender 1.6.6--neither of which works yet with 10.4.11 and Safari 3.04 for PPC--but even when I import my Bookmarks from a copy on my external hard drive, even when I replace the username/Library/Safari/bookmarks.plst and the username/Library/preferences/com.apple.Safari.plst, even when I try the stand-alone download for the updater instead of the Software Update method, none of it seems to make any difference. I can't keep any Bookmarks. Does anybody out there have any other suggestions?

    Hi Mark,
    I looked at my YourUsername/Library/Input Managers and saw 1PasswdIM but have not heard anyone else giving that as a problem. Could this be the issue?
    I must admit I haven't heard of it causing problems so far as well (and can't see an immediate connection to your problem) but I would try moving 1PasswdIM onto your Desktop to temporarily disable it. Restart Safari to make it pick up this change.
    I can't imagine deleting all of those just to get my Safari bookmarks to work.
    Me neither. Sorry, I forgot lots of other apps add temporary information into there as well. Some of the Safari helpers add information here as well - skip the Application Support folders for the moment though.
    /Library/Input Managers, I have Chax, Ecamm, and SIMBL (whatever that is).
    SIMBL is used by many developers to allow Safari input managers to work correctly. As before, move the contents of this folder to your Desktop and restart Safari.
    With both the Input Managers empty, does Safari handle the bookmarks correctly now?
    Let us know how you get on.

  • Is Flex the right framework for an online dictionary?

    Hello,
    We are analyzing if Flex is the right framework for our web
    application (online dictionary). We are almost convinced but
    we want to
    have your advices on these particular points :
    This is what we need...
    - Essentially, we must display very complex and structured
    texts.
    - The text is organized in paragraphs.
    - Each paragraph is composed of many group of words.
    - Each group of words can use a specific font, color, size
    and style.
    - Some group of words must use small caps style.
    - Ideally, the style would be in CSS file.
    - We must use unicode characters. (&#x220E;,
    &#x25CF;, &#x25B7;, etc.)
    - We must use fine-space, non breaking space, non breaking
    hyphen, etc.
    - Some group of words must be a link or able to trigger
    events.
    - Some group of words must have tooltip.
    Do you think it's possible to do that with Flex or we are
    better
    to stay in HTML.
    Thanks for your advices.
    Dominic

    Hi Milli!
    You can if your email is web-based, i.e. via Safari, but as you are running Tiger I would suggest that you post in the Mail for Tiger forum:
    http://discussions.apple.com/forum.jspa?forumID=753

  • I have purchased Wedding Style By Miracle Design - it is showing in the downloads but I can not get it into lightroom - I am using a mac and the instructions are for windows.

    I have purchased Wedding Style By Miracle Design - it is showing in the downloads but I can not get it into lightroom - I am using a mac and the instructions are for windows.

    Return, cancel, or exchange an Adobe order

  • I gave my father a mini ipad and he forgot the icloud password and the e mail for recovering it.  How can I recover the password or create a new one if I have no idea at all of the info he configurated.?? ;(

    I gave my father a mini ipad and he forgot the icloud password and the e mail for recovering it.  How can I recover the password or create a new one if I have no idea at all of the info he configurated.?? ;(

    He will have to contact Apple and speak to someone in account security if he can't recover it at https://iforgot.apple.com/appleid

  • Hi I lost the ICloud password and the mail address for it is freezing by the hostage ( hotmail ) so how can I enter my ICloud Account

    Hi
    I lost the ICloud password and the mail address for it is freezing by the hostage ( hotmail ) so how can I enter my ICloud Account

    Hello Cheif Auditor,
    Thanks for using Apple Support Communities.
    For more information on this, take a look at:
    Apple ID: If you forget your password
    http://support.apple.com/kb/ht5787
    Best of luck,
    Mario

  • I have tried downloading photoshop cs2 and cs4 on a new computer.  I have the disc available for cs2 and the serial number for cs4.  They are both registered in my name.  I need help doing a download.

    I have tried downloading photoshop cs2 and cs4 on a new computer.  I have the disc available for cs2 and the serial number for cs4.  They are both registered in my name.  I need help doing a download.  I was able to get part way through cs4, it showed up in my downloads but never got as far in the process as to ask for serial numbers.  I tried with cs2 and I got an error message that some bit of information was incorrect.  I currently have both downloaded on two other lap tops I own.  One is operational and one is dead.  I cannot access the dead one to remove the program. Thank you in advance for any assistance.

    For CS2 you will need to download a special new version
    CS2 Activation
    You might find CS4 download here
    Prodesign Tools — Photoshop Direct Download Links

  • I have just installed Lion and the text window for the web address in safari has disappeared.  Anyone know how to get it back?

    I have just installed Lion and the text window for web addresses in safari has disappeared.  Any ides how to getit back?

    Select Customize Toolbar from the View menu, select the item and drag into the toolbar. Place where you want it to be.

  • Just downloaded Firefox 4. Running Windows XP. Some of the new features are mising such as the new "Firefox Button" and the new location for the bookmarks button. The look is almost like Firefox 3. Why is this happening?

    Hi. I just downloaded Firefox 4. Some of the new features are missing such as the new "Firefox Button" and the new location for the bookmarks button. It almost looks just like Firefox 3. I am using Windows XP on this desktop computer. On my laptop, running Windows Vista, Firefox 4 has all the updates advertised. Why is this happening? How do I fix?
    Thanks
    Jamie

    Thanks so much!

  • I purchased the Cars and Cars 2 bundle using my iPad.  When I loged in with iTunes, the movies started to download to my laptop but somehow, I deleted Cars but Cars 2 and the iTunes extras for both are still there.  How do I get Cars to download again?

    I purchased the Cars and Cars 2 bundle using my iPad 2.  When I loged in with iTunes, the movies started to download to my laptop but somehow, I deleted Cars but Cars 2 and the iTunes extras for both are still there.  How do I get Cars to download again?  Thank you for your help.

    By the way, I just purchased this movie last night.  I somehow deleted Cars while the other parts of the bundle were still downloading.  I tried looking into iClod but I was unable to find a link to download the movie again.

  • Standard prgram and the standard form for the AR Bill of Exchange

    I need to configure AR Program for Bank bills and Bill of Exchange. This configuration is for France.
    Can you let me knoe the standard prgram and the standard form for the same.
    Regards,
    Senthil

    Hello,
    You can refer to the below sap help link whcih describes about the Bill of exchange understanding in sap
    http://help.sap.com/printdocu/core/print46c/en/data/pdf/FIBP/FI-AP-AP-BE.pdf
    http://help.sap.com/saphelp_45b/helpdata/de/e8/f0c10a0a6911d294f200a0c929f4c9/frameset.htm
    Alternatively you can also check the customizing settings for the BOE which details on the settings needed foractivating of BOE
    hope this helps
    regards,
    radhika

  • Introduction to the Spry framework for Ajax

    Hi All
    I attended the breeze eSeminar:
    Introduction to the Spry framework for Ajax
    07/27/2006
    3:00 PM US/Eastern
    Anyone know the location for the recorded version?

    Well, that wasn't easy to find....
    http://www.adobe.com/cfusion/event/index.cfm?event=list&type=ondemand_seminar&loc=en_us
    Search for "spry". Lots of good stuff on this page.
    Thanks,
    Don

  • What is SM62 Tcode is used for? and the consequence's for executing it?

    What is SM62 Tcode is used for? and the consequence's for executing it?
    Thank you,
    York

    Hi Les,
    You can goto this URL to understand more about events :
    http://help.sap.com/saphelp_nw2004s/helpdata/en/44/c079239d3756a2e10000000a1553f6/frameset.htm
    http://www.sapfans.com/sapfans/sapfaq/robert.htm
    About my experience working with events:
    In one of my BW Project: we were using AutoSys to do job scheduling (to run InfoPackages).
    To automate the loading process we created events for  each infopackage. Then in that Infopackage we used to select option "Start later in Background" and then select option "After Event". Then specified the event name and parameter.
    Then in the same infopackage we selected button "Subsequent Process" the in that seelct option "Trigger Events" Here you can have options to specify if this event is successful then what next event to trigger and if this event fails what next event to trigger.
    So this way we used to automate data loads.
    This was dont caz there was no process chains concept during that time. So good example of events and event based process are PROCESS CHAINS.
    Hope this helps !!
    Assign points if helps !!
    Regards,
    Naveen Rao Kattela

Maybe you are looking for

  • Error while releasing the request

    Hi Experts, I am releasing one Transport request from dev to qas. But it is giving error " Transport object from package <zstr> to target </prjdev> only. Please tell me, how to resolve the error? It's most urgent.. Regards Mohit

  • Can albums be sorted by filename (not date)?

    I have a set of portfolios, stored on a microSD card, that I would like to sort and display on the tablet by filename -- but the default is by file (creation) date and I can't find any Settings options to change that. Is there a way to do this on the

  • Sharing JMS sender communication channels

    Hi all, We have flatfile interfaces to XI JMS where we would like to share the JMS sender communication channel. This is normally not possible since you cannot have two sender agreements with the same comm channel. Are there workarounds for sharing J

  • DVCPro HD Compatability

    Does anyone have a ready reckoner or a link for compatability for DVCPro HD? (relating to the p2 system) I'm talking about Final cut pro for versions below 6.0.4, PC platform etc... Can't seem to find it anywhere on the Panasonic site and the net is

  • After todays creative cloud 2014 updates, Lightroom will not launch

    after todays creative cloud 2014 updates, my Lightroom will not launch.