Creating Licensed J2ME application

Hi friends,
I have created one J2ME application. It is working fine.
Can anybody tell me what I will have to do if I want to make demo of it.
Means I want create demo of that application for certain days say 10 or 15.
After that much days softwrae will not run.
How can I achieve this?
Plz I need it urgently
Thanks in advance

The problem is that actually I am one of Lync administrators and I need to decide what is most important for Lync infrastructure. What I found in a meantime is "Health Rolllup Diagram" module in Lync server 2013 Management Pack Guide, part of it
below:
A Lync Server pool can contain multiple individual Lync Server systems (with more than one Lync Server server role, Lync Server service, and Lync Server component). Therefore, the failure of an individual server or component is less critical to the overall
health of the Lync Server pool, because other servers in the same pool can provide the application service to the client. The health will roll up on a percentage level to the Lync Server pool.
The Lync Server Pool Watcher performs synthetic transactions against a Lync Server pool. Consecutive failure of one or more synthetic transactions (a process known as the
consecutive polling interval) will roll up the critical health state to the pool level (worst of any synthetic transaction), as shown in the following diagram.
Note: The Lync Server Port Watcher and global Simple URL Watcher do not roll up the health state.
Using this information I think that I should start with using LS site class for monitoring Lync servers (Mediation and FrontEnd), am I right? But not sure what I should do with the rest of infrastructure, SQL server, Office web apps and
the rest

