<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://borisminkin.sys-con.com"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Latest News from Boris Minkin</title>
 <link>http://borisminkin.sys-con.com/</link>
 <description>Latest News from Boris Minkin</description>
 <language>en</language>
 <copyright>Copyright 2012 Ulitzer.com</copyright>
 <generator>Ulitzer.com</generator>
 <lastBuildDate>Wed, 16 May 2012 17:33:11 EDT</lastBuildDate>
 <docs>http://backend.userland.com/rss</docs>
 <ttl>360</ttl>
<item>
 <title>XSLT Solution for Java EE Applications</title>
 <link>http://borisminkin.sys-con.com/node/299923</link>
 <description>Applying XSLT (eXtensible Stylesheet Language for Transformations) to XML documents can be done using the Java EE (formerly J2EE) Servlet filters model and Java Server Pages (JSP) technology. Servlet filters can be invoked before or after the invocation of a particular servlet or JSP, based on the incoming URL mapping, which could be specified as the central controller servlet in a framework such as Struts or a custom-developed one. The basic logical model is shown in Figure 1.&lt;p&gt;&lt;a href=&quot;http://borisminkin.sys-con.com/node/299923&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Mon, 20 Nov 2006 11:45:00 EST</pubDate>
 <guid isPermaLink="true">http://borisminkin.sys-con.com/node/299923</guid>
 <comments>http://borisminkin.sys-con.com/node/299923#feedback</comments>
</item>
<item>
 <title>Developing Web Services with Eclipse and WTP</title>
 <link>http://borisminkin.sys-con.com/node/201210</link>
 <description>This session is a live demo of development of the Web Services using Eclipse and Web Tools Project (WTP).&lt;p&gt;&lt;a href=&quot;http://borisminkin.sys-con.com/node/201210&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Tue, 06 Jun 2006 11:00:00 EDT</pubDate>
 <guid isPermaLink="true">http://borisminkin.sys-con.com/node/201210</guid>
 <comments>http://borisminkin.sys-con.com/node/201210#feedback</comments>
</item>
<item>
 <title>Java Feature — Bringing Together Eclipse,WTP, Struts, and Hibernate</title>
 <link>http://borisminkin.sys-con.com/node/216320</link>
 <description>In the article &#039;Creating Web Applications with the Eclipse WTP&#039; (&lt;a href=&quot;http://jdj.sys-con.com/read/152270.htm&quot; title=&quot;http://jdj.sys-con.com/read/152270.htm&quot;&gt;http://jdj.sys-con.com/read/152270.htm&lt;/a&gt; ), we created a Web application using Eclipse Web Tools Project, the Tomcat application server, and the MySQL database server. That application (DBTest) was good, however, it had some limitations&lt;p&gt;&lt;a href=&quot;http://borisminkin.sys-con.com/node/216320&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Wed, 10 May 2006 13:30:00 EDT</pubDate>
 <guid isPermaLink="true">http://borisminkin.sys-con.com/node/216320</guid>
 <comments>http://borisminkin.sys-con.com/node/216320#feedback</comments>
</item>
<item>
 <title>Developing Web Services &quot;Eclipse Web Tools Project&quot;</title>
 <link>http://borisminkin.sys-con.com/node/180402</link>
 <description>Today&#039;s trend is to integrate existing systems in a standard way to make disparate implementations interoperate. Web Services and XML came along with the ability to provide a standard communication interface between these systems, as well as the standard description language - WSDL - the Web Services Description Language that lets those systems define the structure of the services they&#039;re providing.&lt;p&gt;&lt;a href=&quot;http://borisminkin.sys-con.com/node/180402&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Mon, 27 Feb 2006 11:45:00 EST</pubDate>
 <guid isPermaLink="true">http://borisminkin.sys-con.com/node/180402</guid>
 <comments>http://borisminkin.sys-con.com/node/180402#feedback</comments>
</item>
<item>
 <title>How to Bring Eclipse 3.1, J2SE 5.0, and Tomcat 5.0 Together</title>
 <link>http://borisminkin.sys-con.com/node/140093</link>
 <description>We&#039;ll build a servlet that will demo some new Java 5.0 features and do some basic tasks like creating a session to track user visits to multiple Web pages. This code can easily be extended to store a user ID in the session that will travel with her as the site is navigated. The value of the visit counter is stored in the session so multiple visits to the page will be counted (this includes the page refreshes after pressing the browser&#039;s &#039;Reload&#039; button). If the counter goes over five, the counter gets cleared.&lt;p&gt;&lt;a href=&quot;http://borisminkin.sys-con.com/node/140093&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Sat, 07 Jan 2006 13:15:00 EST</pubDate>
 <guid isPermaLink="true">http://borisminkin.sys-con.com/node/140093</guid>
 <comments>http://borisminkin.sys-con.com/node/140093#feedback</comments>
</item>
<item>
 <title>Creating Web Applications with the Eclipse Web Tools Project</title>
 <link>http://borisminkin.sys-con.com/node/152270</link>
 <description>The Web Tools Project (WTP) by the Eclipse Foundation is a set of open source tools that substantially reduce the time required for the development of Web applications, EJBs, and Web services. The WTP&#039;s current version is 0.7.1 and version 1.0 is coming later this year. The framework provides wizards and tools to create EJBs, Web components such as servlets and JSPs, and Web services using the Axis engine. It also provides source editors for HTML, JavaScript, CSS, JSP, SQL, XML, DTD, XSD, and WSDL; graphical editors for XSD, WSDL, J2EE project builders, models, and a J2EE navigator; a Web service wizard, explorer, and WS-I Test Tools; and database access, query tools, and models.&lt;p&gt;&lt;a href=&quot;http://borisminkin.sys-con.com/node/152270&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <pubDate>Tue, 22 Nov 2005 13:00:00 EST</pubDate>
 <guid isPermaLink="true">http://borisminkin.sys-con.com/node/152270</guid>
 <comments>http://borisminkin.sys-con.com/node/152270#feedback</comments>
</item>
</channel>
</rss>

