Suggestion for whether CDLC + MIDP platform can be used for this scenario?

Hi,
I am developing an agent for mobile phones, with a solution which will cover most of the mobile phones (with OS Microsoft ME, Symbian, Blackberry RIM,..) and PDA's
Features of the agent:
Sending mobile inventory details like OS, apps running, etc to a server machine
Installing apps/patches from server to mobiles
Will the CDLC + MIDP platform be suitable for this kind of development?
Thanks in advance.

J2MENewbie wrote:
Can you please specify why it cannot be used,Don't be silly. It can't be used because the features and services you require aren't a part of the feature set of Java ME.
and please suggest which platform can i use for developing this application for mobilesNo idea. This forum is for CLDC and MIDP, not for random programming queries. Use Google for that.
db

Similar Messages

  • Suggestions for this scenario...

    Hi. I have a tables named call_queue and call_history:
    Call_Queue:
    Name                                      Null?    Type
    PARTICIPANT_ID                            NOT NULL VARCHAR2(10)
    LAST_ACCESS_DT                                     DATE
    LAST_ACCESS_BY                                     VARCHAR2(15)
    CREATE_DT                                 NOT NULL DATE
    CREATE_BY                                 NOT NULL VARCHAR2(15)
    MODIFY_DT                                 NOT NULL DATE
    MODIFY_BY                                 NOT NULL VARCHAR2(15)
    CALL_STATUS                               NOT NULL VARCHAR2(3)
    PARTICIPANT_TYPE                                   VARCHAR2(3)
    Call_History:
    Name                                      Null?    Type
    PARTICIPANT_ID                            NOT NULL VARCHAR2(10)
    CALL_STATUS_IND                                    VARCHAR2(2)
    COMMENTS                                           VARCHAR2(100)
    CREATE_DT                                 NOT NULL DATE
    CREATE_BY                                 NOT NULL VARCHAR2(15)
    MODIFY_DT                                 NOT NULL DATE
    MODIFY_BY                                 NOT NULL VARCHAR2(15)On my application when a user is interacting with a Participant_Id's Call_Queue record I want to display the 5 most recent Call_History records for that Participant_Id. Seems easy enough if I create a Master-Detail Relationship between the two blocks.
    But my requirement is also that each time I display the 5 most recent Call_History records that I also provide the user a blank Call_History record so the user can insert a new Call_History record without having to 1) press an Insert button or select a menu item; or 2) scroll to the bottom of the 5 records displayed in order to insert the new record. Also, I don't want the user to have to redundantly enter the Participant_Id in the new Call_History record.
    Is there a way to have a blank record (always blank and ready for insert) displayed at the top of my 5 most recent Call_History records? What is the best way to handle this?

    Two options from my view:
    1. Take the ON-POPULATE-DETAILS-trigger on the master-block and pu an additional CREATE_RECORD along with a GO_BLOCK in it.
    2. Create an additional block which is similar to the call_history-block and put it's fields at the positon above your "real" call-history-block. Use that new block for the inserting.

  • I am trying to get an answer to whether or not I can successfully use Time Machine with an external HDD connected to an airport extreme?  Some forums say yes, some say no.

    I am trying to get an answer to whether or not I can successfuly use Time Machine with an external HDD connected to an airport extreme.  Some forums say yes, some say no.  I'm also curious about formatting the hard drive to work both on my wife's MacBook Pro and my PC.  Any help would definitely be appreciated.

    You may be going on a recollection, that I share, that at one time Apple stated this would be possible:
    In fact, Apple’s Time Machine Web page touted this very capability as recently as last Tuesday, as you can see from Google’s October 16 cache of the page
    Effortless meets wireless. With a hard disk connected to your AirPort Extreme Base Station, all the Macs in your house can use Time Machine to back up wirelessly. Simply select your AirPort Disk as the backup disk for each computer and the whole family can enjoy the benefits of Time Machine.
    But if you look at the current Time Machine page on Apple’s Web site, that text is nowhere to be found.
    That was a long time ago, it has never been officially implemented, and at present they specifically say it cannot be done.
    In summary, it may work, but probably won't, and even if it does it may not be reliable.
    Reference:
    Disks that can be used with Time Machine
    Time Machine can’t back up to an external disk connected to an AirPort Extreme, or...
    and
    Mac OS X v10.5: Time Machine doesn't back up to AirPort Extreme AirPort Disks

  • I would like to get certified for the SAP Crystal Reports. So, I would like to get some info about the currently available Certification Exams for Crystal Reports (2011/2013). Also, would greatly appreciate  if you have any suggestions for thi

    Hi,
            I would like to get certified for the SAP Crystal Reports. So, I would like to get some info about the currently available Certification Exams for Crystal Reports (2011/2013). Also, would greatly appreciate  if you have any suggestions for this Certification Exam preparation materials from another 3rd party or from SAP directly .  I would like to prepare or get trained well before taking the exam as I see it costs around $500.
    Thanks in advance for your help in this regard!
    Sincerely,
    J

    Please search here.. Training and Certification Shop for your desired certification or training. Don't forget to set your location.
    Please use some summarized title for your query.

  • I started to have connectivity issues with a linksys router.  The linksys rep suggested ...Check from Apple if they have some particular ports for the Apple TV that we might need to open on the router, anyone have any suggestions for this?

    I started to have connectivity issues with a linksys router.  The linksys rep suggested ...Check from Apple if they have some particular ports for the Apple TV that we might need to open on the router, anyone have any suggestions for this?

    Hi RonWM,
    Thanks for visiting Apple Support Communities.
    This article lists the ports that are used by the Apple TV:
    Apple TV: TCP and UDP ports and protocols used
    http://support.apple.com/kb/HT2463
    Best Regards,
    Jeremy

  • Help required specifying Transation attributes for this scenario

    Hi ,
    I am trying to create/update rows in a database using BMP and CMP beans.
    A business method ( Method1 )in session bean calls a non-business method ( Method2) in the same session bean which inturn calls an EntityBean ( EB1-BMP) . EB1 can throw a certain business exception upon which , the Method1 in the session bean calls another EntityBean in a loop( EB2-CMP).
    The problem is that , when the EB1 throws the business exception, i am getting an exception ( part of the stack trace attached below ).
    Could any please explain what should be the transaction attributes to be specified for this scenario.
    Using RequiresNew for the EntityBeans would not work ( or would it ?? ) because the entity bean is being called in a loop and the commit or rollback should happen for all the methods.
    I feel the problem should be solved by specifying the transaction attribute for Method2 ( non business method in session bean ) as Required, but i guess this is not possible.
    How exactly will the transaction behave in this scenario, is the exception caused because EB1 has thrown an exception and i am trying to continue the transaction.
    Could someone please suggest a solution or workaround for this problem.
    Regards,
    Harsha
    ---- Begin backtrace for nested exception
    java.lang.IllegalStateException
    at com.ibm.ws.Transaction.JTA.TransactionImpl.enlistResource(TransactionImpl.java:1694)
    javax.ejb.EJBException: nested exception is: com.ibm.ws.ejbpersistence.utilpm.PersistenceManagerException: PMGR6022E: Error using adapter to create or execute an Interaction. com.ibm.ws.rsadapter.cci.WSInteractionImpl@28d16547
    .

    tryout business method ( Method1 )in session bean with transaction as RequiresNew.
    catch exception in Method2 originated from EB1-BMP
    make the method in EB2-CMP as Required/Mandatory
    I have made a guess here so just tryout and let me know if works.
    Its recommend that not to use both BMP's and CMPs in your application. Have any one either.

  • A certificate could not be found that can be used with this Extensible Authentication Protocol. (Error 798)

    Hi,
    I posted this on Azure forim with no luck maybe here is a better choise.
    When trying to connect a windows 8\8.1 client with a vpn connection for azure virtual network we get the fallowing error.
    "A certificate could not be found that can be used with this Extensible Authentication Protocol. (Error 798)"\
    I'm fallowing this msdn article about point to site vpn on azure. according to it the certificat is good for both win 7 and win 8.
    http://msdn.microsoft.com/en-us/library/azure/dn133792.aspx
    this is the commanf to build the client certificat:
    makecert.exe -n "CN=ClientCertificateName" -pe -sky exchange -m 96 -ss My -in "RootCertificateName" -is my -a sha1
    When runing the installtion of the certificat on the client the defult crtificate store is "Automatic", It does not metter if I leave it on Automatic or choose any of the other options (personal, trusted issuers ...) I always get the same error.
    Thanks

    Hi,
    Apologize to say that I am not familar with Azure and lack of the environment to investigate the issue here.
    Besides, please take a look at the below threads to see if it could help:
    Point-to-Site on Windows 8 Client
    connection Error 798
    Best regards
    Michael Shao
    TechNet Community Support

  • A certificate could not be found that can be used with this extensible authentication protocol in PEAP policy config

    Windows 2003 enterprise
    AD DC, DNS, DHCP, CA and IAS all are running from single server. But at the time of configuration of Remote Access Policy the error message of "a certificate could not be found that can be used with this extensible authentication protocol" is appeared.
    So with the help of mmc snap in the certificate was requested from CA (Domain Controller template)as a new certificate request and placed in the local computer personal folder. 
    After placing the certificate the error message was disappeared during configuring PEAP. 
    But after sometime the certificate was disappeared from remote access policy. But the same imported certificate was present in personal folder.
    What is reason for frequent disappearing?
    How to manage the situation?

    Hi,
    I think the cause is that the DomainControllerAuthentication certificate has superseded the
    DomainController certificate which is chosen during the setup of IAS.
    To avoid this, if you’re going to install IAS on a Domain Controller, the DC should be made to enroll for a separate certificate from the template
    'RAS and IAS Servers' before the IAS server is installed and this certificate should then be chosen for any PEAP setup.
    Further details:
    Enrolling Certificates with Templates
    http://technet.microsoft.com/en-us/library/dd197527(v=WS.10).aspx
    Configure the server certificate template
    http://technet.microsoft.com/en-us/library/cc755043(v=WS.10).aspx
    Steven Lee
    TechNet Community Support

  • Need inputs from u for this scenario?

    Hi all,
    I have one scenario I need all inputs from u all.
    My scenario is like this.
    I will get data from online transactions I need to collect all the day transaction into one folder and upload them into SAP system at one particular time.
    Which are the best adapters for this scenario.
    If I have standard IDOC I will go with IDOC adapter at receiver side if not proxy.
    But collecting all the data into one folder and schedule the process at particular time.
    How to do this and what are the adapter I can use.
    Thanks and Regards,
    Phani Kumar.

    Hi,
    I hope for online transactions and for tracking it and saving you can write a java script where you can prepare a XML file to get all transactions for particular order and always append it to the end of that xml file. At end of the day you will have a complete transaction list in the XML you are creating. You can use the file name as you desired but i will prefer datewise name.after the completion of that Transaction recording step, put it in some In folder from where your XI system willo take input.
    Now this is file to Idoc scenario or whatever you want to use to post data to SAP Systems. The sechdule this scenario to run in the night or your desired time. After processing the XML file put that file\ to some other complete folder , not to get it again.
    For collection of transactions you can also use databases. Then you scenario will be JDBC to IDOC or the thing you want to post data in SAP system.
    Hope this will help you.
    Regards
    Aashish Sinha
    PS : reward pints if helpful

  • Oracle features available for this scenario

    What is the best methos for replcating oracle database from a production database with every 15 min interval..
    what are the oracle features available for this scenario
    Thanks
    Shiju

    orashiju wrote:
    What is the best methos for replcating oracle database from a production database with every 15 min interval..
    what are the oracle features available for this scenario
    Thanks
    ShijuIs there any specific reason to open a new thread for the same discussion that you have started here,
    Please suggest a suitable method
    Aman....

  • What’s the best practice for this scenario?

    Hi,
    My users want the ability to change the WHERE and/or ORDER BY clause at runtime. They may define user preferences on each screen ( which is bind to a view object). They want to see the same records based on WHERE/ORDER BY defined on the last visit. That is why I keep the users preferences and load the screen based on that, using :
    View.setWhereClause(...);
    View.setOrderByClause(...);
    View.executeQuery();
    This works good when only one user working with the application but faced low performance when more than one user working with the application.
    What are the points to increase the performance and what is the best practice for this scenario?
    Thanks for your help in advance.

    Sung,
    I am talking only about 2 users in my testing. I am sure i missed something but could not recognize that.
    This page is my custom query page including a tag to instantiate app module in stateful mode at the top <jbo:ApplicationModule..> and a tag to instantiate data source <jbo:Datasource...> and release tag at the bottom <jbo:ReleasePageResources..> and some java code in the middle(body). The java code constructed the query statement and then fires the query to set the view object based on the query statement using the above methods.
    So, I am facing very slow performance(speed) when two clients load this page at the same time. Looks like the entire application locks for others when one client load this page and fire the query. i realized the battle neck is where executeQuery() is executing.
    what do you think.
    Thanks in advance for your comments.

  • I have tried the steps suggestedf including deleting cookies.squilte (which is not present on my computer after a search) to keep signed in to e-mail accounts at yahoo and gmail and they haven't worked? Suggestions for this novice + user, anyone??

    Can't !. Say signed in to email websites for yahoo and gmail, and i've upgraded to firefox 3.6 to try to solve problem and the options for selecting answers are not available to me (for instance did search for "cookies.squilte" and either that or profile folder search brought up anything like the forum answers indicated were successful. 3. tried select "remember PW" in options answers but no cookies show up to except/remove so that is not an option. HELP FOR THIS LIMITED NOVICE + KNOWLEDGE USER APPRECIATED

    Copy and Paste this code in the Code field in the ''"Tools > Error Console"'' and click the ''Evaluate'' button to see the location of the profile folder.
    <code>alert(Components.classes["@mozilla.org/file/directory_service;1"].getService(Components.interfaces.nsIProperties).get("ProfD", Components.interfaces.nsIFile).path);</code>
    See http://kb.mozillazine.org/Profile_folder_-_Firefox
    "Application Data" in XP/Win2K and "AppData" in Vista/Windows 7 are hidden folders, use %APPDATA% in the File name field.
    See also http://kb.mozillazine.org/Show_hidden_files_and_folders
    Go to: Control Panel > Folder Options > "View" tab > under "Hidden files and folders", select "Show hidden files and folders".
    You may want to un-check the box "Hide extensions for known file types" to see the file extensions of all files.
    XP: C:\Documents and Settings\&lt;user&gt;\Application Data\Mozilla\Firefox\Profiles\&lt;profile&gt;\
    Vista/Windows 7: C:\Users\&lt;user&gt;\AppData\Roaming\Mozilla\Firefox\Profiles\&lt;profile&gt;\

  • Give suggestion for the scenario

    Hi all
    Reports version 6i
    data model query
    select  eid_incr_code,eam_amount
    from  employee_increment_details, employee_allowance_master
    where  eid_orgn=:p_orgn
    and( eid_ctry =:p_ctry or :p_ctry is null)
    and (eid_loc =:p_loc or :p_loc is null)
    and (eid_oru =:p_oru or :p_oru is null)
    and eam_orgn=eid_orgn
    and (eam_ctry=eid_ctry or eid_ctry is null)
    and (eam_loc=eid_loc or eid_loc is null)
    and (eam_oru=eid_oru or eid_oru is null)
    and eam_emp_code=eid_emp_code
    and (eam_allw_code = eid_incr_code)
    and eid_emp_code =:employee_code
    and eid_eff_date= to_date(:p_eff_date)
    and eid_status='A' From the above query i am getting two records for emp_code 001,
    something like
    hra 100
    oth 200
    total 300
    In employee_increment_details for this emp_code 001 has an eid_incr_code 'BASIC' which is not in employee_allowance_master.eam_allw_code .
    so i have to take the value of BASIC from employee_master.emp_basic .
    and i my report i have to show it like
    Basic 2000
    hra 100
    oth 200
    total 2300
    How i can achieve this ?

    i got soultion

  • Can i use SAP Predictive Analysis for this scenario?

    Hi guys. I'm new in this subject so I'm a little bit confused about in which cases SAP Predictive Analysis is helpful?
    Could it be helpful for this case? I have prices of rice for differente years, from 2007 to 2013.  Can  SAP Predictive Analysis help me forecast what will be the price of rice for 2014, 2015 and so on?
    Which algorithm should I use? Does it come integrated in the tool or is it an add-on?
    I´ll appreciate it very much if you could send me the right steps to achieve this.

    Hi Erika,
    SAP PA has only Triple exponential smoothing algorithm; In most cases, single exponential smoothing would not make any sense [this is available through HANA PAL or R integration with SAP PA];
    If you have R integration you should see something like this
    In Single exp smoothing only alpha is used;
    in double exp smoothing alpha and gamma is used; and all three in gamma.
    Why these alpha, beta and gamma... has a big derivation to understand; [let me know if you need any document, I have compiled as on some reference]
    What values alpha, beta and Gama should hold in Triple ... or what is the right value, .... actually there are no right value and wrong value for them.
    ... as for the steps to go in SAP PA, refer below:
    Please let me know if you need any assistance ...
    Regards,
    Arvind E

  • Give me your Suggestion for this Online Banking EJB

    Dear Friends,
    i am developing online banking project,using J2EE server
    In this just checking the customer transaction status only
    that is status of(withdraw,loan,account info).
    In this what type of enterprise bean is needed ?
    my idea is Session bean is selected,in this i am selecting
    stateless session bean
    I have doubt in this selection,this is correct or not ?
    i am not select Entity bean becaues i am not stored any information
    to the database.
    But i am stored only new User Registration Page,for this purpose
    Entity bean is necessary or not ?
    In this Project Entity bean and Session bean both used is correct ya ?
    Give me your valuable suggestion to me

    You will need both session bean and entity bean. You might be able skip entity bean depends how you retrieve the status information. The web tier will call the remote interface of the session bean. The session bean has the business logic (in another word functions). The entity beans deal with the data storage. The session bean will interact with the entity beans through their local interface assuming they are in the same container. Never interact between web tier and entity bean directly. It is also not recommended to make database call from web tier either.

Maybe you are looking for

  • IPod touch 5th generation deleted over 2000 of my songs

    Hi. I rarely resort to forums like this to fix a problem but I can't seem to find anyone who's had the same issue. Today I connected my iPod touch 5th generation to my Windows 8.1 PC to sync some songs onto it. I ripped some of them from a CD, others

  • ALV to EXCEL, data being truncated

    I am trying to download my ALV output into excel spreadsheet, but for one of the field, the column is being truncated. EG the no 123456 is coming as 12345.. please help Thanks Nirmal

  • What are the step to Cancel the iStore order hold

    Hi All, What are the steps to cancel the Order hold option in iStore, and OM all the orders for all user getting hold, Please tell me what are the steps to Cancel this hold option. Thanks Vivek

  • Chapter titles in landscape and portrait?

    I would like my chapter titles to appear slightly differently in landscape and in portrait views. Is this possible?

  • How to create One Master - and 2 detail records region

    Hi, My requirement is to have three regions on a single page, one for master record and two for detail records. Also, one detail record region needs to upload images (photos) to database. Can some one tell me how to do this in APEX. Thanks Aali