The Source for Java Technology Collaboration

Home » java.net Forums » Mobile & Embedded » ME Application Developer Interest

Thread: SVGMobileAerithDemo & uilabs_demos.jar ???

Welcome, Guest Help
Login Login
Guest Settings Guest Settings
This question is not answered. Helpful answers available: 2. Correct answers available: 1.

Reply to this Thread Reply to this Thread Search Forum Search Forum Back to Thread List Back to Thread List

Permlink Replies: 4 - Last Post: Sep 24, 2007 11:16 AM by: terrencebarr Threads: [ Previous | Next ]
eagerb

Posts: 2
SVGMobileAerithDemo & uilabs_demos.jar ???
Posted: Sep 21, 2007 3:25 PM
 
  Click to reply to this thread Reply

Hi all,
Sorry newbie question... How does one get ones mobile (svg) app to work in an applet like the Mobile Aerith demo???
I searched for the code SVGMobileAerithDemo and uilabs_demos.jar but could not find it anywhere.
Is this a MicroEmulator sort of thing....?

Cheers

Ed

man4mobile

Posts: 9
Re: SVGMobileAerithDemo & uilabs_demos.jar ???
Posted: Sep 23, 2007 7:33 PM   in response to: eagerb
 
  Click to reply to this thread Reply

Hi Ed,

You can find the source in this link :
https://meapplicationdevelopers.dev.java.net/source/browse/meapplicationdevelopers/demobox/uilabs/MobileAerith/

About the microemulator or something, I guess they just made an applet that behaves similar to actual implementation.

Borrys Hasian

terrencebarr

Posts: 544
Re: SVGMobileAerithDemo & uilabs_demos.jar ???
Posted: Sep 24, 2007 2:26 AM   in response to: eagerb
 
  Click to reply to this thread Reply

Just to follow up on Borrys' answer:

There currently is no ready-to-run binary of the Mobile Aerith demo available. But running it yourself is easy.

Check out the code from the link Borrys supplied using subversion:

svn checkout https://meapplicationdevelopers.dev.java.net/svn/meapplicationdevelopers/demobox/uilabs/MobileAerith <your-local-copy> --username <java.net-username>

Then open the project using NetBeans 5.5.1 with Mobility pack by pointing NetBeans to the top-level directory of MobileAerith. After NetBeans has opened the project just click the "Run" button in NetBeans and off you go.

-- Terrence

eagerb

Posts: 2
Re: SVGMobileAerithDemo & uilabs_demos.jar ???
Posted: Sep 24, 2007 3:45 AM   in response to: terrencebarr
 
  Click to reply to this thread Reply

Thanks for the replies...
I have the source for the demo but on the webpage there is a nice web based applet of the demo
(https://meapplicationdevelopers.dev.java.net/uiLabs/MobileAerith.html)

that runs the file: SVGMobileAerithDemo this is not part of the demo src...

The applet code is:

<applet id="uiLabsDemo" code="com.sun.uilabs.MobileAerith.SVGMobileAerithDemo"
archive="j2se-release_2.0_EA_01.jar, uilabs_demos.jar" WIDTH="240" height="320">
</applet>

I'm actually more interested in the code to run the demo (as an applet) that the demo itself...!!

Any other ideas?

Cheers

Ed

terrencebarr

Posts: 544
Re: SVGMobileAerithDemo & uilabs_demos.jar ???
Posted: Sep 24, 2007 11:16 AM   in response to: eagerb
 
  Click to reply to this thread Reply

The code you see running on the web page is, as far as I remember, a modified version of MobileAerith for demo purposes that is run in an applet which implements a pure-Java SVG engine. That applet-based SVG engine is currently not open source, unfortunately.

-- Terrence




 XML java.net RSS