<?xml version="1.0" encoding="utf-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><channel xmlns="http://purl.org/rss/1.0/" rdf:about="http://www.croz.net/index.php/eng"><title>CROZ Tech Blog</title><link>http://www.croz.net/index.php/eng</link><description></description><items><rdf:Seq><rdf:li rdf:resource="http://www.croz.net/index.php/eng/tech_blog/ibm_websphere_application_server_7_feature_packs_osgi_jpa_2_0_and_xml"/><rdf:li rdf:resource="http://www.croz.net/index.php/eng/tech_blog/the_many_faces_of_portal_liferay_portal_websphere_portal"/><rdf:li rdf:resource="http://www.croz.net/index.php/eng/tech_blog/we_are_presenting_ibm_software"/><rdf:li rdf:resource="http://www.croz.net/index.php/eng/tech_blog/cdocs_bpm_platform_from_croz"/><rdf:li rdf:resource="http://www.croz.net/index.php/eng/tech_blog/xfrm_programming"/><rdf:li rdf:resource="http://www.croz.net/index.php/eng/tech_blog/hibernate_inheritance_mapping"/><rdf:li rdf:resource="http://www.croz.net/index.php/eng/tech_blog/integration_of_spring_ioc_container_into_eclipse_rcp"/></rdf:Seq></items></channel><item xmlns="http://purl.org/rss/1.0/" rdf:about="http://www.croz.net/index.php/eng/tech_blog/ibm_websphere_application_server_7_feature_packs_osgi_jpa_2_0_and_xml"><title>IBM WebSphere Application Server 7 Feature Packs: OSGI, JPA 2.0 and XML</title><link>http://www.croz.net/index.php/eng/tech_blog/ibm_websphere_application_server_7_feature_packs_osgi_jpa_2_0_and_xml</link><description>
&lt;p&gt;
How can we satisfy a programmer's need to develop software using new technologies as well as the need for saving application server versions within the systems sector? IBM has the solution: WebSphere Application Server Feature Packs.
&lt;/p&gt;
</description></item><item xmlns="http://purl.org/rss/1.0/" rdf:about="http://www.croz.net/index.php/eng/tech_blog/the_many_faces_of_portal_liferay_portal_websphere_portal"><title>The Many Faces of Portal – Liferay Portal, WebSphere Portal</title><link>http://www.croz.net/index.php/eng/tech_blog/the_many_faces_of_portal_liferay_portal_websphere_portal</link><description>
&lt;p&gt;
 
&lt;/p&gt;

&lt;p&gt;
In one of our last FYI issues you could have read an article on a specific portal solution. The article comprised a detailed introduction into a historical development of the portal as a concept, and gave an overview of the most important representatives of portal solutions as well as an explanation of their main purposes.Not to have our dear readers overwhelmed with &lt;i&gt;déjà vu&lt;/i&gt; all over again, here we will concentrate specifically on one branch of the portal solution family, and these are &lt;i&gt;enterprise&lt;/i&gt; portal solutions, i.e. portals. 
&lt;/p&gt;
</description></item><item xmlns="http://purl.org/rss/1.0/" rdf:about="http://www.croz.net/index.php/eng/tech_blog/we_are_presenting_ibm_software"><title>We are presenting IBM Software </title><link>http://www.croz.net/index.php/eng/tech_blog/we_are_presenting_ibm_software</link><description>
&lt;p&gt;
IBM Lotus Software delivers robust collaboration software that empowers people to connect, collaborate, and innovate while optimizing the way they work. With Lotus you can drive better business outcomes through smarter collaboration. 
&lt;/p&gt;

&lt;p&gt;
&lt;a href="/index.php/eng/tech_blog/ibm_software" target="_self"&gt;Read more...&lt;/a&gt;
&lt;/p&gt;
</description></item><item xmlns="http://purl.org/rss/1.0/" rdf:about="http://www.croz.net/index.php/eng/tech_blog/cdocs_bpm_platform_from_croz"><title>cDocs – BPM platform from CROZ</title><link>http://www.croz.net/index.php/eng/tech_blog/cdocs_bpm_platform_from_croz</link><description>
&lt;p&gt;
 
&lt;/p&gt;

&lt;p&gt;
As a result of numerous requests from users and partners for a unified ECM platform, CROZ has come up with a solution for document, process and record management - cDocs. 
&lt;/p&gt;
</description></item><item xmlns="http://purl.org/rss/1.0/" rdf:about="http://www.croz.net/index.php/eng/tech_blog/xfrm_programming"><title>XFRM Programming</title><link>http://www.croz.net/index.php/eng/tech_blog/xfrm_programming</link><description>
&lt;p&gt;
IPsec is a group of protocols used on top of IP for the purpose of authentication, encryption and secure exchange of encryption keys. These three activities correspond to three different protocols. The Authentication Header protocol, or AH for short, confirms the identity of the sender. Packet encryption is done by Encapsulating Security Payload or ESP. Finally, Internet Key Exchange or IKE is a mechanism for exchanging secret encryption keys used by ESP.
&lt;/p&gt;
</description></item><item xmlns="http://purl.org/rss/1.0/" rdf:about="http://www.croz.net/index.php/eng/tech_blog/hibernate_inheritance_mapping"><title>Hibernate inheritance mapping</title><link>http://www.croz.net/index.php/eng/tech_blog/hibernate_inheritance_mapping</link><description>
&lt;p&gt;
Hibernate offers us three basic ways to map class inheritance to relational database:
&lt;/p&gt;

&lt;p&gt;

1. Table per class hierarchy&lt;br /&gt;
2. Table per subclass&lt;br /&gt;3. Table per concrete class
&lt;/p&gt;

&lt;p&gt;
Each of these have it's strengths and limitations and we will make short review of them and present simple examples based on following class hierarchy:
&lt;/p&gt;
</description></item><item xmlns="http://purl.org/rss/1.0/" rdf:about="http://www.croz.net/index.php/eng/tech_blog/integration_of_spring_ioc_container_into_eclipse_rcp"><title>Integration of Spring IoC Container into Eclipse RCP</title><link>http://www.croz.net/index.php/eng/tech_blog/integration_of_spring_ioc_container_into_eclipse_rcp</link><description>
&lt;p&gt;
One of the projects CROZ is currently participating in is dedicated to the production of Rich Client Application. Eclipse Rich Client Platform (Eclipse RCP) has been chosen as a platform for the production of client, whose main characteristic is that it enables XML configuration of user interface. The platform automatically manages various visual elements such as menus, toolbars, view or editor frames etc.
&lt;/p&gt;
</description></item></rdf:RDF>

