• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to get started with embedded Java?

 
Ranch Hand
Posts: 495
Chrome Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
How do I get started with integrated Java? More and more I use Java Applets. Several issues I have with Applets are that - the security checking/download/startup times of Applets are slow. Another is that most users do not have Java installed, which means less people visit my apps. Does integrated Java require the JRE to be installed on the clients' machines? Are JSF, JSP, and Servlets integrated Java? Is there a good tutorial to go from Java desktop/Applets to integrated Java? Any information on this is beneficial to me.

Thanks a bunch,
John Price


NOTE : If this should be moved to beginning Java or somewhere else, please move it for me. Either way, please remove these two lines.
 
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There's no industry standard term "integrated java". Are you talking about the "I" in IDE's (integrated development environment)? Embedded Java, perhaps? Where did you hear this term?

Applets are kinda passé -- servlets and JSP are server-side web application technologies.
 
john price
Ranch Hand
Posts: 495
Chrome Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Embedded is what I meant to say sorry. I don't use an IDE, but I do know what it is and have tried several out. I'm sure you know this, but I've been programming for awhile (almost a year) and I'm not a total noob... Anyway, if you could give me some information on embedded Java and tutorials that would be awesome.

Thanks,
John Price
 
john price
Ranch Hand
Posts: 495
Chrome Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Could you guys at least name Java technologies I could look into to get started?

John Price
 
Bear Bibeault
Sheriff
Posts: 67746
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
It's a big and diverse area.

For example, we're using Dalvik for our embedded Java.
 
Bartender
Posts: 11497
19
Android Google Web Toolkit Mac Eclipse IDE Ubuntu Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Recommended reading: http://en.wikipedia.org/wiki/Embedded_Java
 
girl power ... turns out to be about a hundred watts. But they seriuosly don't like being connected to the grid. Tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic