Java ME




 
Java editions
Wave.svg
Java Card
Micro Edition (ME)
Standard Edition (SE)
Enterprise Edition (EE)
PersonalJava (discontinued)

Java Platform, Micro Edition, or Java ME, is a Java platform designed for mobile devices and embedded systems. Target devices range from industrial controls to mobile phones (especially feature phones) and set-top boxes. Java ME was formerly known as Java 2 Platform, Micro Edition (J2ME).

Java ME was designed by Sun Microsystems, now a subsidiary of Oracle Corporation; the platform replaced a similar technology, PersonalJava. Originally developed under the Java Community Process as JSR 68, the different flavors of Java ME have evolved in separate JSRs. Sun provides a reference implementation of the specification, but has tended not to provide free binary implementations of its Java ME runtime environment for mobile devices, rather relying on third parties to provide their own.

As of 22 December 2006, the Java ME source code is licensed under the GNU General Public License, and is released under the project name phoneME.

As of 2008, all Java ME platforms are currently restricted to JRE 1.3 features and uses that version of the class file format (internally known as version 47.0). Should Sun ever declare a new round of Java ME configuration versions that support the later class file formats and language features, such as those corresponding JRE 1.5 or 1.6 (notably, generics), it will entail extra work on the part of all platform vendors to update their JREs.

Java ME devices implement a profile. The most common of these are the Mobile Information Device Profile aimed at mobile devices, such as cell phones, and the Personal Profile aimed at consumer products and embedded devices like set-top boxes and PDAs. Profiles are subsets of configurations, of which there are currently two: the Connected Limited Device Configuration (CLDC) and the Connected Device Configuration (CDC).1

There are more than 2.1 billion Java ME enabled mobile phones and PDAs2.

Contents

Connected Limited Device Configuration

The Connected Limited Device Configuration (CLDC) contains a strict subset of the Java-class libraries, and is the minimum amount needed for a Java virtual machine to operate. CLDC is basically used for classifying myriad devices into a fixed configuration.

A configuration provides the most basic set of libraries and virtual-machine features that must be present in each implementation of a J2ME environment. When coupled with one or more profiles, the Connected Limited Device Configuration gives developers a solid Java platform for creating applications for consumer and embedded devices.

Mobile Information Device Profile

Designed for mobile phones, the Mobile Information Device Profile includes a GUI, and a data storage API, and MIDP 2.0 includes a basic 2D gaming API. Applications written for this profile are called MIDlets. Almost all new cell phones come with a MIDP implementation, and it is now the de facto standard for downloadable cell phone games. However, many cellphones can run only those MIDlets that have been approved by the carrier, especially in North Americacitation needed.

JSR 271: Mobile Information Device Profile 3 (Final release on 09 Dec, 2009) specified the 3rd generation Mobile Information Device Profile (MIDP3), expanding upon the functionality in all areas as well as improving interoperability across devices. A key design goal of MIDP3 is backward compatibility with MIDP2 content.

Information Module Profile

The Information Module Profile (IMP) is a profile for embedded, "headless" devices such as vending machines, industrial embedded applications, security systems, and similar devices with either simple or no display and with some limited network connectivity.

Originally introduced by Siemens Mobile and Nokia as JSR-195, IMP 1.0 is a strict subset of MIDP 1.0 except that it doesn't include user interface APIs — in other words, it doesn't include support for the Java package javax.microedition.lcdui. JSR-228, also known as IMP-NG, is IMP's next generation that is based on MIDP 2.0, leveraging MIDP 2.0's new security and networking types and APIs, and other APIs such as PushRegistry and platformRequest(), but again it doesn't include UI APIs, nor the game API.

Connected Device Configuration

The Connected Device Configuration is a subset of Java SE, containing almost all the libraries that are not GUI related. It is richer than CLDC.

Foundation Profile

The Foundation Profile is a Java ME Connected Device Configuration (CDC) profile. This profile is intended to be used by devices requiring a complete implementation of the Java virtual machine up to and including the entire Java Platform, Standard Edition API. Typical implementations will use some subset of that API set depending on the additional profiles supported. This document describes the facilities that the Foundation Profile provides to the device and other profiles that use it. This specification was developed under the Java Community Process.

Personal Basis Profile

The Personal Basis Profile extends the Foundation Profile to include lightweight GUI support in the form of an AWT subset. This is the platform that BD-J is built upon.

Personal Profile

