Learn More About This
Directory
Sponsored by Synergium.net,
Software Development Services with a Forward Thinking Approach
176. Article: J2ME
- de.wikipedia.org
- J2ME.
- Java 2 Platform, Micro Edition, abgekürzt J2ME, ist eine Umsetzung der Programmiersprache Java für so genannte »embedded consumer products« wie etwa Mobiltelefone oder PDAs. ...
- Die Grundlage von J2ME bilden dabei die Konfigurationen und die Profile. ...
177. ZDNet UK - Insight - J2ME or BREW for wireless development?
- insight.zdnet.co.uk
- J2ME or BREW for wireless development?.
- Sun Microsystems's Java 2 Micro Edition (J2ME) and Qualcomm's Binary Runtime Environment for Wireless (BREW) are two emerging technologies that provide a new model for online access by allowing applications to be downloaded from the Web. ... The key benefits of J2ME and BREW include an enhanced user interface, improved application usability on small screens, and the ability to download and store new applications that can be run offline, thereby eliminating the need for constant network connection. ...
- J2ME: "Special Edition Java".
- J2ME is Java technology specially customized for small consumer and embedded devices with limited processor, memory, display, and input capabilities. J2ME architecture is based on families and categories of devices and has the following structure.
- The size and complexity of JVM depends on the particular J2ME configuration it supports.
- The configuration layer should be of interest to you if you are involved in developing J2ME profiles. ...
- J2ME defines two configurations. ...
- Also of interest is the J2ME Bluetooth profile, which provides standardized APIs for including Bluetooth capability.
- The fact that BREW runtime platform runs at chipset level enables it to leverage the communication and multimedia capabilities of mobile devices more than J2ME.
178. Informit Safari Tech Books Online - Core J2ME Technology & MIDP
- safari.informit.com
- Core J2ME™ Technology & MIDP.
- THE BASICS Of J2ME.
- Core J2ME™ Technology & MIDP.
- The J2ME platform is designed for devices with limited memory, display, and processing power including cellular phones, PDAs, and pagers. Core J2ME Technology & MIDP covers everything you need to develop powerful applications for this rapidly expanding wireless market.
- Part I starts with an overview of J2ME, configurations, and profiles, before explaining in detail the Connected Limited Device Configuration (CLDC) and the Mobile Information Device Profile (MIDP). Muchow then walks you through creating a complete development environment-from downloading J2ME to troubleshooting.
179. The Java Community Process(SM) Program - JSRs: Java Specification Requests - detail JSR# 172
- www.jcp.org
- The purpose of this specification is to define an optional package that provides standard access from J2ME to web services. ...
- There is considerable interest in the developer community in extending enterprise services out to J2ME clients. ...
- This JSR is designed to provide an infrastructure as two optional packages for J2ME to:- .
- enable reuse of web service concepts when designing J2ME clients to enterprise services.
- provide APIs and conventions for programming J2ME clients of enterprise services.
- enable interoperability of J2ME clients with web services.
- provide a programming model for J2ME client communication with web services, consistent with that for other Java clients such as J2SE.
- APIs and conventions for enabling XML based RPC communication from J2ME, including .
- definition of a strict subset of the WSDL to Java mappings defined by JSR-101 (JAX-RPC), suitable for J2ME .
- This JSR is merely trying to provide convenient Java Platform support in J2ME for the specifications defined by the appropriate network standards organizations. ...
- The specification is targeted for the J2ME platform including the CLDC- and CDC-based profiles.
- Since J2ME contains only low level programming and communication APIs to support web services, the barrier is high for the developer to take advantage of the new web service technologies. Currently the enterprise developer of J2ME clients to enterprise services is offered a number of non-standard and proprietary approaches for communicating with web services.
- Although JSR 63 (JAXP) and JSR 101 (JAX-RPC) define Java APIs and conventions for XML processing and XML based RPC targeted at the J2SE and J2EE platforms, they will not provide such facilities for the J2ME developer. This is because the desgn center for these specifications does not take into account the different constraints, such as footprint, on J2ME devices.
- The goal of this work is to provide optional packages suitable for J2ME devices.
Other
pages with similar relevance:
180. WAP vs. J2ME: Which is best for mobile?
- www.infoworld.com
- J2ME: Which is best for mobile? .
- Tim: On those same lines, Java 2 Micro Edition (J2ME) was developed specifically to address the vast consumer space of small devices, ranging from smart cards to pagers. ...
- But before we venture too far into what J2ME is and the benefits it provides, it might make sense to state up front what it is not, and that is a replacement for WAP. Those who follow this space will quickly agree that, instead of looking at it as a WAP competitor, J2ME should be looked at as a complementary technology used to further expand the usefulness of wireless access and applications. ...
- When coupled with J2ME, however, users will now be provided with a full-featured Java-based application environment from which to enhance their experience. ...
- With that said, users will also be happy to know that applications developed with J2ME are upwardly scalable to work with Java 2 Standard Edition (J2SE) and the venerable Java 2 Enterprise Edition (J2EE) with little rework required.
- I believe that J2ME will also triumph, Tim, as phone-manufacturing market leaders such as Nokia, Motorola, and LG Telecom also support it. Java is also an established program, and J2ME will appeal to developers, which may lead to better wireless applications. Some individuals may not take J2ME seriously right away, however, because Java has been traditionally better-suited as a desktop-and server-based language and therefore appeals to mainstream developers more than it does to embedded-system builders.
- Tim: I could not agree with you more, Ana, except for the statement that J2ME is not being taken seriously. ...
- Tim: Although I agree with you that many tools exist for transforming content into WML, including one you didn't mention, IBM's Transcoding Publisher, an even larger number exist for creating J2ME applications. Whether your pleasure is Metrowerks' Code Warrior for Java or Sun's J2ME Wireless Toolkit, chances are high you'll find a tool capable of enabling developers to create feature-rich content and applications based on J2ME.
- From a hardware standpoint, device manufacturers, ranging from Nokia to Motorola, are all building J2ME into their next-generation wireless handsets. ...
- From a J2ME standpoint, adoption is already taking place, as J2ME has been chosen as the industry standard for wireless devices by the Third Generation Partnership Project, a group responsible for defining the specification for the next-generation handset application environment.
- Tim: This is where J2ME, or more specifically Java, really shines, thanks to the fact that all Java applications, regardless of implementation, are restricted by a simple principle that untrusted code be placed in a sandbox, where it can play safely without doing any damage to the real world. ...
- J2ME has other benefits as well because it can support other Internet protocols. ...
181. Fallacies of J2ME
- www.ericgiguere.com
- com > Eric's J2ME Pages > Fallacies of J2ME .
- J2ME Pages.
- Fallacies of J2ME.
- This list is meant to clear some misunderstandings you might have about Java 2 Micro Edition (J2ME). ...
- Java programs "will just work" on J2ME .
- KVM == J2ME .
- J2ME replaces WAP .
- If you're learning Java, start with J2ME .
- Fallacy 1: Java programs "will just work" on J2ME.
- Realistically, don't expect to be able to run your existing Java applications unchanged on any J2ME platform. ... Not only do J2ME platforms subset the J2SE core classes, but they add some of their own unique classes as well. ...
- Fallacy 2: KVM == J2ME.
- Many people use KVM and J2ME synonomously. ... J2ME is a set of specifications. Not every J2ME platform uses the KVM. ...
- The KVM and CVM are Java virtual machines, the CLDC and CDC are J2ME configurations. ...
Other
pages with similar relevance:
182. Software for Palm® and mobile phones
- palmcrust.tripod.com
- J2ME (Nokia, and generic) .
- J2ME (Nokia, and generic).
- J2ME (Nokia, Motorola, generic) .
- J2ME mobile (KJava).
- Palm and Handera 330 J2ME mobile (KJava).
- J2ME mobile (KJava) .
183. J2ME - a searchMobileComputing definition - see also: Java 2 Platform, Micro Edition
- searchmobilecomputing.techtarget.com
- com Definitions - J2ME.
- J2ME.
- J2ME (Java 2 Platform, Micro Edition) is a technology that allows programmers to use the Java programming language and related tools to develop programs for mobile wireless information devices such as cellular phones and personal digital assistants (PDAs). J2ME consists of programming specifications and a special virtual machine, the K Virtual Machine, that allows a J2ME-encoded program to run in the mobile device. ...
- Devices with systems that exploit J2ME are already available and are expected to become even more available in the next few years. ...
- "What J2ME Is and What It Isn't" from DevX provides another independent account.
184. Little Springs: A UI Designer's Guide to J2ME
- www.littlespringsdesign.com
- J2ME UI Design .
- Now available! Design usable applications for mobile phones and PDAs in wireless Java with our User Interface Guidelines for J2ME MIDP 2. ...
- A User Interface Designer's Guide to J2ME and MIDP2.
- We updated our guide to understanding J2ME and MIDP to cover MIDP 2 in honor of the publication of our User Interface Guidelines for J2ME MIDP 2. ...
- Here we provide an overview of the elements in J2ME MIDP, with a focus on what a UI designer needs to know for successful design. ...
- The programming language is J2ME, but the most relevant description of the environment you are designing for is MIDP, a version of J2ME that runs on mobile information devices like phones and lower-end PDAs. There are other versions of J2ME, including one other that runs on CLDC, that are not relevant for mobile UI designers. Some high-end PDAs support PersonalJava, which has more capabilities than J2ME.
- Applications in J2ME on MIDP devices (MIDlets) consist of a series of screens. ...
- You can find information at Sun or in our new book, User Interface Guidelines for J2ME MIDP 2.
- J2ME Java 2, Micro Edition .
185. Dogpile - Web Search: J2ME games
- www.dogpile.com
- Metasearch results for "J2ME games" (1 - 20 of 100) .
- "j2me games"(100).
- Download mobile games, download cellphone games, download j2me games, Download Nokia Games, Download Siemens Games, Down.
- mobile games, cellphone games, j2me games, java mobile games, midlet mobile games, Nokia game, Siemens game, Motorola game, Nokia midlet, Siemens midlet, Motorola midlet, mobile phone application,. ...
- Midlet Review - Your mobile gaming magazine - J2ME/Mophun/Symbian.
- Midlet Review - Your mobile gaming magazine - J2ME/Mophun/Symbian - Reviews, Free Games, Free Demos, News, Community and much more for mobile gamers.
- com/?content=gamelist&rel=j2me&PHPS.
- J2ME Games, MIDP Games, Java Games.
- Java, J2ME, MIDP Games and Entertainment. ... is a German software producer specializing in embedded, WAP-, SMS-, I-Mode, J2ME and MMS games for mobile phones.
- phone games, mobile games, j2me games, midlet games, Nokia games, .
- j2me games, phone games, mobile games, midlet games, mobile application, multiplayer games, Nokia games, Siemens games, Motorola games, Nokia.
- Use Aalayance to develop your next J2ME or BREW game or application. ...
- Free/demo/shareware java games and applications for mobile phones for J2ME developers.
- Why J2ME Projects Fail?.
- Read our latest doc and ensure your next J2ME project is a success!.
186. Java News Posts from J2ME CDC
- www.artima.com
- J2ME CDC.
- J2ME CDC .
- J2ME CLDC .
- Feed Description: New J2ME CDC related content at java. ...
- Latest News Items From J2ME CDC .
- The JDBC Optional Package for CDC-Based J2ME Applications .
- This article presents an overview of JDBC optional packages and shows where they fit in the J2ME architecture, and then explores the JDBC optional package in more detail, comparing and contrasting it with JDBC 3. ...
- J2ME for Home Appliances and Consumer Electronic Devices .
187. ShareMe Technologies-The Mobile Future
- www.jroller.com
- List of J2ME Emulators and SDKs for J2ME application development on J2ME devices, part of J2ME Resources.
- Brew J2ME VM for Brew Emulator from Esmertec-MIDP .
- Go this press release and use th pr contact email address to request VM for J2ME that works in the Brew Emulator. ...
- Brew J2ME via J2Bridge-Qualcomm-MIDP .
- Devices That Use SAJE J2ME VM_MIDP .
- SAJE recommends using SUN's WTK emualtor for devices that use SAJE J2ME VM's to test applications. ...
- J2ME Wireless Tool Kits and MIDP sdks .
- Esmertec has bought Insignia's J2ME VM Business which included a VM designed for use in the MS SmartPhoneOS platform. ...
- For those of us developing J2ME apps on LInuxOS Desktops there is a set of methods using Samba, WINE, and etc to install windows based sdks and j2me emulators to run under the Major Desktop Linux OSes. Although its written for EPOC, this HowTO can be used to figure out how to do it for J2ME sdks and emulators. ...
- Forums ChicagoWirelessDevUser DeviceTop ForumNokia Boards J2ME. ...
188. infoSync World : Smartphone 2002 gets J2ME support
- www.infosyncworld.com
- Smartphone 2002 gets J2ME support.
- Microsoft's Smartphone 2002 platform doesn't offer J2ME support natively - but courtesy of Insignia Solutions, manufacturers can now J2ME-enable their products nevertheless.
- J2ME, or Java 2 Micro Edition to use its full name, has switched into high gear over the course of the last quarter. Applications are increasingly showing up for the platform, and the Nokia 7650 has on its own generated a flurry of J2ME based games - in glorious technicolor - compared with the limited number available prior to its launch.
- Now slated for a late September launch, could the Z100 come with J2ME support?.
- Despite the obvious interest in J2ME, Microsoft did not include native support for the language in its Smartphone 2002 platform since the company's Compact. NET framework competes directly with J2ME - but now, manufacturers of smartphones based on the SMP 2002 platform can still J2ME-enable their devices courtesy of Insignia Solutions' Mobile Foundation.
- Insignia Mobile Foundation software is an integral native software stack that includes J2ME CLDC/MIDP, AMS, and rich media technologies that will allow operators to combine existing investments in J2ME content with the Microsoft. ...
189. Excel Everywhere - ExcelEverywhere for Java phones (J2ME)
- www.exceleverywhere.com
- ExcelEverywhere for Java phones (J2ME).
- ExcelEverywhere for J2ME has been released. ...
- No programming experience is required in order to use ExcelEverywhere for J2ME. ...
- The mobile phone manufacturers has shipped 20 million phones with J2ME. By using ExcelEverywhere for J2ME a mobile phone can be used to perform very advanced calculations in the field. ...
- ExcelEverywhere for J2ME will take care of all the deficiencies of the J2ME platform, for example the lack of floating point numbers. ...
- In end of October, we were at ETCI's J2ME Interoperability Event in Sophia Antipolis, France. ...
190. Lexikon - J2ME Definition Erklärung Bedeutung
- www.net-lexikon.de
- J2ME.
- Java 2 Platform, Micro Edition, abgekĂźrzt J2ME, ist eine Umsetzung der Programmiersprache Java fĂźr so genannte »embedded consumer products« wie etwa Mobiltelefone oder PDAs. ...
- Die Grundlage von J2ME bilden dabei die Konfigurationen und die Profile. ...
- de zum Stichwort: J2ME .
- de/J2ME. html">J2ME</a> .
191. CHIP Książki
- ksiazki.chip.pl
- J2ME. ...
- (J2ME in a Nutshell) .
- "J2ME. Almanach" to niezastąpione, podręczne kompendium wiedzy dla programistów korzystających z Java 2 Micro Edition (J2ME). J2ME to nowa rodzina specyfikacji powstałych w firmie SUN, opisujących uproszczoną, skondensowaną wersję platformy Java 2, która może być używana do tworzenia aplikacji działających na urządzeniach o bardzo ograniczonych zasobach, takich jak telefony komórkowe, palmtopy czy dwukierunkowe pagery.
- Wprowadzenie do platformy J2ME i środowisk programistycznych, takich jak Java Wireless Toolkit; .
- W książce zawarto znany z innych pozycji serii Almanach wydawnictwa O'Reilly obszerny alfabetyczny spis elementów języka, obejmujący klasy z wielu pakietów J2ME, w tym java. ...
- Gdy zaczniesz pracować z J2ME, "J2ME. ...
192. Gamasutra - Features - "Creating Games using J2ME" 09.17.01
- www.gamasutra.com
- Creating Games using J2ME.
- With the advent of Java 2 Micro Edition (J2ME) on mobile phones, it is now possible to create mobile games that aren't all that crappy! .
- J2ME Overview.
- The Java 2 Micro Edition (J2ME) is a true-to-its-word subset of the standard Java libraries. J2ME consists of: .
- While various J2ME profiles can run on anything from advanced set-top boxes to tiny chips on smart credit cards, for the sake of this article we will focus MIDlets-applets in the CLDC configuration written to the MIDP profile. ...
- Most every major mobile phone and handheld device manufacturer immediately realized the potential of J2ME: If Java were to be placed on the gadget, then hundreds of thousands of developers would immediately be able to create applications and add value. ...
- In fact, while playing around with some casual tests, a Java 2 Micro Edition (J2ME) application runs about three to eight times slower than a native Palm application written in a compiled language such as C. ...
- If you want to get some idea of the graphics speed of J2ME, the Anfyteam has created a great benchmark called Amark.
- So is J2ME like wargood for absolutely nothing? .
193. J2ME shortcoming opens door for Microsoft: ZDNet Australia: News: Communications
- www.zdnet.com.au
- J2ME shortcoming opens door for Microsoft .
- In the war between the world's two biggest platforms, a weakness in one J2ME specification may be opening a window of opportunity for Microsoft that could have a chilling effect on the heat in Java's brew. ...
- According to Eric Chu, Sun's Group Manager for J2ME Platforms, "If you look at the handset marketplace, one of the reasons it is thriving with over 400 million handsets (75 million of which are Java-enabled) is because of the manufacturers' ability to differentiate the offerings. ...
- To the extent that developers are critical to the growth and adoption of any platform's ecosystem, lack of predictability in certain instances of the JVM --- J2ME in particular --- could come back to haunt the Java camp. ...
- I was lamenting to Gingell that the smart phone I'm testing --- a J2ME-enabled Motorola i95cl Colour Java Phone ---- is incapable of running the same applications that my previous J2ME-enabled phone (a Motorola i85s) could run. The reason for this is that despite the predictability of J2ME when it comes to executing business logic, developers must be aware of extensions that are device specific. ...
- Display size is one of the major differentiators from one J2ME device to the next. ... Under the Mobile Information Device Profile (MIDP) J2ME specification (the J2ME specification for handsets), these keys are known as "softkeys. ... In an effort to write one set of code that can be deployed anywhere (or almost anywhere), they can study all the devices that they want their J2ME-based applications to run on in order to find a lowest common denominator to target. ...
- This allows a company to have a more flexible IT policy where users can pick whatever device they want, as long as it has a J2ME MIDP-compliant virtual machine. ...
- This vulnerability in J2ME hasn't completely escaped Sun. ...
194. Web Search - j2me games - Web Search
- is1.websearch.com
- Use Aalayance to develop your next J2ME or BREW game or application. ...
- Free/demo/shareware java games and applications for mobile phones for J2ME developers.
- J2ME Games, MIDP Games, Java Games .
- Java and J2ME Games, Entertainment, Amusements, Phones. ... Welcome to our resources for Java, J2ME and MIDP Games, game development plus entertainment and amusements for. ...
- Com :: View Forum - J2ME Games .
- J2ME Games. ...
- Download mobile games, download cellphone games, download j2me games, Download Nokia Games, Download Siemens Games, Down .
- mobile games, cellphone games, j2me games, java mobile games, midlet mobile games, Nokia game, Siemens game, Motorola game, Nokia midlet, Siemens midlet, Motorola midlet, mobile phone application,. ...
- J2ME: The next major games platform? .
- J2ME: The next major games platform? Is J2ME feasible as a high-end games platform for mobile devices?. ...
- J2ME Games. ...
- Trends in mobile games and a survey of related J2ME APIs. ...
- WIRELESS GAME DEVELOPER ACCOUNCES SIX NEW J2ME GAMES .
- Wireless Developer Network - Daily News Having already placing its first six J2ME titles, Morpheme, the London based game development studio, makes another move forward in wireless content with. ... with the announcement of a further six new J2ME games. ...
195. RedTeam: Dope Wars for J2ME
- www.redteam.co.uk
- What you probably don't know is that, behind the scenes, we have continued working on Dope Wars for J2ME, and it's now ready for commercial release! The new version's pretty cool: .
- But if you're new to J2ME Dope Wars, then here's a brief recap: the game boasts 6 international destinations, including Afghanistan and Colombia. ...
196. GameDev.net -- An Introduction to Developing for Mobile Devices Using J2ME/MIDP (Part 1)
- www.gamedev.net
- This 2-part article will introduce you to the world of mobile game development through J2ME and MIDP. ...
- MIDP (J2ME).
- So far J2ME/MIDP seems to be the most widely available platform, chosen by Nokia, Motorola, Siemens and Samsung to mention a few.
- This article will focus on the J2ME/MIDP platform and the supporting devices. ...
- So what is all this J2ME and MIDP business anyways?.
- J2ME.
- J2ME (Java 2 Micro Edition) is an optimised subset of J2SE (Java 2 Standard Edition) or "normal java". J2ME itself defines a further subset of configurations and profiles that are used to tailor the environment for low-end devices such as PDAs and mobile phones.
- CLDC (Connected Limited Device Configuration) is one of the J2ME configurations which is designed for devices with slow(er) processors and limited memory. ...
- Enter the J2ME Wireless Toolkit. The J2ME Wireless toolkit or WTK will be your best friend (and sometimes enemy) in the coming time. ...
197. How to Install the KVM
- webdev.apl.jhu.edu
- Installing the J2ME CLDC version .
- zip file into the c:\j2me-cldc directory .
- The J2ME CLDC Files: see the J2ME CLDC page. ...
198. YoZone :: J2ME Developer Essentials
- yozone.yospace.com
- J2ME Emulator.
- Welcome to YoZone: J2ME Developer Essentials.
- This site is dedicated to providing developers with the information, tools and resources they need to build high-quality J2ME solutions utilising the Yospace Application Platform. The Yospace Application Platform is in a public beta phase, but provides a comprehensive and extensible server-based framework accompanied by a suite of enabling APIs and tools that make it easier to build usable and scalable applications for J2ME-enabled devices. Before proceeding into the main sections, please make sure you've read our introductory text to the features and benefits of utilising the Yospace Applications Platform in your J2ME Solutions. ...
- BEA and RIM have announced that they are developing a framework to reduce development time for J2ME-enabled Blackberry units. ...
- Yospace has developed a suite of J2ME technologies that dramatically compresses the development time of intelligent client mobility solutions. ...
- This move places J2ME on the Z100 Smartphone, which uses Microsoft's Smartphone 2002 software. ...
- The Yospace lightweight distributed objects framework for J2ME has been renamed to "YoCOA" (pronounced Yoko) from "Struts" to avoid confusion with a Apache/Jakarta project of the same name. ...
- Of particular interest to J2ME developers is the fact that Microsoft doesn't include Java support in the Smartphone 2002 Windows platform but Sendo is adding it because of operator (which is ultimately customer) demand. ...
Other
pages with similar relevance:
199. SourceForge.net: Project Info - J2ME VNC Client
- sourceforge.net
- Project: J2ME VNC Client: Summary .
- A VNC Client for J2ME (Java 2 Mobile Edition). ...
- Donate to J2ME VNC Client.
- J2ME VNC 1 Year Old Today .
- mrmlk - 2004-03-20 03:32 Read More/Comment J2ME VNC - Beta 3. ...
- mrmlk - 2004-02-08 04:58 Read More/Comment J2ME VNC - Beta 3. ...
- mrmlk - 2003-11-05 18:48 Read More/Comment J2ME VNC - Alpha 2. ...
- mrmlk - 2003-10-14 22:35 Read More/Comment J2ME VNC - Alpha 2. ...
- mrmlk - 2003-10-14 22:31 Read More/Comment J2ME VNC - Status Report: Nokia Phones and The Future .
- mrmlk - 2003-10-01 19:39 Read More/Comment J2ME VNC - Alpha 2. ...
- mrmlk - 2003-09-22 05:07 Read More/Comment J2ME VNC - Alpha 2. ...
- mrmlk - 2003-09-17 17:12 Read More/Comment J2ME VNC - Alpha 2. ...
200. mobile games, j2me games, phone games, midlet games, Nokia games, Siemens Games, Motorola games, j2me applications
- www.zgroup-mobile.com
- ZGroup Mobile is a developer and publisher of quality Mobile games and Applications using the new technologies equipped with mobile devices like: J2ME (Java 2 Micro Edition), Symbian, Mophun and BREW. ...
- Java 2 Micro Edition (J2ME) is quickly becoming the de facto standard for wireless applications, and thus ZGroup Mobile has intently adapted J2ME as a development tool to give our products the advantage of being a device independent applications that could run on any kind of mobile device. ...
- ZGroup Mobile specializes in developing custom made single and multiplayer J2ME gaming products that are both affordable and a state-of-the-art. ...
- Applications: zMoviePlayer is a real movie and video player for J2ME MIDP devices. ...
- ZGroup Mobile is committed to provide the best mobile (J2ME) games and applications for upcoming Nokia, Siemens, Motorola, Samsung and SonyEricsson J2ME Mobile Phones. ...
Other related topics:
Do you have a great site about J2ME? Is
your J2ME site listed here?
Would you like a prefered placement of your site in this directory?
It's easy! First place, the HTML from the box below on your page that
you would like listed in this directory.
Then use our link submission request with
your name, your contact information, and the URL of your site that has
a link to this directory. After we
verify your link to us, we'll make sure your site stays in our directory,
and we'll give it prefered placement here also.
Here is how to make a simple text link to us. Just copy the code in this
box to your website:
We can also develop a custom Guide To The Internet for your site. Please
request your own
custom Guide To The Internet.
This custom Guide To The Internet produced by
Siql, and is licensed for the exclusive use of Synergium.net. To get your site listed here, please contact Synergium.net.
Copyright 1995-2004 by Siql. All
Rights Reserved.