<?xml version="1.0"?>
<rss version="2.0">
<channel>
  <title>Jan&#039;s blog</title>
  <link>http://blogs.webtide.com:80/janb/</link>
  <description></description>
  <language>en</language>
  <copyright>Jan Bartel</copyright>
  <lastBuildDate>Wed, 30 Apr 2008 00:00:00 GMT</lastBuildDate>
  <generator>Pebble (http://pebble.sourceforge.net)</generator>
  <docs>http://backend.userland.com/rss</docs>
  
  
  <item>
    <title>Jetty Runner</title>
    <link>http://blogs.webtide.com:80/janb/2008/04/30/1209513600000.html</link>
    
      
      
        <description>
          If you&#039;re looking for a fast and easy way to run your webapp, without needing to install and administer a Jetty distro, then look no further, the Jetty Runner is here! The idea of the Jetty Runner is extremely simple - run a webapp from the command line using a single jar and as much default configuration as possible:
&lt;pre&gt;  java -jar jetty-runner.jar my.war&lt;/pre&gt;
Voila! Jetty will start on port 8080 and deploy the my.war webapp.&lt;p&gt;&lt;a href=&#034;http://blogs.webtide.com:80/janb/2008/04/30/1209513600000.html&#034;&gt;Read more...&lt;/a&gt;&lt;/p&gt;
        </description>
      
    
    
    
    <comments>http://blogs.webtide.com:80/janb/2008/04/30/1209513600000.html#comments</comments>
    <guid isPermaLink="true">http://blogs.webtide.com:80/janb/2008/04/30/1209513600000.html</guid>
    <pubDate>Wed, 30 Apr 2008 00:00:00 GMT</pubDate>
  </item>
  
  <item>
    <title>Glassfish and OSGi ... and Jetty?</title>
    <link>http://blogs.webtide.com:80/janb/2008/04/17/1208415958628.html</link>
    
      
      
        <description>
          In one of those cosmic coincidences, no sooner do I blog about OSGi and J2EE containers, but Glassfish&lt;a href=&#034;http://blogs.sun.com/dochez/entry/glassfish_v3_runs_on_osgi&#034;&gt; announces that they are moving to OSGi&lt;/a&gt;.&lt;p&gt;&lt;a href=&#034;http://blogs.webtide.com:80/janb/2008/04/17/1208415958628.html&#034;&gt;Read more...&lt;/a&gt;&lt;/p&gt;
        </description>
      
    
    
    
    <comments>http://blogs.webtide.com:80/janb/2008/04/17/1208415958628.html#comments</comments>
    <guid isPermaLink="true">http://blogs.webtide.com:80/janb/2008/04/17/1208415958628.html</guid>
    <pubDate>Thu, 17 Apr 2008 07:05:58 GMT</pubDate>
  </item>
  
  <item>
    <title>Jetty and OSGi</title>
    <link>http://blogs.webtide.com:80/janb/2008/04/11/1207874040000.html</link>
    
      
      
        <description>
          &lt;div align=&#034;justify&#034;&gt;OSGi is a standard for modular Java-based services, and as Jetty&#039;s guiding principle has always been to be a &amp;quot;good component&amp;quot;, there is a natural fit between Jetty and OSGi services. This natural fit is demonstrated by the increasing number of OSGi containers that plug-in Jetty as the OSGi Http service.&lt;/div&gt;&lt;p&gt;&lt;a href=&#034;http://blogs.webtide.com:80/janb/2008/04/11/1207874040000.html&#034;&gt;Read more...&lt;/a&gt;&lt;/p&gt;
        </description>
      
    
    
    
    <comments>http://blogs.webtide.com:80/janb/2008/04/11/1207874040000.html#comments</comments>
    <guid isPermaLink="true">http://blogs.webtide.com:80/janb/2008/04/11/1207874040000.html</guid>
    <pubDate>Fri, 11 Apr 2008 00:34:00 GMT</pubDate>
  </item>
  
  <item>
    <title>Java EE 6 Web Profile</title>
    <link>http://blogs.webtide.com:80/janb/2008/02/28/1204179615319.html</link>
    
      
      
        <description>
          The JSR-316 group - the JavaEE expert group - has suggested the idea of &amp;quot;profiles&amp;quot; to formally provide the option of slimmed-down app servers. There are various options being mooted for a Web Profile, but all of them contain JSP and related technologies as mandatory. I argue that the time for JSP as a mandated presentation technology has past and a Web Profile should simply consist of the servlet specification. In fact, I&#039;m doubtful of the profile solution, and see much more value in a flexible container that allows you to plug in the implementations of the standard APIs as your needs dictate.&lt;p&gt;&lt;a href=&#034;http://blogs.webtide.com:80/janb/2008/02/28/1204179615319.html&#034;&gt;Read more...&lt;/a&gt;&lt;/p&gt;
        </description>
      
    
    
    
    <comments>http://blogs.webtide.com:80/janb/2008/02/28/1204179615319.html#comments</comments>
    <guid isPermaLink="true">http://blogs.webtide.com:80/janb/2008/02/28/1204179615319.html</guid>
    <pubDate>Thu, 28 Feb 2008 06:20:15 GMT</pubDate>
  </item>
  
  <item>
    <title>Jetty Does Android - Update</title>
    <link>http://blogs.webtide.com:80/janb/2008/02/23/1203747720771.html</link>
    
      
      
        <description>
          Jetty is now serving web pages to the Android browser. The web pages show various types of information stored on the device, such as the current call log, the system settings, and the contact list.&lt;p&gt;&lt;a href=&#034;http://blogs.webtide.com:80/janb/2008/02/23/1203747720771.html&#034;&gt;Read more...&lt;/a&gt;&lt;/p&gt;
        </description>
      
    
    
    
    <comments>http://blogs.webtide.com:80/janb/2008/02/23/1203747720771.html#comments</comments>
    <guid isPermaLink="true">http://blogs.webtide.com:80/janb/2008/02/23/1203747720771.html</guid>
    <pubDate>Sat, 23 Feb 2008 06:22:00 GMT</pubDate>
  </item>
  
  <item>
    <title>Jetty Does Android</title>
    <link>http://blogs.webtide.com:80/janb/2008/02/20/1203499853543.html</link>
    
      
        <description>
          I&#039;ve recently been working on porting Jetty to Google&#039;s mobile platform called &lt;a href=&#034;http://code.google.com/android/&#034;&gt;Android.&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
It&#039;s early days still, but I&#039;ve succeeded in running a minimal setup with a connector (I&#039;ve tested both bio and nio connectors) and a simple Handler. If you&#039;d like to take a look, then check out the code from the&lt;a href=&#034;http://code.google.com/p/i-jetty/&#034;&gt; i-jetty&lt;/a&gt; project and build it (you&#039;ll need to execute the ant build script and then use Android&#039;s &lt;a href=&#034;http://code.google.com/android/reference/aapt.html&#034;&gt;packaging tool&lt;/a&gt; or the &lt;a href=&#034;http://code.google.com/android/intro/installing.html#installingplugin&#034;&gt;Eclipse plugin&lt;/a&gt;).&lt;br /&gt;
&lt;br /&gt;
Once you&#039;ve built and deployed the i-jetty package to the&lt;a href=&#034;http://code.google.com/android/reference/emulator.html&#034;&gt; emulator&lt;/a&gt;,&amp;nbsp; find the &amp;quot;Manage Jetty&amp;quot; application, and select the &amp;quot;Start Jetty&amp;quot; button. Then you&#039;ll be able to select the Browser application and surf to http://127.0.0.1:8080 and hit the demo &amp;quot;Hello&amp;quot; Handler.&lt;br /&gt;
&lt;br /&gt;
For the moment I&#039;ve had to do a teeny hack to the servlet api classes, due to this &lt;a href=&#034;http://code.google.com/p/android/issues/detail?id=173&amp;amp;colspec=ID%20Type%20Version%20Security%20Status%20Owner%20Summary&amp;amp;start=100&#034;&gt;bug&lt;/a&gt; in Android, but hopefully that will be fixed soon and I can revert the temporary patches.&lt;br /&gt;
&lt;br /&gt;
Much work remains to be done, but I thought I&#039;d give everyone early warning that this work was going on. Who knows, it might inspire someone to use Jetty to win the &lt;a href=&#034;http://code.google.com/android/adc.html&#034;&gt;Android developer challenge&lt;/a&gt;?!&lt;br /&gt;
        </description>
      
      
    
    
    
    <comments>http://blogs.webtide.com:80/janb/2008/02/20/1203499853543.html#comments</comments>
    <guid isPermaLink="true">http://blogs.webtide.com:80/janb/2008/02/20/1203499853543.html</guid>
    <pubDate>Wed, 20 Feb 2008 09:30:53 GMT</pubDate>
  </item>
  
  <item>
    <title>Eclifox</title>
    <link>http://blogs.webtide.com:80/janb/2007/10/19/1192754142748.html</link>
    
      
        <description>
          I just came across a very cool use of Jetty. &lt;br /&gt;
&lt;br /&gt;
The folks at IBM alphaWorks have come up with an Eclipse plugin that translates your Eclipse UI into XUL and vice-versa so that you can effectively use your Eclipse from your (Mozilla-based) web browser! Jetty is the servlet engine providing the browser-to-Eclipse linkage.&lt;br /&gt;
&lt;br /&gt;
Go and check it out at: &lt;a href=&#034;http://www.alphaworks.ibm.com/tech/eclifox&#034;&gt;www.alphaworks.ibm.com/tech/eclifox&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
One slight problem is that the first release of the plugin will only work on Windows platforms, however they&#039;re working on an update that should be platform independent.&lt;br /&gt;
&lt;br /&gt;
The plugin currently requires you to download the Jetty jars separately, however as Eclipse 3.3 and onwards ships with an internally available Jetty, the alphaWorks guys may well be able to hook into that in a future release, streamlining the installation process and reducing duplication.
        </description>
      
      
    
    
    
    <comments>http://blogs.webtide.com:80/janb/2007/10/19/1192754142748.html#comments</comments>
    <guid isPermaLink="true">http://blogs.webtide.com:80/janb/2007/10/19/1192754142748.html</guid>
    <pubDate>Fri, 19 Oct 2007 00:35:42 GMT</pubDate>
  </item>
  
  <item>
    <title>Jetty Eclipse Plugin</title>
    <link>http://blogs.webtide.com:80/janb/2007/10/18/1192684152479.html</link>
    
      
        <description>
          Version 1.0.1 of the Jetty Plugin for Eclipse is available from:&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&#034;http://www.webtide.com/eclipse/&#034;&gt;www.webtide.com/eclipse/&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
This minor release fixes a problem whereby the automatic redeploy of a Dynamic Webapp project by the Eclipse environment did not trigger Jetty to redeploy.
        </description>
      
      
    
    
    
    <comments>http://blogs.webtide.com:80/janb/2007/10/18/1192684152479.html#comments</comments>
    <guid isPermaLink="true">http://blogs.webtide.com:80/janb/2007/10/18/1192684152479.html</guid>
    <pubDate>Thu, 18 Oct 2007 05:09:12 GMT</pubDate>
  </item>
  
  <item>
    <title>Jetty Session Clustering with Terracotta</title>
    <link>http://blogs.webtide.com:80/janb/2007/05/01/1178002430443.html</link>
    
      
      
        <description>
          &lt;p&gt;
We&#039;ve been collaborating with the guys from &lt;a href=&#034;http://www.terracotta.com&#034;&gt;Terracotta&lt;/a&gt; to create a  new clustering solution for Jetty HTTP sessions.
&lt;/p&gt;
&lt;p&gt;
Make a note to drop by the Terracotta stand at Java One (booth #828) and see a demo of it in action!
&lt;/p&gt;&lt;p&gt;&lt;a href=&#034;http://blogs.webtide.com:80/janb/2007/05/01/1178002430443.html&#034;&gt;Read more...&lt;/a&gt;&lt;/p&gt;
        </description>
      
    
    
    
    <comments>http://blogs.webtide.com:80/janb/2007/05/01/1178002430443.html#comments</comments>
    <guid isPermaLink="true">http://blogs.webtide.com:80/janb/2007/05/01/1178002430443.html</guid>
    <pubDate>Tue, 01 May 2007 06:53:50 GMT</pubDate>
  </item>
  
  <item>
    <title>Jetty Ant Plugin</title>
    <link>http://blogs.webtide.com:80/janb/2007/03/08/1173333129817.html</link>
    
      
      
        <description>
          Jetty has a sexy new plugin for Ant that has the same features as the Maven plugin. So if you didn&#039;t want to move from Ant to Maven, but you still want fast webapp development, now you can have it!&lt;p&gt;&lt;a href=&#034;http://blogs.webtide.com:80/janb/2007/03/08/1173333129817.html&#034;&gt;Read more...&lt;/a&gt;&lt;/p&gt;
        </description>
      
    
    
    
    <comments>http://blogs.webtide.com:80/janb/2007/03/08/1173333129817.html#comments</comments>
    <guid isPermaLink="true">http://blogs.webtide.com:80/janb/2007/03/08/1173333129817.html</guid>
    <pubDate>Thu, 08 Mar 2007 05:52:09 GMT</pubDate>
  </item>
  
  </channel>
</rss>
