Search |
||
Sneak Preview: Java Card tools for NetBeans 6.7Posted by timboudreau on May 10, 2009 at 1:07 PM PDT
I've spent the last few months collaborating with the Java Card team to create Java Card plugins for NetBeans. It's not released yet, but here are some screen shots to whet your appetite.
Java Card is an interesting platform to work with - a JVM that runs on smart cards and tiny devices that fit in the palm of your hand.
As of Java Card 3.0, it comes in two flavors:
java.lang.String and so forth. The boot classpath will be different for Classic and Extended projects, so, for example, code completion will not show
java.lang.String in Classic projects, but will in Extended projects.
Servlet implemented, and you have access to the full Servlet API. This is vastly easier to work with than either of the Applet-style application types—you don't need any special code on the client to interact with an application running on a device, just a web browser! You can test your applications locally using the Reference Implementation and your desktop web browser.
Properties files which are imported by the build script. The card vendor provides a set of Ant tasks for deployment to the actual device. So the projects created are not IDE-specific at all.
We're in the home-stretch of getting these plugins out the door and available to everyone using NetBeans—hopefully we'll also be able to bundle the Java Card runtime so that you can get everything you need to play with Java Card in one simple download. Look for more news soon!
A lot of the credit for these modules goes to Anki Nelaturu and the rest of the Java Card team, who created the first draft of these plugins, and who have been fantastic to collaborate with over the last few months.»
Related Topics >>
Netbeans Comments
Comments are listed in date ascending order (oldest first)
Submitted by indikakumara on Sun, 2009-06-14 02:22.
Thank you Tim..
Submitted by ruthkusterer on Mon, 2009-05-11 03:19.
"I need to get my grubby paws on some actual cards"
Is that the same kind of chip card that is used in ATMs cards and mobile SIM cards? What about JavaOne registration cards? If I had a card reader, could I just overwrite the JavaOne chip from last year with my own Applet and RID?! :-)
Submitted by kartoch on Mon, 2009-05-11 06:07.
Hello, does this new plugin supports Global Platform (to communicate with "real" Java Card) ?
Submitted by eskatos on Tue, 2009-05-12 05:16.
Hey Tim,
Thank you for sharing this. I'm glad to see JavaCard tooling coming in the NetBeans !
Can't wait to try this.
/Paul
Any Updates on this plug-in
Submitted by silvervortec on Wed, 2010-01-06 10:36.
Wondering if there is any updates on this plug-in and if it is available to download.
Java Card 3.0.2 modules are available
Submitted by timboudreau on Fri, 2010-01-15 10:49.
Yes, there are updates to the plug-in - a version for (and including) Java Card 3.0.2 is now available in development builds for NetBeans - see my mini-announcement here: http://forums.netbeans.org/post-60646.html I'm working on doing a little backporting so we can have a version available that works in NetBeans 6.8 in and is on the 6.8 update center next week. |
||
|