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

Similar Messages

  • 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

  • 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?

  • How to create Remote Desktop Application in C# or port it from HTML5/JS project ?

    Hi
    How can create Remote Desktop Application in C# template ? I were searching on google but not found example or API for this.
    If can, please suggest for me some solution, example and document.
    And I have JavaScript project template Remote Desktop Application. Can i port it to c# ? Or use Webview to show it ?
    I were create demo use webview to show it but it not run. Maybe i do some mistake or can't be do it.
    Thanks.

    I have no other options.  We already provide the RDP plug-in for JavaScript. I'm not sure what else is needed for this.
    Matt Small - Microsoft Escalation Engineer - Forum Moderator
    If my reply answers your question, please mark this post as answered.
    NOTE: If I ask for code, please provide something that I can drop directly into a project and run (including XAML), or an actual application project. I'm trying to help a lot of people, so I don't have time to figure out weird snippets with
    undefined objects and unknown namespaces.
    My project needs work with C# Windows Store. So I need RDP on C#, not JS. If we don't support C#, do we have a RDP spec on Windows 8.1 so that we can follow that spec to implement with native code to support RDP?

  • 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.

  • Send SMS from J2ME application to a mobile number...

    Hi guys,
    Need your help on sending SMS from J2ME application saved from mobile to send to another mobile number...
    I have tried the WMA demo from suns WTK it send message but the other number cannot received the message.
    Please help or give any idea or sample code that can guide
    me...
    Thanks in Advance...
    Regards,
    Psyeu

    WMADemo works fine.
    Try to do this:
    1. Open WMADemo
    2. Run WMA Console (File->Utilites->WMA Console)
    3. On the top of the window of WMA Console you will see the number of "Console's phone". If you don't have any started emulators, the number will be +5550000.
    4. Run WMADemo
    5. Select SMS Send in emulator menu.
    6. In destination address write +5550000
    7. Enter message
    8. Push "Send" command. Emulator asks you to send SMS. Push "OK" twise.
    9. Then you will see your message in WMA Console

  • 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

  • Error while creating a blackberry application in netbeans

    hi everyone,
    i am trying to create a blackberry application along with my midlet in netbeans 6.5, where as the build failed with errors.
    here are the errors i am getting.. can anyone help me........
    java.io.IOException: CreateProcess: "D:\Research In Motion\bin\preverify" -classpath "D:\Research In Motion\BlackBerry JDE 4.6.0\lib\net_rim_api.jar" -d D:\ProjectHome\MoBilal-English\build\preverified
    D:\ProjectHome\MoBilal-English\build\preverifysrc error=3
    at java.lang.ProcessImpl.create(Native Method)
    at java.lang.ProcessImpl.<init>(ProcessImpl.java:81)
    at java.lang.ProcessImpl.start(ProcessImpl.java:30)
    at java.lang.ProcessBuilder.start(ProcessBuilder.java:451)
    at java.lang.Runtime.exec(Runtime.java:591)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.apache.tools.ant.taskdefs.Execute$Java13CommandLauncher.exec(Execute.java:828)
    at org.apache.tools.ant.taskdefs.Execute.launch(Execute.java:445)
    at org.apache.tools.ant.taskdefs.Execute.execute(Execute.java:459)
    at org.netbeans.mobility.antext.PreverifyTask.execute(PreverifyTask.java:225)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
    at sun.reflect.GeneratedMethodAccessor52.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
    at org.apache.tools.ant.Task.perform(Task.java:348)
    at org.apache.tools.ant.Target.execute(Target.java:357)
    at org.apache.tools.ant.Target.performTasks(Target.java:385)
    at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
    at org.apache.tools.ant.Project.executeTarget(Project.java:1298)
    at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
    at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
    at org.apache.tools.ant.module.bridge.impl.BridgeImpl.run(BridgeImpl.java:277)
    at org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:481)
    at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:151)
    BUILD FAILED (total time: 9 seconds)
    thanks in advance
    pallavi

    hi everyone,
    i am trying to create a blackberry application along with my midlet in netbeans 6.5, where as the build failed with errors.
    here are the errors i am getting.. can anyone help me........
    java.io.IOException: CreateProcess: "D:\Research In Motion\bin\preverify" -classpath "D:\Research In Motion\BlackBerry JDE 4.6.0\lib\net_rim_api.jar" -d D:\ProjectHome\MoBilal-English\build\preverified
    D:\ProjectHome\MoBilal-English\build\preverifysrc error=3
    at java.lang.ProcessImpl.create(Native Method)
    at java.lang.ProcessImpl.<init>(ProcessImpl.java:81)
    at java.lang.ProcessImpl.start(ProcessImpl.java:30)
    at java.lang.ProcessBuilder.start(ProcessBuilder.java:451)
    at java.lang.Runtime.exec(Runtime.java:591)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.apache.tools.ant.taskdefs.Execute$Java13CommandLauncher.exec(Execute.java:828)
    at org.apache.tools.ant.taskdefs.Execute.launch(Execute.java:445)
    at org.apache.tools.ant.taskdefs.Execute.execute(Execute.java:459)
    at org.netbeans.mobility.antext.PreverifyTask.execute(PreverifyTask.java:225)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
    at sun.reflect.GeneratedMethodAccessor52.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
    at org.apache.tools.ant.Task.perform(Task.java:348)
    at org.apache.tools.ant.Target.execute(Target.java:357)
    at org.apache.tools.ant.Target.performTasks(Target.java:385)
    at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
    at org.apache.tools.ant.Project.executeTarget(Project.java:1298)
    at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
    at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
    at org.apache.tools.ant.module.bridge.impl.BridgeImpl.run(BridgeImpl.java:277)
    at org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:481)
    at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:151)
    BUILD FAILED (total time: 9 seconds)
    thanks in advance
    pallavi

Maybe you are looking for

  • Can't install Oracle_cal on linux EL5

    Hey everyone, I am having some trouble installing oracle cal on linux EL5. I keep getting the following error when trying to invoke the installer. Does anyone know a solution?: ./gui_install.sh Preparing to install... Extracting the JRE from the inst

  • Windows 7 Pro 64 bit - WIA service won't stay "on"

    I have to install a Brother AIO printer/scanner using a network connection.  Using a brand new Acer Veriton X275 with 4gB RAM, new HDD, built in graphics card.  The printer driver went in, it prints.  The scanner though isn't working.  Brother (the A

  • Upgrading to Superdrive?

    I have the 2004 model ibook G4 14" that came with a cd-burning/dvd-rom drive. I would like to upgrade to a dvd-burning drive. Should I get an external drive (USB or firewire) or is there any way to replace my current internal drive with a superdrive

  • SAPINST gui timeout in ECC 6.0 installation in AIX

    Hello. We are starting an installation of ERP2005 SR2 with AIX 5.3. When we start for the first time sapinst, I don't get the welcome screen, although DISPLAY variable is correct. It does not work neither if I try a remote installation. <i># ./sapins

  • How to get the smartforms name

    Hello ABAPers, Im quite confused regarding the filename of smartforms...using the CALL FUNCTION gy_sf_fm_name.. the value of gy_sf_fm_name is /1BCDWB/SF00000022 but how can i get the real sf name? Kindly help. Will reward points Thanks in advance aVa