Re: implement a validation layer in j2me

Unfortunately there's no simple solution of this problem - at least for simple developer. I would advice do not think a lot about money. First try to upload some demo version and see what will happen. If you'll see that you're booming - then find appropriate content aggregator and just sell your application to him - after that it'll be problem of aggregator how to handle copyright issues :) You're developer and you must develop.
At least I'm doing in this way.

thanks for your advice, i will consider it as a solution. but still it would be nice if i learned the way to secure my future applications

Similar Messages

  • How to implement VoIP over SIP in J2ME

    Hi All,
    This is kapil from India and i want to implement VoIP over SIP in j2me.Any help will be appreciated.
    I know about SIP API in J2ME. I want to use VoIP over it.Please help.I will be grateful to you.
    regards
    kapil

    Why don't you give us the money your Boss pays you.. then we'll see what can be done ;)
    Seriously, it might be smart to start your own research first. Check out what VoiP and SIP are all about, and the check how it fits into J2me.

  • Implementing Custom Validation Logic for Payment Disbursements

    Hi All,
    Is there anyone here, who has implemented Custom Validation Logic for disbursements in Oracle payments.
    Theory: Under Payments Setup Administrator -> Formats -> Formats, we can setup a payment format and even attach a XML template. Apart from this we can setup Pre-defined validations or user Defined validations.
    For Pre-defined validations / seeded validations, Oracle has provided an API
    IBY_VALIDATIONSETS_PUB.evaluateCondition. We can use this API, and call a custom package by using the keyword 'CUSTOM' in the call.
    Has anyone played around with this package and successfully implemented custom validations. Does anyone have a sample code on how to implement this. The Payment Manager Implementation guide is of little help.
    Thanks

    This document was very helpful to me in creating a custom validation.
    http://docs.oracle.com/cd/E18727_01/doc.121/e13416/T387353T419293.htm

  • How to ... implement characteristic validation forbidden infocube update?

    Hi Gurus,
    I need implement into SEM-BPS a validation so that the update of certain combination of characteristic be forbidden.
    I build up and exit function.It gives an error message when this combination of characteristic be done, but then if the user push save button the information is update into the infocube.
    Someone can help me? how to ...implement this validation forbidden the update into the infocube?
    Thanks in advance for your help.

    Hi,
    I'm using the web Interface. In order to execute the planning function when the save button is pressed I implement the follow how to:
    <a href="http://www.sdn.sap.comhttp://www.sdn.sap.comhttp://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e032e790-0201-0010-8bae-f9bc2b1e5aaa">How To... Run Planning Sequences on Save and other events (web)</a>
    On the other side the message given back for the planning function is an error message.
    Even though I can save data into the infoprovider.
    Since you confirm to me that the standard behavior is the wished one, I'm going to continue by this way in order to obtain the desired result.
    Thanks a lot.

  • I am on a MAC Application. It has  been rejected by following reason.  This app does not check for the existence of a purchase receipt, which can prevent In-App Purchases from being correctly processed. We recommend implementing receipt validation to reso

    I am on a MAC Application.
    It has  been rejected by following reason.
    This app does not check for the existence of a purchase receipt, which can prevent In-App Purchases from being correctly processed.
    We recommend implementing receipt validation to resolve this issue.
    At a minimum, the app will need to check for the existence of an App Store receipt and exit at launch with a status of 173 if it does not exist.
    Any help ?
    Thanks in Advance.

    I am on a MAC Application.
    It has  been rejected by following reason.
    This app does not check for the existence of a purchase receipt, which can prevent In-App Purchases from being correctly processed.
    We recommend implementing receipt validation to resolve this issue.
    At a minimum, the app will need to check for the existence of an App Store receipt and exit at launch with a status of 173 if it does not exist.
    Any help ?
    Thanks in Advance.

  • Implementing a validation strategy show a "passed validation" message

    Hello,
    I would like to implement a validation that will show a little green check image (or some "ok" text label for that matter) when validation has succeeded.
    I know some component already provide this functionality such as the <rich:message passedLabel ="ok"> but I want to have more control over it. I searched the web but did not find anything relevant.
    Can any one provide links, clues or code please?
    Thanks,
    Julien.

    Hello,
    I would like to implement a validation that will show a little green check image (or some "ok" text label for that matter) when validation has succeeded.
    I know some component already provide this functionality such as the <rich:message passedLabel ="ok"> but I want to have more control over it. I searched the web but did not find anything relevant.
    Can any one provide links, clues or code please?
    Thanks,
    Julien.

  • How to implement JavaScript validation in JSF

    Dear all,
    if i wish to implement JavaScript front end validation function in JSF. what should i do?
    thanks.

    Hi,
    in Core JSF from David Geary there is a chapter on using
    Jakarta Commons Validator for javaScript validation
    source could be found here:
    http://www.horstmann.com/corejsf/
    HTH,
    Matthias

  • Implement MDM Validations

    Hi MDM Experts
    I have a requirenemt where in I need to Implement all the validations on MATERIAL repository similar to standard SAP, is there a way I can achieve this either using JAVA API / web services.
    The only idea is no to create validations in MDM.
    Appreciate your thoughts and feedback.
    Regards
    Vickey

    Hi Vickey,
    If you are using the MDM system for the Master data maintainence process and the MDM tool is capable to handle the SAP standard validations in MDM ,then the better decision would be to go for MDM internal validations.
    However if your business process requires validations to be done outside MDM ,then thsi can also be achieved.
    If you are using the SAP NW application as teh front end with your MDM rep at the backend.Then you will have to design the webdynpro screens in NWDS .
    These screens will then fetch data to and fro from your backend system.
    You can use the Validations on this front end by doing extensive coding using the MDM Java Api packages and logic.
    To know more on the use of MDM Java API kindly refer the below links:
    http://help.sap.com/javadocs/MDM/SP06P2/index.html
    SAP NetWeaver Master Data Management Java API u2013 New features in SP06 Webinar Details
    https://www.sdn.sap.com/irj/sdn/event/webinars?rid=/library/uuid/209cad46-e080-2a10-7390-a5a43bd0ad2f
    Hope it Helps
    Thanks & Regards
    Simona Pinto

  • My Proxy: How to implement a validation before insert/update

    Hi,
    In my env, the OIM User has an attribute called Employee Grade. When the user is configuring My Proxy, he/she can select users who grade who has grade equals or higher... I created a Rule Generator adapter and I tried to assign it to the Pre-Insert of Users.Proxy data object. Problem: There is no field availabe for this entity and I thought it was related to the table PXD (PXD_ORIG_USR_KEY and PXD_PROXY_KEY).
    If I could access those fields, I would search the proxy user by PXD_PROXY_KEY and get he/she grade. After that, compare with the grade of the original user.
    I alse have to iimplement the same logic when the user reasign a task to another user.
    Have you ever implemented that or have any idea?
    Thanks,
    Renato Guimaraes.
    Edited by: Renato.Guimaraes on 05/10/2009 13:58 - Implement the same logic to reassign task

    One option is to implement the proxy funtion as a separate RO. Makes it possible to do validation in the approval process but will force you to manually implement any functionality that you would like to have associated with the function.
    Probably not easier than a GUI customization but I wanted to mention the option.
    Best regards
    /Martin

  • Implement address validation using maps

    Hi
    Can I know how I can do address validation using the maps and are there any links or help I can use to implement this ......
    In such a way if I enter the street address it shows the exact place or point it on the map , for eg like google maps
    when we are searching for a particular store it would highlight the places pointing them using pin pointers.
    Would greatly appreciate the help of the masters.
    Thanks
    Rads

    I think you want something like this:
    http://www.apex-plugin.com/oracle-apex-plugins/item-plugin/addressvalidate-display-map_88.html

  • HOW TO IMPLEMENT SCREEN VALIDATION IN LDB?

    Hi,
    I am making use of Logical Database in my report, and I want to do screen validation with the screen which already exists in the system? Is it possible to do so? If yes, then how? The LDB, I am using is PSJ.
    Also, I would like to know, can we define our own selection screen incase of LDB? How is that possible if the answer is yes to it.BUt here I am not talking about dynamic selection screen. What I mean to say is that..., can we restrict the selection screen in LDB, by defining the fields which are required in the selection screen on execution of the report?
    Someone, please guide.
    Points will be rewarded for a satisfactory answer.
    Thanks & Regards,
    Ravi

    Hi Ravi,..
    Chk out the link - http://help.sap.com/saphelp_erp2005/helpdata/en/60/183d78163011d2953c0000e8353423/frameset.htm
    Yes, we can define our own selection screen and that will come right below your LDB selection screen.
    AND also LDB selection screen can be restricted ..for this you have to code in PBO of report for hiding the elements which u don't required.
    Regards
    Mithlesh

  • URGENT please help Prob in implementing fi validation checking - zrggbr000

    Hi SAP Expert,
    I'm currently working on FI Validation checking (ZRGGBR000) to control amount posted to asset number. Thus, I use an internal table declared in ZRGGBR000 to keep all the balance to be posted from 1 FI doc no and compare it with the limit (taken from customized table). But i'm having a prob,specifically while doing several Goods Issue (GI) posting continously without leaving the transaction MIGO. This is because the internal table i declared previously in ZRGGBR000 was not refresh automatically. The same thing happens while i'm doing the SES (ML81N).
    Is there any way i can do to refresh this internal table?
    any help, assistance and guidances are very much appreciated and will be very greatfull for the fast reply.
    thanks & rgds,
    fn
    Message was edited by:
            fnr n

    Hi SAP Expert,
    Really need your advice and guidance, Please help me.  I'm currently working on FI Validation checking (ZRGGBR000) to control amount posted to asset number. Thus, I use an internal table declared in ZRGGBR000 to keep all the balance to be posted from 1 FI doc no and compare it with the limit (taken from customized table). But i'm having a prob,specifically while doing several Goods Issue (GI) posting continously without leaving the transaction MIGO. This is because the internal table i declared previously in ZRGGBR000 was not refresh automatically. The same thing happens while i'm doing the SES (ML81N).
    Is there any way i can do to refresh this internal table?
    For help, assistance and guidances are very much appreciated and will be very greatfull for the fast reply.
    thanks & rgds,
    fn

  • How to implement VOIP using sip in j2me

    hi, i have create sip session. now i want to use it for VOIP using j2m. how can i do this. i mean which APIs are helpful in developing it. i hav following questions
    1. how can i get sound from mic to use in app and in which format
    2. is it ok to buffer sound n then transfer it over network?
    3. voice buffer direclty goes to other client mobile or processed at sipserver before reaching the client mobile.
    4. audio streaming is possible or not for S60 3rd edition.
    if u have some docs and guidelines other then these, plz tell me.

    Why don't you give us the money your Boss pays you.. then we'll see what can be done ;)
    Seriously, it might be smart to start your own research first. Check out what VoiP and SIP are all about, and the check how it fits into J2me.

  • How to implement such validation requirement?

    2 af:inputText A and B
    only numbers and letters are allowed for both of them,
    but both of them are letters is not allowed.
    how to implement it?
    JDev: 11g.
    Thanks.
    Kevin.

    Hello,
    Do you just want to display them as red or also validate on them?
    If its just display, you can try this:
    Set both fields to autoSubmit="true" and immediate="true"
    set the styleclass to depeding on the values like this:
    styleClass="#{bindings.A.inputValue == bindings.B.inputValue ? 'AFFieldText': 'customErrorStyleClass'}"-Anton

  • VPD (Row Level Security) Implementation at Middle Layer

    Hi All,
    Is there any provison to implement Row Level Security at the Entity Object level?
    We have a table where in some rows need to be displayed based on the user logged in.
    We are aware of the VPD implementation using a function and adding a policy.
    We are looking for implementing VPD at the Middle Tier.
    Any help in this regard will be greatly appreciated.
    Thanks in Advance,
    Raghu

    Raghu,
    Assuming you are talking about ADF Entity Objects - yes. The standard way of doing this would be to over-ride prepareSession() in your Application Module to set whatever information you may need in the database session in order to identify your user and use that information in your VPD policy. If you Google about, you can find some good information, including [url http://blogs.oracle.com/jheadstart/2007/11/row_level_security_using_vpd_a.html]this (it's for JHeadstart, but the concept applies just fine).
    John

Maybe you are looking for