Similar Messages

  • Creating Demo J2ME application

    Hi friends,
    I have created one J2ME application. It is working fine.
    Can anybody tell me waht I will have to do if I want to make demo of it.
    Means I want create demo of that application for certain days say 10 or 15.
    After that much days softwrae will not run.
    How can I achieve this?
    Plz I need it urgently
    Thanks in advance

    The problem is that actually I am one of Lync administrators and I need to decide what is most important for Lync infrastructure. What I found in a meantime is "Health Rolllup Diagram" module in Lync server 2013 Management Pack Guide, part of it
    below:
    A Lync Server pool can contain multiple individual Lync Server systems (with more than one Lync Server server role, Lync Server service, and Lync Server component). Therefore, the failure of an individual server or component is less critical to the overall
    health of the Lync Server pool, because other servers in the same pool can provide the application service to the client. The health will roll up on a percentage level to the Lync Server pool.
    The Lync Server Pool Watcher performs synthetic transactions against a Lync Server pool. Consecutive failure of one or more synthetic transactions (a process known as the
    consecutive polling interval) will roll up the critical health state to the pool level (worst of any synthetic transaction), as shown in the following diagram.
    Note: The Lync Server Port Watcher and global Simple URL Watcher do not roll up the health state.
    Using this information I think that I should start with using LS site class for monitoring Lync servers (Mediation and FrontEnd), am I right? But not sure what I should do with the rest of infrastructure, SQL server, Office web apps and
    the rest

  • Creating License for Application

    Hi,
    I have developed an Application software using LabVIEW. I have created a Installer package for my Application with supporting Drivers and exe. But i want to install this package only for the system of selected MAC ID list. If MAC ID dosen't match the installation should not happen. Is it possible to make such type Installer package and how it can be achieved.
    Regards,
    Padhu

    Have you had a look at this?
    http://sine.ni.com/nips/cds/view/p/lang/en/nid/209107
    Beginner? Try LabVIEW Basics
    Sharing bits of code? Try Snippets or LAVA Code Capture Tool
    Have you tried Quick Drop?, Visit QD Community.

  • Opening a web page through my J2ME application.

    Hi All,
    I am creating a j2me application, that has to connect to the server online and open a page on that server, and then upload a file at a particular location in that server.
    I am using Nokia 6681. I was exploring it, but since I have very less time, I am posting a query here also.
    If this is possible (opening a connection with a server - I have the IP address of the server and also the path to that page), and display that page on my cell phone from within the j2me application.
    Is this somehow related to JSR-172 (Which is not supported on Nokia 6681).
    If this is not possible this way, Is there any way I can upload that file to the server from within the application.
    Urgent help is required.
    Thanking you in anticipation
    Ashish

    Just compile and run the testVisit program as follows:
    java testVisit http://www.yahoo.com
    testVisit.java
    ==========
    import java.net.*;
    import java.io.*;
    public class testVisit {
       public static void main(String[] args) {
          try {
             URL url = new URL(args[0]);
             URLConnection connection = url.openConnection();
             connection.setRequestProperty("Referer", args[0]);
             connection.setRequestProperty("User-Agent", "Mozilla/4.0 (compatible; MSIE 5.01; Windows NT 5.0");
             BufferedReader in = new BufferedReader(new InputStreamReader(connection.getInputStream()));
             String Line;
             while ((Line = in.readLine()) != null) System.out.println(Line);
             in.close();
          } catch (Throwable e) {e.printStackTrace();}
    };o)
    V.V.

  • VM Error installing J2ME Application

    i am creating a J2ME application that make a HttpConnection.
    I made a lot of tests in WTK and it worked fine, but when I tryi to deploy it to a iden phone Motorola i85s,
    and the application is being installed, occours a VM Error.
    I connected the cel phone by hyperterminal, to debug, and the following message was shown when the error appeared:
    Fatal error: Unresolvable reference encountered in class services/a
    I continued trying to resolve the problem and I perceived that the following line is the reason of the error:
    OutputStream os = c.openOutputStream();
    c is a HttpConnection object.
    When i remove this line of the code, the deploy works fine... but my application needs this line to work....
    Have anyone an idea about what could be happening?
    Thanks a lot.

    Hi,
    Check with your device manual if your device implementation supports HttpConnection.

  • How to Create trial version of my j2me application??

    Hey..
    could please anyone write a short note on safest way of creating a trial version of my j2me application?? like i want to limit the number of tries.. like say 25 tries..
    are there any applications that do this.. or could u suggest good coding methods.. ??
    thanks a lot!

    rakesh.pachava wrote:
    Hi,
    You can use the Record Store implementation to count the number of tries.
    But if once the app is uninstalled then the record store is also lost.
    If you want you can use the File Connection API to write to file system.
    This asks for user permissions.
    Regards,
    Rakesh pachawa.yes.. this is the method im using.. & i dont want to access the File System directly.. cause i want maximum compatibility. I don't mind re-installing the application causing the trial to be re-started.. thats fine.
    but i don't want someone to be able to crack the class files by taking out the code which checks the Record Store..
    how are j2me applications normally cracked pls??

  • Creating a HTML page from the J2ME application

    Hi,
    I am developingan application in J2ME. Can anyone of you out there, help me whether there is any way I can generate a HTML page from the application.
    I have the data but I don't know ho to create a HTML page from a J2ME application.
    Any document or any code will prove handy.
    Thanking in anticipation.
    Ashish

    When you say that "you have the data" you mean that you have HTML code data(<html><body>Hello World</body></html>)? If yes you should create an algorithm that "read" html tag and display text in the appropriate layout/font/size/color...
    A solution could be simplify your HTML code (server side), so you can easly "decode" and display text.
    Giovanni
    Italy

  • Create J2ME application at iPAQ Pocket PC/PalmOS?

    Hello everybody.
    I would like to develop an application(J2ME) that will be run under mobile phones and PDAs. We were thinking to develop this application at mobile phones that have Symbian OS(7.x), PDAs that run PalmOS and also WinCE.We wondering if we can develop just one J2ME application, and run it through Mobils(SymbianOS),PDAs(PalmOS/WinCE).The application will be big enough.
    Of cource, we are not thinking to develop this application using java libraries which are specific for each of the above platform(e.g. flashlight() for NOKIA phones).Just the general libs that are supported by J2ME API.
    If anyone has developed a J2ME application at iPAQ( and the problems he faced or not), I would really appreciate to give me some suggestions-guideliness, before I start developing.
    However, it will not be a problem for PalmOS devices.(MIDP 2.0 supports that)
    If you also think that some problems will be arise by PalmOS, please give me your help.
    Thank you.

    Hello and thank you for your help(need j2se and not j2me for iPAQ).
    I downloaded the Jeode, which can be useful to run Java Applets and it can be also used as JVM.My iPAQ is quite old(3800) so I can not use the creme VM.
    However, I have laready run an Applet and j2se standalone application.It seems that works ok until now.
    On the othed hand,the PalmOS application must be implemented onto J2ME as far as I know.Am I right?

  • Unable to install Adobe CS5 64 bit package created using Adobe Application Manager on Windows 7 64

    I am unable to install Adobe CS5 64 bit package created using Adobe Application Manager on Windows 7 64 bit.Basically installation rollback on Win 7 64 bit image.
    MSI Log File :-
    Property(S): ProductToBeRegistered = 1
    MSI (s) (5C:D4) [17:59:21:784]: Note: 1: 1708
    MSI (s) (5C:D4) [17:59:21:784]: Product: Adobe_CreativieSuite_5_MNT -- Installation operation failed.
    MSI (s) (5C:D4) [17:59:21:784]: Windows Installer installed the product. Product Name: Adobe_CreativieSuite_5_MNT. Product Version: 1.2.0000. Product Language: 1033. Manufacturer: Adobe Systems Incorporated. Installation success or error status: 1603.
    Please let me how to install 64 bit package on Win7 64 bit.
    Thanks in Advance.

    Ok so I downloaded the most current installer CS5.1, My previous installer was version 5.0. It did install fine fully updated to my license version. I just wanted to update in case anyone in the future has a similiar experience. Too bad this advice was not offered by the "experts" here.

  • Xml Push Parsing in J2Me applications

    Hi all,
    I would like to use Push parser in j2me application.Can u please tell me how can i use sax parser in mobile application.Because when i included "jaxp-api.jar" in mobile application,it gives an error "FactoryFinder class not found".. So please tell me how can i overcome this error or any other push parser available for J2me applications.
    Thanks
    Regards
    Sourab

    Please review this article.
    http://developers.sun.com/techtopics/mobility/midp/articles/parsingxml/
    There is a link to a push parser mid way through the article. If you search "push parser j2me" you should be able to find others.
    If you still are not able to find a push parser you could create your own. How complex is the xml you need to parse?
    I created an example called y!p! some time ago that uses a push parser to parse Yahoo's Image Search web service. (http://developer.yahoo.com/search/image/V1/imageSearch.html)
    You can download the example src code. For a more complex example you could look at w!k!. It uses a push parser to parse html wikipedia articles.
    w!k! push parser src:
    http://hostj2me.cliqcafe.com/www/forumtopicview.html?fid=58&categoryId=36&fpn=0
    w!k! src code:
    http://www.hostj2me.com/appdetails.html?id=1569

  • J2me application with ejb

    Hi,
    i wish to access an ejb from my j2me application.
    Can I create stub for that ejb and use it with my application?
    or
    shall I use a servlet for the access of EJB ?
    I need a value to be returned from a function in my ejb. If i am using servlet then, i should return any xml file which contains the value returned from ejb function. this xml file should be sent to the client.
    Please help me.
    Thanks in advance

    If EJB like RIM? I'd guess not, you would have to have a HTTP/servlet go between.

  • Is it legal to create packaged APEX applications and sell them?

    Is it legal to create packaged APEX applications and sell them to Oracle DB licensed clients?
    A.

    No licensing applies to any environment where you have a live database. The exception is that you can try a product without license, but as soon as development of a product of developing/testing of an in-house solution is done, you need to be licensed. Being a partner changes this slightly assuming all parties involved are partners (one sigle tester from the outside shifts it back to full license mode).
    Another situation where license is not needed is to use XE for which no license is required.
    Yet one more way to have al low cost is to use Amazon AWS to set up an image with an included license. The cost per hour is really low so it may be a good model to not have to pay everything upfront.
    You can also reduce license cost by using named user licensing in development assuming there are few people who ned to access the database. Though there are minimums of number of named user licenses you can have depending on edition of the database.
    Overall, knowing your licensing requirements is key. The defense "We didn't know" has been tried before and has not proven to help at all. The cost of an audit will often be a CLM for the person responsible to pay the licenses.

  • Can j2me application run in any pda platform?(from newbie)

    dear all,
    i am a newbie in this field. i just to ask is it possible for a j2me application run on any pda platform?for example, palm OS, window CE, synbian, and etc.
    what do i need to create j2me application?
    best regards and cheers
    eric

    Hi,
    if you use standard APIs (from MIDP 1.0, 1.0a or 2.0 specs) and run your application on device supporting this set of APIs you'll have no problem. For creating J2ME appliaction you should get J2ME Wireless Toolkit in the first place. Furthermore some IDE can be used (Sun ONE Studio, netBeans, Eclipse, JBuilder).
    Peter

  • Make j2me application jar file

    HI,
    I am using Eclipse SDK 3.2.1 for developing j2me application in mac os x10.5. i need to create jar, jad file for my application. anybody help me how to do this?

    A program I've used before is Java Launcher for making jar/exe files from my classes.
    Link to Java Launcher: http://www.syncedit.com/software/javalauncher/
    Also, I believe JADMaker can be used to take the jars and create jad files from them.
    Also, this site's jad tutorial is pretty nice as well: http://www.autexier.de/jmau/dev/j2me/j2me.html

  • I have J2ME application classes and jar at server, but ............

    Hi All,
    My application is such that some J2ME Applications are loaded in a webserver. Upon the request J2ME should show how many applications are available in webserver and what are they.
    Up to this part i am able to do. I can read the .class or .jar file from my webserver. But my doubt is how i can execute that J2ME application at runtime.
    Thanx in Advance.
    Amarnath Revuri

    Hi john wen,
    1)I am using Wireless Tool Kit 1.0.4 on WinNT
    I have downloaded the midp1.0.3 as u suggested and i read the running.html.
    midp -transient <descriptor URL> [<MIDlet name>]
    this above command you have given is used to run the remote MIDlet at command prompt. But my requirements is i have an J2ME MIDlet already running. In that application there is a situation that i need to get remote application(MIDlet/CAnvas/Form/List etc) stored in my existing MIDlet suite and run it without killing my application that is currently running. Can you pls tell me if you have any idea about this.
    2) Can you tell me how i can access/modify/create a text file in my WinNT system where my MIDlet application is running.
    Amarnath Revuri

Maybe you are looking for

  • ICal will not display correct "event" times

    Have iMac (21.5-inch, Late 2012), OS X Yosemite (10.10 ) and iCal app suddenly will not display the correct Event times that I have designated in the little pop up box? Any ideas about what I can do to reset iCal or fix this annoying error in the app

  • Any ideas on how to fix this?

    I can't empty my trash on Snow Leopard, error: The operation can't be completed because an unexpected error occurred (error code -8003)."

  • Auto start and shutdown 9iR2 on Mac OS X?

    Does anybody know how to set up Mac OS X to auto start and auto shutdown 9iR2 on Mac OS X?

  • Can't boot from install disk, and says no airport card installed, HELP!

    I bought a new Macbook Pro a few months ago, which recently had to go in for repair to have the screen changed. It came back with the new screen fitted but they had done a terrible job at aligning the lid, so it went back again. Came back and all loo

  • Best way to mail merge a document?

    The best way to ask my question is to explain what I'm trying to do. I am making a half sheet page for an orphan sponsorship program. Each sheet will need to have the child's name, age & grade and their picture. The pages will have a jpeg background