• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

What is a Profile?

 
Greenhorn
Posts: 20
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ok Matt, you defined what CDCs, and CLDCs are (http://www.javaranch.com/ubb/Forum41/HTML/000004.html) but you missed what profiles are. Could you please explain?
 
Sheriff
Posts: 440
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Mindy,
Good question. I'm going to attempt to draw a figure that will put everything together. Also see the J2ME faq on Sun's site at: http://www.java.sun.com/j2me/faq.html
Connected Limited Device Configuration
|-----------------------------------
| Uses: CLDC Core Classes
|-----------------------------------
| Handheld | Wireless | Other CLDCs <-- Profiles
|-----------------------------------
| Use the KVM or similar
|-----------------------------------
Connected Device Configuration
|------------------------------------
| Uses: CDC Core Classes
|------------------------------------
|Television| Car/vehicle | Other CDCs <-- Profiles
|------------------------------------
| Use the JVM or similar
|------------------------------------
Basically profiles are APIs tailored for a specific device. For implementation purposes, profiles will use a set of Java APIs that draw upon the services provided by the APIs that define it's configuration (CDC, CLDC).
Again, check out the FAQ and if you need further explination I will be happy to do it
Best Regards,
Matt Midcap
[This message has been edited by Matt Midcap (edited October 14, 2000).]
 
Something about .... going for a swim. With this tiny ad ...
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic