Taking Java Everywhere Else
Java Card
Anki R. Nelaturu

Sep 17, 2008 Sophia-Antipolis, French Riviera. Hands-On Session on Application Development for Java Card 3.0 Platfrom at
 
Archives
« November 2009
SunMonTueWedThuFriSat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
     
       
Today
Click me to subscribe
Search

Links
 

Today's Page Hits: 6

Main | Getting Ready for... »
Sunday Apr 06, 2008
Servlet Container in your Pocket

You thought only Laptops and Dekstops can run Servlet container? If so, you are wrong. Java Card 3.0 Connected Edition, the Next Generation Java Card, has Servlet container in it.

What does that mean for us? It means, now we can deploy a Servlet application on the Java Card, and, access the application using regular HTTP clients, like Web Browser. Yes, after so many years, Java Card is getting more memory and processor power (More details in later posts) to run Servlet container.

Any Servlet application (No JSPs) will run on Java Card with some limitations (More about limitation in later posts).

 A typical Servlet application consists of

packaged into war file. 

This application can be deployed onto Java Card 3.0 Connected Edition. Few modifications are required, because Java Card 3.0 Connected Edition supports two other Application models called Extended Applets and Classic Applets, so, it needs to know about what we are deploying.

Java Card 3.0 Specifications were released on Mar 31, 2008. Click here to get the specs.

There are lots of new things about Java Card 3.0.  Keep watching for more details about it.

Posted at 01:41PM Apr 06, 2008 by anki in Java Card 3.0  | 

Comments:

Post a Comment:
Comments are closed for this entry.