The Personal Profile is an extension of the Personal Basis Profile, and includes a more comprehensive AWT subset and adds applet support.

Implementations

Sun provides a reference implementation of these configurations and profiles for MIDP and CDC. Starting with the JavaME 3.0 SDK, a Netbeans-based IDE will support them in a single IDE.

In contrast to the numerous binary implementations of the Java Platform Sun provides on server and workstation machines, Sun does not provide any binaries for the platforms of Java ME targets with the exception of an MIDP 1.0 JRE (JVM) for Palm OS.3 Sun provides no J2ME JRE for the Microsoft Windows Mobile (Pocket PC) based devices, despite an open-letter campaign to Sun to release a rumored internal implementation of PersonalJava known by the code name "Captain America".4 Third Party VM's like JBlend and JBed are widely used by Windows Mobile vendors like HTC and Samsung

Operating systems targeting Java ME have been implemented by DoCoMo in the form of DoJa, and by SavaJe as SavaJe OS. The latter company was purchased by Sun in April 2007 and now forms the basis of Sun's JavaFX Mobile. The company IS2T provides Java ME virtual machine (MicroJvm), qualified as baremetal, where the virtual machine is the OS/RTOS: the device boots in Java.5

MicroEmulator provides an open source (LGPL) implementation of MIDP emulator. This is a Java Applet based emulator and can be embedded in web pages.

The open-source Mika VM aims to implement JavaME CDC/FP, but is not certified as such (certified implementations are required to charge royalties, which is impractical for an open-source project). Consequently devices which use this implementation are not allowed to claim JavaME CDC compatibilty.

Getting Started

JSRs

Foundation

JSR # Name Description
68 J2ME Platform Specification
30 CLDC 1.x
37 MIDP 1.0
118 MIDP 2.x
139 CLDC 1.1
271 MIDP 3.0

Future

JSR # Name Description
297 Mobile 3D Graphics API (M3G) 2.0

Main extensions

JSR # Name Description
75 File Connection and PIM File system, contacts, calendar, to-do
82 Bluetooth
120 Wireless Messaging API (WMA)
135 Mobile Media API (MMAPI) Audio, video, multimedia
172 Web Services
177 Security and Trust Services
179 Location API
180 SIP API
184 Mobile 3D Graphics High level 3D graphics
185 Java Technology for the Wireless Industry (JTWI) General
205 Wireless Messaging 2.0 (WMA)
211 Content Handler API
226 SVG 1.0
229 Payment API
234 Advanced Multimedia Supplements (AMMS) MMAPI extensions
238 Mobile Internationalization API
239 Java Bindings for the OpenGL ES API
248 Mobile Service Architecture General
256 Mobile Sensor API
287 SVG 2.0

See also

Wave.svg Java portal

Notes

  1. ^ Java ME Technology
  2. ^ About Java
  3. ^ MIDP for Palm OS 1.0: Developing Java Applications for Palm OS Devices January 2002
  4. ^ CDC and Personal Profile - Open letter to SUN to produce a Personal Java JRE for Pocket PC 2003
  5. ^ IS2T

Bibliography

External links

