<?xml version="1.0" encoding="iso-8859-1" ?>
<rss version="2.0">
  <channel>
    <title>Jenkov.com - News</title>
      <link>http://jenkov.com/rss/rss_all.jsp</link>
      <description>News from Jenkov.com about new releases, new articles etc.</description>
      <language>en</language>
      
      
      <item>
  <title>SOA - Service Performance</title>
  <link>http://tutorials.jenkov.com/soa/performance.html</link>
 <description>
     This text discusses some of the performance issues you should take into consideration
     when designing a service oriented architecture.
 </description>
  <guid isPermaLink="true">http://tutorials.jenkov.com/soa/performance.html</guid>
  <pubDate>2010.03.08</pubDate>
</item>

<item>
  <title>SOA - Service Proxy</title>
  <link>http://tutorials.jenkov.com/soa/service-proxy.html</link>
 <description>
    Service proxies translates from one service protocol to another. This text
     explains in brief how service proxies work.
 </description>
  <guid isPermaLink="true">http://tutorials.jenkov.com/soa/service-proxy.html</guid>
  <pubDate>2010.03.08</pubDate>
</item>

<item>
  <title>SOA - Services vs. Applications</title>
  <link>http://tutorials.jenkov.com/soa/services-applications.html</link>
 <description>
     What is the difference between services and applications? This text discusses
     common traits of services and applications, and tries to highlight their differences.
 </description>
  <guid isPermaLink="true">http://tutorials.jenkov.com/soa/services-applications.html</guid>
  <pubDate>2010.03.08</pubDate>
</item>

<item>
  <title>SOAP Tutorial - Part 1</title>
  <link>http://tutorials.jenkov.com/soap/index.html</link>
 <description>
     The first 7 texts in the SOAP tutorial have been released, covering SOAP Envelope,
     Header, Body, Fault, roles and message exchange patterns (MEP).
 </description>
  <guid isPermaLink="true">http://tutorials.jenkov.com/soap/index.html</guid>
  <pubDate>2010.03.01</pubDate>
</item>

<item>
  <title>SOA - Service Repositories</title>
  <link>http://tutorials.jenkov.com/soa/service-repositories.html</link>
 <description>
     The SOA tutorial has been continued with a new text briefly explaining the
     concept of Service Repositories, which are catalogues of available services.
 </description>
  <guid isPermaLink="true">http://tutorials.jenkov.com/soa/service-repositories.html</guid>
  <pubDate>2010.02.21</pubDate>
</item>

<item>
  <title>Service Oriented Architecture - Tutorial Started</title>
  <link>http://tutorials.jenkov.com/soa/index.html</link>
 <description>
     The web service tutorial has been split into two seperate trails. One
     trail on web service specific details, and one trail on service oriented
     architecture (SOA). The trail on SOA is independent from what kind of
     services you are using (SOAP, Jini, JXTA, Corba etc.). The general principles
     works regardless of underlying protocols.
 </description>
  <guid isPermaLink="true">http://tutorials.jenkov.com/soa/index.html</guid>
  <pubDate>2010.02.14</pubDate>
</item>

<item>
  <title>Web Services Tutorial - Started</title>
  <link>http://tutorials.jenkov.com/web-services/index.html</link>
 <description>
     I promised to write some tutorials about web services this year. So, I have started
     with the first 6 texts in a top down overview. More texts will be added soon.
 </description>
  <guid isPermaLink="true">http://tutorials.jenkov.com/web-services/index.html</guid>
  <pubDate>2010.02.08</pubDate>
</item>








































      <item>
  <title>Butterfly Web UI 1.2.0</title>
  <link>http://butterfly.jenkov.com</link>
  <description>
    This version contains support for a global exception handler, and
      switching your web app into maintenance mode, where you can
      backup databases, files etc. without the users accesing them -
      without taking the web app offline of course.
  </description>
  <guid isPermaLink="false">http://butterfly.jenkov.com/22</guid>
  <pubDate>2009.08.04</pubDate>
</item>

<item>
  <title>Butterfly Persistence 5.2.0</title>
  <link>http://butterfly.jenkov.com</link>
  <description>
    Version 5.2.0 contains support for connection and transaction scoping.
      via the ScopingDataSource.
    This is something that can otherwise be quite messy to handle yourself.
  </description>
  <guid isPermaLink="false">http://butterfly.jenkov.com/23</guid>
  <pubDate>2009.08.04</pubDate>
</item>
<item>
  <title>Butterfly DI Container 3.0.0</title>
  <link>http://butterfly.jenkov.com</link>
  <description>
      Version 3.0.0 contains support for using Butterfly Container as an
      internationalization mechanism for both components and texts.
  </description>
  <guid isPermaLink="false">http://butterfly.jenkov.com/24</guid>
  <pubDate>2009.06.29</pubDate>
</item>











      <item>
  <title>Book Review: Dependency Injection</title>
  <link>http://jenkov.com/book-reviews/dependency-injection.html</link>
  <description>
      I as approached by Manning Publications and asked if I would be interested in writing a book review
      of their upcoming book "Dependency Injection" by Dhanji R. Prasanna. Being the developer of the
      dependency injection container for Java, Butterfly Container, and having written about dependency
      injection before, I was naturally interested in what this book had to offer. It turned out to be a
      very good book. Want to know more about this book? Then go ahead and read the review now!
  </description>
  <guid isPermaLink="true">http://jenkov.com/book-reviews/dependency-injection.html</guid>
  <pubDate>2009.02.19</pubDate>
</item>





      <item>
  <title>ScriptDraw 1.2.0 Released</title>
  <link>http://scriptdraw.com</link>
  <description>
      Version 1.2.0 of ScriptDraw.com - the free online SVG editor -
      contains buttons for left, right, up and down arrows. These
      arrows are generated using the SVG path element.
  </description>
  <guid isPermaLink="false">http://scriptdraw.com/3</guid>
  <pubDate>2009.04.03</pubDate>
</item>

<item>
  <title>ScriptDraw 1.1.10 Released</title>
  <link>http://scriptdraw.com</link>
  <description>
      Version 1.1.10 of ScriptDraw.com - the free online SVG editor -
      contains support for "undo", meaning it is now possible to undo
      the last 20 actions. In addition, buttons have been added for
      inserting SVG for basic shapes (rect, circle, ellipse, line etc.).
      Finally, all buttons have now also been given keyboard shortcuts.
      These are visible when you hover the mouse over the buttons, in
      the tooltips. These changes make ScriptDraw a lot easier to work
      with!
  </description>
  <guid isPermaLink="false">http://scriptdraw.com/2</guid>
  <pubDate>2009.02.03</pubDate>
</item>

<item>
  <title>ScriptDraw 1.0 Released</title>
  <link>http://scriptdraw.com</link>
  <description>
      ScriptDraw is a simple free online SVG editor. You type in the
      SVG XML and press a button to see the SVG image as it is rendered
      in your browser. More features will be added in the future.
  </description>
  <guid isPermaLink="false">http://scriptdraw.com/1</guid>
  <pubDate>2009.01.15</pubDate>
</item>









  </channel>
</rss>