<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>On the road to Bandol &#187; News</title>
	<atom:link href="https://javacard.vetilles.com/tag/news/feed/" rel="self" type="application/rss+xml" />
	<link>https://javacard.vetilles.com</link>
	<description>A weblog on Java Card, security, and other things personal</description>
	<lastBuildDate>Mon, 18 Aug 2025 06:48:26 +0000</lastBuildDate>
	<language>en-US</language>
		<sy:updatePeriod>hourly</sy:updatePeriod>
		<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.0.32</generator>
	<item>
		<title>Live from J1: Java Card 3.0 on embedded devices</title>
		<link>https://javacard.vetilles.com/2009/06/03/live-from-j1-java-card-30-on-embedded-devices/</link>
		<comments>https://javacard.vetilles.com/2009/06/03/live-from-j1-java-card-30-on-embedded-devices/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 00:35:46 +0000</pubDate>
		<dc:creator><![CDATA[Eric Vétillard]]></dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Java Card Bandol]]></category>

		<guid isPermaLink="false">http://javacard.vetilles.com/?p=358</guid>
		<description><![CDATA[Here is the first presentation about Java Card 3.0, and it highlights something new: how Java Card 3.0 can be used on embedded systems outside of the smart card world. The basic idea is that small embedded systems are faced with a big dilemma: if they use a simple runtime OS, there is no application [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>Here is the first presentation about Java Card 3.0, and it highlights something new: how Java Card 3.0 can be used on embedded systems outside of the smart card world.</p>
<p>The basic idea is that small embedded systems are faced with a big dilemma: if they use a simple runtime OS, there is no application portabliity and flexibility. If they add a Java runtime, then they exceed their memory requirements.</p>
<p>Java Card 3.0 runs on the &#8220;bare metal&#8221;, without an underlying OS. It is not alone to do so, as you can also run Java ME or .NET Compact framework on bare metal. Java Card 3.0 does not even have the smallest footprint, since the IMP profile of Java ME is smaller in code size (not in RAM usage). However, the functionality offered by IMP is quite limited, as it only offers</p>
<p>The main advantage of Java Card 3.0 is that it offers a unique mix of things, and that in a footprint that is close to IMP, you can get much more functionality, including:</p>
<ul>
<li>A strong security model, allowing several applications to share the same runtime, and even to collaborate, while guaranteeing their isolation.</li>
<li>A full Web server and Web container, with the possibility to dynamically generate content.</li>
<li>A good level of manageability, provided by the GlobalPlatform, which has been proven correct on deployments of millions of units (of cards).</li>
<li>A high level of security, which may be a requirement for some application providers, if they are going to store locally some information on a local device.</li>
</ul>
<p>The presentation even includes use cases. One of them is an Electronic Health Record (more on that in two hours from now, since there is a dedicated presentation on this).</p>
<p>Another use cases are sensors and M2M devices. In this use case, persistent data is a very strong advantage, because a Java Card system only needs to run when it needs to (<em>i.e.</em>, when performing a measurement), and it can boot really fast. For a sensor, this translates immediately in battery lifetime, and it can mean that a small and cheap solar panel can provide sufficient power, making maintenance much simpler. Also, Java Card 3.0 offers both a HTTP server stack, to remotely manage devices or to query a sensor, and an HTTP client stack, allowing devices to push information if needed.</p>
<p>The last use case is about home automation. The requirements of specifications like UPnP or DLNA are quite simple, and Java Card 3.0 is a good candidate for implementing them at a very small cost, either for enabling an existing device, as an extension or companion product, or for building new kinds of devices, including Java Card 3.0 in the basic software for this.</p>
<p>Laurent Lagosanto also proposed a few evolutions of the spec:</p>
<ul>
<li>The first one is to build a &#8220;Static Edition&#8221;, in which dynamic loading is forbidden. This leads to footprint reduction, and the price to pay is that only data updates would be allowed. Actually, I am not even that pessimistic; in a device with reduced security requirements, updating the &#8220;binary&#8221; platform code with the edition would still be possible; the only limitation is related to trust, as a single person would be allowed to perform such updates.</li>
<li>The second one is to remove APDU&#8217;s in an &#8220;embedded&#8221; profile. That&#8217;s obvious: outside of a smart card, who needs APDU&#8217;s?</li>
<li>The third suggestion is to add a <code>Main</code> entry point, in order to allow the platform to get triggered without acting as a servlet. I am not sure that this is really needed, as Java Card 3.0 offers tasks, which can restart a thread at every boot; this is quite close from running a <code>Main</code> method.</li>
<li>The last suggestion it to support real-time Java, which sounds quite interesting, even though I really have no clue about it. Some challenges have already been identified, such as garbage collection predictability (especially with slow persistent memory).</li>
</ul>
<p>That presentation was interesting, and I hope that some guys that are interested in the Internet of Things will have liked it. Not sure, because there were no questions from the audience.</p>
]]></content:encoded>
			<wfw:commentRss>https://javacard.vetilles.com/2009/06/03/live-from-j1-java-card-30-on-embedded-devices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Re: Information request</title>
		<link>https://javacard.vetilles.com/2009/05/28/re-information-request/</link>
		<comments>https://javacard.vetilles.com/2009/05/28/re-information-request/#comments</comments>
		<pubDate>Thu, 28 May 2009 11:17:38 +0000</pubDate>
		<dc:creator><![CDATA[Eric Vétillard]]></dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://javacard.vetilles.com/?p=342</guid>
		<description><![CDATA[I am getting more and more message from e-mail marketers that start with &#8220;Re:&#8221; followed by a very generic sentence that I could have written, just like anybody else. This is of course based on the assumption that we are used to receive answers to our own messages, and that we are more likely to [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>I am getting more and more message from e-mail marketers that start with &#8220;Re:&#8221; followed by a very generic sentence that I could have written, just like anybody else. This is of course based on the assumption that we are used to receive answers to our own messages, and that we are more likely to open an e-mail labeled &#8220;Re: Information request&#8221; than &#8220;Contract us for your Cartes booth&#8221;. This assumption is true, mostly because most of us aren&#8217;t in charge of organizing our company&#8217;s participation to trade shows.</p>
<p>My personal opinion is that practice transforms a &#8220;basic&#8221; unwanted e-mail sollicitation (which is annoying enough) into full-fledged spam, mostly because they use a deceptive trick to get their message through. I am not sure what the benefit is for the companies that use these techniques, but I am quite glad that my mail reader doesn&#8217;t follow any links (including images) by default, so I can&#8217;t be counted as somebody who actually read the message (and help the company that markets this make money).</p>
<p>Another funny thing is that I have not been able to find anybody complaining about this on Goolge, most likely because I don&#8217;t have the right search words. I am sure that I am not the only one to dislike this deceptive marketing technique, and I hope that the companie that use it will soon realize that it is actually hurting their business.</p>
]]></content:encoded>
			<wfw:commentRss>https://javacard.vetilles.com/2009/05/28/re-information-request/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