Chris
Lotus Sametime for Android ~ What the.....?
A MIDlet is an application that uses the Mobile Information Device Profile (MIDP) of the Connected Limited Device Configuration (CLDC) for the Java ME environment. Typical applications include games running on mobile devices and cell ...
illusion247
Apress Wireless Java Developing With J2me Second Edition ...
Apress Wireless Java Developing With J2me Second Edition This edition is updated to include coverage of the next version of programs for mobile Java.
Simon Judge, Freelance Mobile Developer
Mobile Phone Development » Blog Archive » Java ME Fragmentation vs ...
I worked at Symbian for a year, on the Symbian Java VM, towards the end of it's life and these are the things that I think are the main contributors to Java ME fragmentation… - Differences in hardware. Almost all smartphones (not just ...
lagenda4046
Anyview v4.0.8 J2ME S60v3 S60v5 ~ lagenda4046 Symbian OS 9.x S60v3 ...
Anyview v4.0.8 J2ME S60v3 S60v5. Anyview is a free ebook reader for mobile phones. Anyview is written in Java, therefore should run on any phone that supports Java, and supports the JSR-75 standard. It is known to run successfully on ...
Jarle Hansen
protobuf-javame 1.0.0 released
Finally, 1.0.0 version of the protobuf-javame project is released. The main featurea added in the new release are support for nested messages and enums. Please try it out and let me know what you think :) protobuf-javame.
azrine
JAVA Poker Million Dead Money EN S60v5 J2ME by kriker
Poker Million Dead Money EN S60v5 J2ME by kriker Jacer Bay City, known as Ace City to the locals where every night someone's life changes on the turn.
jacob.lehrbaum@oracle.com
Java ME enables Opera Mini to serve 1 billion pages... per day ...
In a press release issued today, Opera has announced that over a billion pages are being viewed every day using their Java ME-based Opera Mini browser. This is a staggering number! Opera Mini uses a unique server-side compression to ...
admin
Mobile Phone Softwares | Symbian Software
Mobile games are developed using platforms and technologies such as Windows Mobile, Palm OS, Symbian OS, Macromedia's Flash Lite, Sun's J2ME (Java 2 Micro Edition, recently re named simply “Java ME”), Qualcomm's BREW (Binary Runtime ...
rsakowski
Java ME (J2ME) to iPhone, Android, Flash and Windows Mobile Cross ...
It targets the most important web mobile platforms: Java ME, BREW, iPhone, Android and Windows Mobile. These platforms together represent more than 95% of current mobile handsets. AlcheMo for Flash lets developers target social web, ...
sawan
Android Tutorials: The story behind Opera Mini on Google Android
We created a special wrapper that translates Java ME (mostly MIDP) API calls into Android API calls. The tool used was MicroEmulator - this is an open source (LGPL) implementation of Java ME that runs on top of Java SE. ...
javanew
Help me with this array element insertion - Java Forums
i got an array {4,5,6,7}; and i want to insert element 3 to index 2 ... so the array become like this {4,5,3,6,7} PLEASE HELP my output is like this 4.
aussiemcgr
Java Heap Space - Java Programming Forums
Any thoughts as to why it is running out of memory on a file a fraction of the size of some of the files I can usually work with? Also, I could use a quick-fix for the time being, can anyone tell me how to increase the Java Heap Space? ...
Mario Arias
Flex on Java:Review « Neuronica
If you, like me, are not new to Flex and Server communication you'll know that all the examples in the web and in the books use the tag, very well for small examples but when your application grows up you'll have a lot ...
Rob Fahrni
That doesn't sell me – Rob Fahrni
Java? Really? I'd rather use Go to be perfectly honest, or how about C#/.NET (via Mono), that would go a long way toward selling the platform for me. Ok, ok, Java isn't really that bad, but there are better choices today. ...
cayhorstmann
Independence Day for Java? | Java.net
Sun milked its Java ME platform for what remained of it in the feature phone business, ignored Google's “embrace and extend” of mobile Java for smartphones, and enjoyed the benefits of broad community involvment in the Java Community ...
unknown
Wrox Java Rapidshare Free Full Downloads with Hotfile and ...
Wrox Java ME Rapidshare wrox java ME Crack Wrox Java ME Megaupload wrox java ME torrent wrox java ME serial, Full Versions Rapidshare Direct Results Download Wrox Java ME from Rapidshare Crack Torrent Download. View the search links and ...
Kevin
Kev said what?: Why Java beats C++ and C# when you really want to ...
So there you have it, I like Java the best right now. C# / WPF might grow on me if we can get in there and optimize the compile time and delve into all the flexibility with a designer by my side . C# / WinForms seems to have its uses ...
Java
Never Growing Old: Meet Me on Monday!!
About Me! My Photo. Java: Hello! I refer to myself as "Java". I am 45 years young and I'm from Pennsylvania and have lived here all my life. I am living on the land that my Grandfather used to have a working dairy farm for more then 50 ...
chamnan
How to convert html file to text - Java Forums
Hello everyone! I am just studying computer science in year 3 and I am a newer with java program. My teacher put me a exercise like this: write a java.
hamed
plz help me with this class, calendar - Java Forums
Hi. I'm new to oop. I'm programming a calendar which has several classes. But i'm stuck in one the classes. i got so helpless with that. is the any.
Frans Thamura
Rebranding Android becomes JavaME - Frans Thamura, the strategic ...
Any idea to make JavaME or Java Profile, or new Java Droid become a new brand in Java families, adopt all of this. Like it or not, BlackBerry in the middle of them. BB using JavaME that has been modified, inject a Java main args like ...
Web Worker Daily » Archive 8 Web Worker Wishes for 2008 «
Seven Web Worker Wishes for 2007 «
Windows Mobile) and development/runtime environment (e.g., Flash versus Java ME and now Microsoft WPF/e)–makes it difficult for consumers and software developers to get what they want or, in the case of consumers, to even know what they ...
Federico
interpolation of intARGB - Java Forums
Hey there guys, this is my first thread post here so bare with me. I have been working on this project where i'm asked to interpolate a colo square. ... Quote: getRGB doesn't seem to be giving me what I want. ...
Goddess of Java
The Polyamorous Misanthrope » Blog Archive » 19 and Perfect Boobs
If you find this site useful, consider buying the Goddess of Java a libation of that greatest of elixirs. The Goddess of Java disdains latte heresy and only imbibes the Java purity, so it's a mere $1.50. ... She is dealing heavily with insecurity due to the fact that she is older than me and my gf is “19, cute, perfect boobs, more like you, etc” I have reassured that I am not going anywhere and I try my absolute hardest to be sensitive to my primaries needs and feelings. ...
mitchp
Daily Dose - Java ME Devs Get a Testing Price Cut | Javalobby
The mobile manufacturers that make up the Unified Test Initiative have decided to lower the price of testing Java ME software on different mobile phones and...
Barbara
Little Springs Design | Blog | Java ME is dead. Long live Java ME.
Java ME is going to keep on chugging, maybe even seeing a rebirth, for quite a while yet. SavaJe doesn't spell the death of Java ME either. ← Geocoding Images A Real Idle Screen Widget From Google → ...
unknown
Screencast : Introduction of Samsung Java ME SDK
This video tutorial will cover in brief about Samsung Java ME SDK and how to run the WMADemo sampl...
Edward.H
Using Clojure Code Within CFML
About a month ago I helped someone get some Clojure code compiled and integrated into CFML, like any other Java-based project, but that set me thinking about being able to just use raw Clojure scripts from CFML without needing to go t ...
Aaqil
Tech.NiNJA.PK » Netbeans J2ME for java mobile applications ...
This method will work for Linux mint, xubuntu, ubuntu and others. Step 1: Install java jdk and netbeans in your linux with following method.
`Navneet Chalana`
PRIORITY:::: Java Developer | Minneapolis, MN « US-IT Job's Blog
Java Developer with deep Messaging experience, These resources will support a large initiative aimed at centralizing Clinical Data (in support of Medical Management Analytics) across all client locations on a nationwide basis. ... You may use these HTML tags and attributes: . Notify me of follow-up comments via email. ...
Bala_Rugan
Difference b/w "synchronized","synchronize",and "synchronized ...
Hi, could anyone tell me the difference b/w "synchronized","synchronize",and "synchronized()" and where these could be. ... User Name, Remember Me? Password. FAQ · Social Groups · Calendar · Mark Forums Read ...
unknown
Freshers Jobs in Prasoft Technologies hiring Java Trainees - BE ...
Prasoft Technologies is recruiting Java Trainees with eligibility BE/ BTech/ BCA/ BSc/ ME/ MTech/ MCA/ MSc in Bangalore/ Hyderabad/ Mumbai Software Jobs for freshers in India - Fresh Graduate JobSeekers Check Out FirstSalary.com for ...
Nur
United States Jobs: Sure Shot Closure Rek: Need Java Developer at ...
Please find the requirement for your java consultants and let me know if you have any available. Please send me matching profiles with rate, availability and contact details. Please respond to sunil.imalla@italentinc.com Contact: ...
unknown
Earth Location for Java ME GPS Phones. GSM mobile phone tracking ...
Earth Location for Java ME GPS Phones GSM mobile phone tracking system via the GPS-TRACK Find a mobile - Worried where your children are? Anxious if they stay out late? Free Registration to get p.
Ann Droyed
Hewlett-Packard Jointly Sun's Java Me Push Smart Phones To Upgrade ...
Hewlett-Packard jointly SUN's Java ME push smart phones to upgrade Sun Microsystems is looking to reduce the fragmentation of Java Platform Micro.
Stuart Smith
Will Java Be Around in Five Years? «Web Age Dev Zone
This provides support for Android applications to be written in Java but obviously does not go the route of Java ME (Mobile Edition) which is of course the “official way” Android could have done it. This has resulted in Oracle suing ...
shadow
Dalvik: how Google routed around Sun's IP-based licensing ...
This brilliant move allows Sun to play “free software paladin” on one hand and still enjoy complete control of the licensing and income creation for the Java ME platform on mobile and embedded devices on the other (because cell phone ...
halyal
help me with persistence - Java Forums
i have two classes AAccMst and AAccgrpMst data is store in sql server the relation is grpid which is interger field Code: public class AAccMst.
keanhoo168
Submit jsp form data to java - Java Forums
But this seems troublesome. Anyway i can do it easily as my form is consisting of multiple data rows that have name and email? I heard about using java bean, but not very sure how to use it. Can show me some simple example? Thank you. ...
Christian Zibreg
Apple, iPhone, Google, Android, Java ME, Symbian, Windows Mobile ...
Jun. 2, 2010 - Net Applications' latest mobile web usage report contradicts an earlier survey claiming that the Android platform overtook the iPhone in terms of market share,
tyler_durden
MGMaps :: View topic - Setting up development environment for MGMaps
I am trying to set up the toolchain for compiling mgmaps and found out that Java Wireless Toolkit is outdated and now Java ME SDK should be used. I tried this but cant get things working. Has anyone compiled mgmaps with Java ME SDK? ...
WayneSmith
Junior & Senior Java Developers - Frankfurt Germany - Java Forums
I'm currently working on a number of exciting Java Developer vacancies for our fast growing Financial Software client based in Frankfurt Am Main (Details Below) Please let me know if you would like me to give you a call to discuss this ...
FahAd
NetBeans IDE/Java ME/Ruby/Groovy/PHP/NetBeans Platform SDK 6.9.1 ...
NetBeans is Free Open Source Award winning Development Environment For developers , NetBeans Allows you to create Web and Desktop or even mobile.
Dusan Belic
Parachute Panic coming to Java ME-enabled feature phones
The gaming publisher plans to launch the game for the Java ME-enabled feature phones at some point in “later 2010″… The goal of Parachute Panic is to save as many parachuters as possible. You do that by drawing the wind and tapping the ...
rohitjava
Why INTERFACE...pls tell me please.... - Java Forums
If I need to implement an interface and just use its every methods name.Why shouldn't just write every methods statments in a class, not in interface??
Content Team
Port JavaME to BREW, iPhone, Android, Flash & Windows Mobile with ...
Innaworks has released automated Java ME to Brew Mobile Platform application porting solution. This solution is the latest addition to Innaworks' alcheMo.
unknown
Open Gardens » Java ME as middleware to Mobile Ajax?
Java ME as middleware to Mobile Ajax? javamid.JPG. In previous posts, I have always been bullish about Mobile Ajax and also said that the iPhone acts as an unexpected catalyst to Mobile Ajax . There is another, rather curious ...
Guinzo
Nokia x5 - surprise me
Nokia x5 - surprise me. Here a new Announced 2010, June nokia X-series. X-series was combination frm express music & social networking, i'm planing to buy it within this week. affordable point in my view: ... Azure, Graphite Black, Yellow Green, Purple GPS No Java Yes, MIDP 2.0 - Comes with music in selected markets - MP4/H.264/H.263 player - MP3/WMA/WAV/eAAC+ player - Organizer - Document viewer (Word, Excel, PowerPoint, PDF) - Flash Lite v3.0 - Voice memo - T9 Battery ...
unknown
Light Weight User Interface Toolkit (LWUIT) 1.4 is Now Available
Recently, version 1.4 was released with a new XHTML component which is expected to make rendering dynamic web content and embedding rich text locally in the Java ME applications easier. Additional features such as a BlackBerry and ...
Navatha
java.util.Comparator Implementation - Java Forums
Hi all , Can you please help me understand the following question.I have been attending the interviews .I have been asked this in one of the interview.Thanks in advance. Assume the following code snippet exists inside a java.util. ...
brunogh
DIME - Dependency Injection for Java ME | Java.net
My masters colleague, Guilherme Hobold, and his friend, Elinton Machado, have created a very interesting project for helping Java ME applications with dependency injection. Actually, it is not only for Java ME (CLDC), but because of ...
agajantorayev
Java for Web Programming - Java Forums
Now I have another problem. I want to develop web applications for Internet and web pages (using Java), but I am not familiar with web programming at all. Can anyone suggest me where to start? Which resources to read? Thanks. ...
JAVA & Co.
JAVA & Co. Small Batch Recipes: Shortcuts...
JAVA & Co. showcases our Specialty Pick-Me-Up Gourmet Coffee Infused Syrups made especially for the Breakfast Lover, Coffee Lover, Food Lover and Dessert Lover in All of Us. Each of our signature items is made from Small Batch Recipes ...
admin
How do i learn java mail ? | downlinesecret.net
is there any FREE MAIL SERVER so that i could test java mail. if you know, any such please tell me the parameters above so that i could test and learn java mail. basicall, i need a FREE MAIL SERVER , DOMIAN so that i could test my mail. ...
multicellphone
Flight Control for Windows Mobile, Brew and Java ME now available ...
As reported before, Namco Networks has announced that Firemint's Flight Control is now available for Windows Mobile, Brew and Java ME enabled mobile.
vahik92
iPhone apps with java - Java Programming Forums
I am new to this site but I hope someone can help me with the problem I have. I know that now you can write apps for iphone on java using xmlvm, but don't really know HOW to write them. i looked at an example, where the main class ...
alyyn
Bind Button -code ; database - code - Java
My name in Alin , and I'm new using Java language/code . I'm trying make a little / simple JAva desktop aplication . Sometthing like phone book , but very very simple . I using Neatbeans 6.8 and mysql-essential-5.1 . ... Now I want make action for my buttons ( bur realy I faild - I spoke with people who make all project only for code ; they can't hep me) I need sugestions how to make that events please ( on net I don't recived this things , only how make this on code) ...
James Gosling
Quite the firestorm : On a New Road
When it came to cellphones and JavaME, we weren't as able and successful at achieving interoperability. There were a lot of factors, but it all added up to pain for developers and a chilling of the software market. When Google came to ...
Chris Hartjes
@TheKeyboard » Blog Archive » Twitter Asks: Continuous Integration ...
Me, I like my pointy-clicky interfaces. Or plain-text configuration files. Also targeted mostly at Java developers. My project was using PHP *and* Python, and needed to be able to support Java as well for a non-web project another ...
shirou
can anybody help me with this code
How the hell do you know every thing?" "Thanks for all your help. It's obvious yall really know what you're talking about when it comes to OOP/C++ stuff." Quoted... at least once. Why did the Java creators shoot themselves in the foot? ...
centenial
threading execution time question - Java Forums
Hey everyone, Let me state up front that this is a homework assignment. I'm supposed to take a simple task (flipping a coin n number of times) and use.
Pastor Ben
Deep Creek Jamin Java Devotion September 9, 2010 | Deep Creek ...
Her face reminded me of the sky after the rain has passed. Then I thought of my feelings. In trying to lift her feelings, I found that my bad mood had disappeared. I had been reluctant to come, but that was exactly what I had needed to ...
Russell Hunt
Russ Web Designs | Java ME – RTMP
Well not all phones have flash lite, and I want the project to be open source, and more and more phones are developing Java applications, and signed technology during development on Java ME is not a necessary requirement which means ...
harsh
LWUIT 1.1 for Java ME Developers | Download Rapidshare Files ...
LWUIT 1.1 for Java ME Developers download full rapidshare hotfile fileserve and megaupload link, LWUIT 1.1 for Java ME Developers full torrent download, LWUIT 1.1 for Java ME Developers rapidshare download with keygen, crack, serial. ...
boykma
LWUIT 1.1 for Java ME Developers | Wow! eBook - Great ebook, great ...
Book Description Writing appealing cross-device applications today in Java ME is challenging as implementation differences in fonts, layout, and menus can make.
tim
Apple not Android is killing client-side Java – so why is Oracle ...
Well java ME was painful to use and speaking with java devs a pain to develop in. As Chris says thanks really to GWT and now Android usage is keeping Java current otherwise there would be waning interest in what it offers as it sloped ...
GreyBlogs.Admin
Java : Mobile Litanies v1.16 J2ME{variety of litanies to enrich ...
Mobile Litanies v1.16 J2ME* Image: http://a.imageshack.us/img827/8100/mobilelitanes.gif *Mobile Litanies includes a variety of litanies to enrich...
cyberone
Downloaded nokia s60v5 j2me SDK. !java ME is still in need, a ...
Downloaded nokia s60v5 j2me SDK. !java ME is still in need, a platform indeed.
unknown
Earth Location for Java ME GPS Phones 1.11 - Free Earth Location ...
Earth Location for Java ME GPS Phones 1.11, Downloads: 133, License: Freeware, By: 8Mail, Size: 0.01 MB. Realtime Mobile phone tracking system via the GPS-TRACK and Internet.
Rowan Wilson
Oracle vs Google: Triple Damage!
For whatever reason, Google did not want to go down the road of licensing and mandating the use of Java ME. Instead, they took an open source implementation of Java called Apache Harmony and made some variations to it of their own. ...
guru
Vacancies For IT gurus in Langoor India , Bangalore | India's Java ...
India's Java User Group(JUG), JAVA, J2EE, J2ME, SCJP & SCWCD Exams, OpenSource Community. ... Subscribe to IndiJava - India Java User Group & Java Community. Email: Visit this group. Tags in J2ME. Android J2ME JavaCard Java Games Jini ...
miguel@gnome.org (Miguel de Icaza)
Initial Thoughts on Oracle vs Google Patent Lawsuit - Miguel de Icaza
There is very little public information on the Google/Sun split over Java ME and the creation of Dalvik. The rumors on the grapevine were that Google and Sun could not reach an agreement over the Java Micro Edition licensing. ...
cdaffara
Oracle, Sun, Java: lawsuits mark the exit road | carlodaffara ...
James clearly points out the fact that JavaME fragmentation was a substantial hurdle for developers, and believes that in a lesser way this may be true for Android as well. While it is true that fragmentation was a problem for Java on ...
admin
Java/J2ee Developer / MAKRO Technologies Inc. / Plymouth, MN – Web ...
MAKRO Technologies Inc./Plymouth, MN Dear Associates, Hope you are doing great. Do let me know if you have any one for the below position. Title: Java Developer Location: Plymouth, MN ONLY LOCAL'S Duration: 2 Months ...
Savio Rodrigues
Enterprise Java, Oracle's motivation for suing Google? « rand ...
This figure includes revenue from licensing the multiple editions of Java, from Java ME to Java Standard Edition (Java SE) to Java EE. It's pretty obvious that a $250 million revenue stream is worth protecting, and attempting to grow. ...
James Gosling
Some more comments... : On a New Road
Java ME's fragmentation was far worse than we would have liked. Some of it was politics in the early days, then 10 years later, small cracks in interoperability become gaping holes. A big factor was that the incredible constraints of ...
unknown
Free Download Earth Location for Java ME GPS Phones 1.11 - Earth ...
Free Download Earth Location for Java ME GPS Phones 1.11 Description Realtime Mobile phone tracking system via the GPS. Find a mobile - Worried where your children are? Anxious if they stay out late? Free Registration to get peace of ...
Keerti000
Mobile wap browser file
Hey any one help me please give me wap browser jar file like 5130xm's. In this file we fill url then it open default browser. Url carector's must be. ... DotSIS® : Nokia, Symbian, Java Mobile Phone Discussions · Help. Remember Me? ...
jsatgs
Software Development Engineer in Test (SDET) NEEDED « JSatGS's ...
The position requires a strong engineer with hands-on coding experience in Java and or C++. Expect to spend at least 50% of your time doing design and coding. The role also requires you to be able to analyze and work with complex architectures. Our product's requirements include compatibility with both ... Notify me of follow-up comments via email. Notify me of site updates. ExpressPros Seattle invites you to Express Seattle September Technical Career Mixer (Sep 21, 2010) ...
me
G1 Garbage Collector in Java 7.0
In Java 1.7 might have a new garbage collection strategy by default. It is called G1, which is short for Garbage First. It has been experimentally launched in the Java 1.6 update 14 to replace the regular Concurrent Mark and Sweep ...
Sean Corfield
Using Clojure Code Within CFML | DevWebPro
About a month ago I helped someone get some Clojure code compiled and integrated into CFML, like any other Java-based project, but that set me thinking about being able to just use raw Clojure scripts from CFML without needing to go ...
rasarab
100+ Twitter Mobile Apps – Twitter Apps for Any Mobile Phone ...
Tiny Twitter is a free and full featured Twitter mobile client that runs on Windows Mobile Pocket PC and Smartphone devices (a native Windows Mobile client) and Java enabled devices (a J2ME client). Locify with Twitter service – free. ...
Javaboi Fresh
Javaboi Industries: Java Kandee! Kandee Java! Coffee Kandee Got ...
About Me. My Photo. Javaboi Fresh: Eric Anthony Johnson also known as Javaboi Fresh, founded Javaboi Industries in 2009 with the idea of creating a company based on producing Coffee themed products for collectible and Coffee Lovers ...
BIDScc.com
Existing Java Servlet Correction And Improvement | Projects for ...
Installing servelet on server and give me instructions how to manage/edit servlet if I will need it in future. Yes, I would like to prepare this project. Let me place my bid ! (new window). Posted Under: Java, apache tomcat server, ...
funfried
platform-dev - Native libraries with Mac OS X
And it does work when I copy my jnilib file into /Library/Java/Extensions, but this isn't a solution for me. What is going wrong here? Does anyone have an idea? Here are some system properties of my Mac OS X, maybe this helps (The ...
Justin
Android Now Most Popular With Developers, iPhone #2, Symbian ...
Vision Mobile in conjunction with Telefonica Developer Communities recently published the results of a developer survey entitled Mobile Developer Economics.
Dave
Updates and Jobs for September 9, 2010 | DetroitNet.org
Please send me a qualified resume and call me for more…We are currently looking for a Senior Software Engineer, who has strong programming experience, preferable in a heavy transactional multi-tiered environment. ... Designs, develops, and implement web-based Java applications to support business requirements. An understanding of business applications of the project. Follows approved life cycle methodologies, creates design documents, and performs program coding and ...
admin
Which Language You Prefer For The Future? - command - Windows Pie
Please can anyone suggest which language should i choose which should be fit for the future. I can give you a limited list from which you can choose for me. Please help me. (1) C++ (2) JAVA (desktop, web or mobile??) ...
jam
Learn How To Program: Java GridLayout Manager - Panel Complex ...
panelSouth.add(new Checkbox("Pick me!"), BorderLayout.WEST); /* Adding the Panels to the Frame container */ //Frames use BorderLayout by default cl.add(panelNorth, BorderLayout.NORTH); cl.add(panelCenter, BorderLayout.CENTER); ...
Mr.Detectiv
Beyonce - Why Don't You Love Me » Free Download Java, Symbian ...
Beyonce dresses up like a naughty 50s housewife in the video for Why Dont You Love Me.
Sandy
musings by me 2: A Rainy Wednesday
I joked last night to a friend who attended the Charity Circle with me at church that I could almost put out a sign-up sheet for our family for the ladies at the circle to volunteer to assist our family. I am appreciating my mother more and more every day of my life, and I am now 62. It is amazing to me! The house is clean. The trash is out (I remembered ... Followers. Layout>Add a page element>html/java script>paste the code into the pop up box>save changes>view blog ...
admin
The open source Java ME application platform for your Windows ...
phoneME for Windows CE, PocketPC and Windows Mobile is an implementation of the phoneME open source J2ME application platform for your Windows Mobile phone or.
unknown
lightake: F026 WiFi ????? ????? ??? Java Quad ...
hey i want to buy your product, but im from mexico.. do you think you can send it to me? the video says free shipping to all over the world.. Leave a Reply. Click here to cancel reply. Name (required). Mail (will not be published) ...
Mani
project-voldemort - Problem in loading Hadoop Store Mapper
loadClassInternal(ClassLoader.java: 319) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:247) at voldemort.utils.ReflectUtils.loadClass(ReflectUtils.java: 72) ... 3 more. Can anyone help me on this? ...
satya
Koprol Java ME app available for download!
Koprol has been available on mobile web since the start, and today we are releasing a mobile app for the most popular platform: Java ME (formerly known as J2ME). It is also one of the top requests from our users. ...
xain819
java ME agin
yo0w its me agin>.< i did my best but there is this 3 question that i really want you guys to help me with.. here it is: USE: javax.swing(JOption) 2. write a program.
GreyBlogs.Admin
Java : Mobile Prayerbook v1.16 J2ME{popular set of Catholic ...
Mobile Prayerbook v1.16 J2ME* Image: http://a.yfrog.com/img267/2691/2zp.gif *Mobile Prayerbook includes the most popular set of Catholic prayers....
nitishjtm
ArrayIndexOutOfBoundException - Java Forums
"java DifferentIfTest. Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: at DifferentIfTest.main(DifferentIfTest.java:4)" I am not understanding what does it mean. Please help me......... Thank You. ...
Xiwei Ying
Follow the Front Lines: Vince, AT&T CSR
I can muddle my way through kernel code if needed, as I had a couple years of Java, it just takes forever… :P. me: Finally, what are the most noticeable changes for AT&T from when the iPhone was launched to when the Android devices were ...
Josh Fruhlinger
Oracle gets litigious; should SpringSource be worried ...
Oracle has a reputation of playing hardball; Android was a direct threat to Oracle's Java ME business. The question is: is this just the first of many lawsuits over technology that Oracle thinks it has a right to? And if so, who's next? ...
© Filepie.us