<?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>Oracle Developer Tools and Thoughts</title>
	<atom:link href="http://www.degenio.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.degenio.com</link>
	<description>Enterprise IT Tools and Thoughts, dealing mainly with Oracle Developer tools (Forms, Reports, APEX)</description>
	<lastBuildDate>Fri, 14 Oct 2011 18:54:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>ORAGEC-Oracle APEX day – Montreal Oct 2011</title>
		<link>http://www.degenio.com/2011/10/oragec-oracle-apex-day-%e2%80%93-montreal-oct-2011/</link>
		<comments>http://www.degenio.com/2011/10/oragec-oracle-apex-day-%e2%80%93-montreal-oct-2011/#comments</comments>
		<pubDate>Fri, 14 Oct 2011 18:54:05 +0000</pubDate>
		<dc:creator>Hafed</dc:creator>
				<category><![CDATA[apex(htmldb)]]></category>
		<category><![CDATA[oracle]]></category>

		<guid isPermaLink="false">http://www.degenio.com/?p=181</guid>
		<description><![CDATA[Yesterday, there were a number of presentations on the new Oracle APEX 4.1 version. The presentation by David Peake, APEX product manager from Oracle, highlighted the new features available in 4.1. Error handling: a nice way to propagate Oracle DB errors to APEX and handling within APEX. This is by far the best feature and [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday, there were a number of presentations on the new Oracle APEX 4.1 version.</p>
<p>The presentation by David Peake, APEX product manager from Oracle, highlighted the new features available in 4.1.<span id="more-181"></span></p>
<ul>
<li>Error handling: a nice way to propagate Oracle DB errors to APEX and handling within APEX. This is by far the best feature and certainly the one to use right away since a number of exceptions are related to integrity constraints.</li>
<li>Data loading: a new type of page included in the wizard. That will allow the creation of data loading pages within the application.</li>
<li>Internationalization: a much better interface for the wizard. Loading and publishing a new international version will be much quicker.</li>
</ul>
<p>There were two other presentations by the people from <a title="InSum Solutions – Migration to Oracle APEX is our thing!" href="http://www.insum.ca/" target="_blank">insum solutions</a> (internationalization)  and <a title="Momentum Technologies " href="www.momentumtechnologies.ca" target="_blank">momentum technologies</a> (rich UI interfaces for APEX applications).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.degenio.com/2011/10/oragec-oracle-apex-day-%e2%80%93-montreal-oct-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Feedback on teaching Oracle APEX</title>
		<link>http://www.degenio.com/2011/06/feedback-on-teaching-oracle-apex/</link>
		<comments>http://www.degenio.com/2011/06/feedback-on-teaching-oracle-apex/#comments</comments>
		<pubDate>Wed, 22 Jun 2011 21:52:21 +0000</pubDate>
		<dc:creator>Hafed</dc:creator>
				<category><![CDATA[apex(htmldb)]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[lectures]]></category>
		<category><![CDATA[plugins]]></category>
		<category><![CDATA[themes]]></category>

		<guid isPermaLink="false">http://www.degenio.com/?p=174</guid>
		<description><![CDATA[Today, I  finished the spring session teaching Oracle APEX to 2 groups of students. The majority had prior experience with Oracle Forms with some having more than 7 years experience developing Forms application. Most had a desire to explore APEX as a tool since they read a lot about it but were unsure whether they [...]]]></description>
			<content:encoded><![CDATA[<p>Today, I  finished the spring session teaching Oracle APEX to 2 groups of students. The majority had prior experience with Oracle Forms with some having more than 7 years experience developing Forms application.</p>
<p>Most had a desire to explore APEX as a tool since they read a lot about it but were unsure whether they could transition smoothly to developing APEX web applications.</p>
<p><span id="more-174"></span>So, the first problem we had is that there is this apparent impression that with APEX it is just a matter of clicking and clicking in wizards and through magic, the application will build itself.</p>
<p>The students were provided with a 420 pages workbook that shows every facet of APEX when designing and building a small Oracle-based application.</p>
<p>The course was 90 hours long and lasted from January to June 2011. Each lecture was 4 hours long and there was roughly 1 hour lecture with 3 hours of lab work. The APEX version used is the 4.X version currently available on apex.oracle.com</p>
<p>I divided the course in two parts with part I designed for APEX introduction and part II being the advanced APEX stuff.</p>
<p>Here is the breakdown for each lecture:</p>
<p>Part I</p>
<ul>
<li>Lecture 1: Introduction to apex and schema creation</li>
<li>Lecture 2: Developing Forms with APEX</li>
<li>Lecture 3: Items and Components in APEX Forms</li>
<li>Lecture 4: Dynamic Actions</li>
<li>Lecture 5: Navigation in APEX applications</li>
<li>Lecture 6: Validations</li>
<li>Lecture 7: Computations</li>
<li>Lecture 8: Security in an APEX application</li>
</ul>
<p>Part II</p>
<ul>
<li>Lecture 9: HTML &amp; CSS in APEX</li>
<li>Lecture 10: HTML &amp; CSS in APEX II</li>
<li>Lecture 11: Javascript in APEX</li>
<li>Lecture 12: Designing themes in APEX</li>
<li>Lecture 13: Using jQuery in APEX</li>
<li>Lecture 14: Using Plugins</li>
<li>Lecture 15: Creating plugins for APEX</li>
<li>Lecture 16: Designing multi languages applications</li>
<li>Lecture 17: Processes in APEX</li>
<li>Lecture 18: Reporting in APEX</li>
<li>Lecture 19: Using BI Publisher for PDF report layouts</li>
<li>Lecture 20: Application Export and deployment</li>
<li>Lecture 21: Migrating Oracle Forms applications to APEX</li>
</ul>
<p>A number of students quit as soon as we reached lecture 11. What I was told is that APEX did require them to be familiar with a number of technologies (HTML, CSS, javascript, jQuery, BI Published, Apache FOP, theme design, plugin design and last but not the least PL-SQL) and they were not ready for that.</p>
<p>While it was fully understood that the overall objective for the course was to get acquainted with APEX but not necessarily to become an expert in the above mentionned technologies, there is this impression that a number of my students are not ready to jump ship and start developing in APEX.</p>
<p>However, there were some hardcore Oracle Forms developers that performed very well and understand that it is just a matter of time before they are asked to switch to APEX.</p>
<p>Two books were used for this session:</p>
<ul>
<li>Beginning Oracle Application Express  by Rick Greenwald &#8211; WROX Publishing</li>
<li>Oracle Application Express 3.2. The Essentials and More by Arie Geller, Packt publishing</li>
</ul>
<p>I will be posting some of the plugins and the themes that were developed by the students. Some are very impressive.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.degenio.com/2011/06/feedback-on-teaching-oracle-apex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>APEX Early adopter ver 4.1</title>
		<link>http://www.degenio.com/2011/05/apex-early-adopter-ver-4-1/</link>
		<comments>http://www.degenio.com/2011/05/apex-early-adopter-ver-4-1/#comments</comments>
		<pubDate>Sun, 08 May 2011 22:21:49 +0000</pubDate>
		<dc:creator>Hafed</dc:creator>
				<category><![CDATA[apex(htmldb)]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[builder]]></category>
		<category><![CDATA[dashboard]]></category>
		<category><![CDATA[EA]]></category>

		<guid isPermaLink="false">http://www.degenio.com/?p=171</guid>
		<description><![CDATA[APEX EA 4.1 is out. Evaluation workspaces can be requested at tryapexnow.com. Some of the notable improvements that can be seen right away are the APEX Builder Dashboards, which  in this version show only the most important information. However, there are other improvements as well that can be seen once you login to APEX.]]></description>
			<content:encoded><![CDATA[<p>APEX EA 4.1 is out. Evaluation workspaces can be requested at tryapexnow.com.</p>
<p>Some of the notable improvements that can be seen right away are the APEX Builder Dashboards, which  in this version show only the most important information. However, there are other improvements as well that can be seen once you login to APEX.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.degenio.com/2011/05/apex-early-adopter-ver-4-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Switching to Oracle Apex or &#8230; not ?</title>
		<link>http://www.degenio.com/2011/03/switching-to-oracle-apex-or-not/</link>
		<comments>http://www.degenio.com/2011/03/switching-to-oracle-apex-or-not/#comments</comments>
		<pubDate>Mon, 14 Mar 2011 13:53:30 +0000</pubDate>
		<dc:creator>Hafed</dc:creator>
				<category><![CDATA[apex(htmldb)]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[Apex]]></category>
		<category><![CDATA[interface]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://www.degenio.com/?p=147</guid>
		<description><![CDATA[I have been following Oracle Apex since 2004 and while I was no big fan at the beginning, I am more and more inclined to say that there is a case for adopting this tool in a number of cases, especially in situations where budget and time are severe constraints. I will try to summarize [...]]]></description>
			<content:encoded><![CDATA[<p>I have been following Oracle Apex since 2004 and while I was no big fan at the beginning, I am more and more inclined to say that there is a case for adopting this tool in a number of cases, especially in situations where budget and time are severe constraints. I will try to summarize my current experience with Oracle Apex.</p>
<p>Please bear in mind that I wrote this post as a way to explain to a friend whether it makes sense to switch to Oracle Apex or Oracle JDeveloper coming from an Oracle Forms perspective.</p>
<p><strong>Good points</strong></p>
<ul>
<li><strong>Shared components</strong>: excellent repository approach that will boost the productivity of any team. Important stuff that I have been using are: LOV, templates, Lists, application items and globalization.<span id="more-147"></span></li>
</ul>
<ul>
<li><strong>Themes and templates</strong>: Graphic look for your APEX application. While web purists may look the other way at how Apex provides support for putting together the user interface, I find it very simple and intelligent at the same time. There are a large number of templates for any theme but it is important to realize you do not need to use all of them in any given applications. As such, if it is required to develop a new theme, only a limited number of templates could be designed. There are a couple of articles that have been written on how to put together a new theme for an Oracle Apex application. The best I have seen is from SUMNEVA. Best proof is their website which uses a custom theme. There is another one which got me started and explains the details behind an Oracle Apex theme (see sie-solutions.com)</li>
</ul>
<ul>
<li><strong>Javascript and JQuery</strong>: while I was really not very happy in seeing Javascript as a pre-requisite when developing under Apex, it was more because of a lack of understanding of its role in the overall production pipeline. Since we are on a web platform, there are cases where you do need to perform validations or calculations on the client side and in these cases, it is important to understand Javascript and the way to use it properly. An added plus is the JQuery library, included with Apex, is outstanding and provides almost limitless opportunities.</li>
</ul>
<ul>
<li><strong>Dynamic actions</strong>: For those that are still not inclined to use Javascript, dynamic actions are another way to provide excellent support for writing client-side behavior.</li>
</ul>
<ul>
<li><strong>Plugins</strong>: without them, Apex would be severely hampered, well not entirely true but very useful for integrating external functionnalities. The community does provide a number of outstanding extensions and there are more and more plugins being developed. However, I am still wanting to see Apex plugins developed with Java. That could open an entirely new avenue for Apex. But given that so many DBAs are reluctant to give Java support on the DB side, I believe PL/SQL for now is the only language for Apex plugins.</li>
</ul>
<p><strong>Bad points</strong></p>
<ul>
<li><strong>Application development</strong>: while we can regroup pages as a group, the visual layout of the application pages in the Apex IDE is a bit overwhelming. I think a treeview display of the pages with a folder and pages arrangement will tremendously help.</li>
</ul>
<ul>
<li><strong>Application prototyping and branching</strong>: since we are talking about a web application, it might be very useful to layout the page navigation beforehand and from there generate just the application skeleton. Something similar to what we have in Oracle JDeveloper.</li>
</ul>
<ul>
<li><strong>Form icons</strong>: very confusing icons for the forms and reports. While there is a rich palette of forms and reports under Apex, it is hard for those starting with the tool to differentiate between for example a tabular form and a form on a table with report.</li>
</ul>
<p><strong>Summary</strong></p>
<p>Well, there are other good and bad points but I tried to summarize the points I have seen lately. Overall, I do appreciate the design behind Oracle Apex and I strongly believe that now is the time to switch to Oracle Apex, at least for those that do not know whether to go to Oracle JDeveloper or Oracle Apex. You will not be disappointed !</p>
]]></content:encoded>
			<wfw:commentRss>http://www.degenio.com/2011/03/switching-to-oracle-apex-or-not/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>ORAGEC CONFÉRENCES FORUM ORACLE 2011- Montréal(Canada)</title>
		<link>http://www.degenio.com/2011/02/conferences-forum-oracle-2011-montrealcanada/</link>
		<comments>http://www.degenio.com/2011/02/conferences-forum-oracle-2011-montrealcanada/#comments</comments>
		<pubDate>Sat, 19 Feb 2011 17:17:03 +0000</pubDate>
		<dc:creator>Hafed</dc:creator>
				<category><![CDATA[apex(htmldb)]]></category>
		<category><![CDATA[Forms]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[Apex]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[Fusion]]></category>
		<category><![CDATA[Middleware]]></category>

		<guid isPermaLink="false">http://www.degenio.com/?p=144</guid>
		<description><![CDATA[For those planning to be at the annual ORAGEC here in Montréal, there are a number of interesting sessions. Of those, I will be attending the following sessions: Platform Application Express (10H15-11H15) Quoi de neuf avec la solution d’intelligence d’affaires OBIEE 11g (11H15-12H15) Stratégie d&#8217;évolution Forms 11g Developer/ADF vers une architecture SOA (13H15-14H15) Sécurité de [...]]]></description>
			<content:encoded><![CDATA[<p>For those planning to be at the annual ORAGEC here in Montréal, there are a number of interesting sessions. Of those, I will be attending the following sessions:<span id="more-144"></span></p>
<ul>
<li>Platform Application Express (10H15-11H15)</li>
<li>Quoi de neuf avec la solution d’intelligence d’affaires OBIEE 11g (11H15-12H15)</li>
<li>Stratégie d&#8217;évolution Forms 11g Developer/ADF vers une architecture SOA (13H15-14H15)</li>
<li>Sécurité de l’information avec la base de données 11g (14H30-15H30)</li>
<li>Meilleures pratiques de migration à 11g (15H30-16H30)</li>
</ul>
<p>Like the previous years,  I do expect high quality presentations from the Oracle people.  See you there.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.degenio.com/2011/02/conferences-forum-oracle-2011-montrealcanada/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apex Forum in french</title>
		<link>http://www.degenio.com/2011/02/apex-forum-in-french/</link>
		<comments>http://www.degenio.com/2011/02/apex-forum-in-french/#comments</comments>
		<pubDate>Tue, 15 Feb 2011 14:48:09 +0000</pubDate>
		<dc:creator>Hafed</dc:creator>
				<category><![CDATA[apex(htmldb)]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[Apex]]></category>
		<category><![CDATA[forum]]></category>

		<guid isPermaLink="false">http://www.degenio.com/?p=139</guid>
		<description><![CDATA[In addition to the excellent forum over at oracle.com, for those interested in an Apex forum in french, there is an excellent one run by sie-solutions.com over at apexquebec.com.]]></description>
			<content:encoded><![CDATA[<p>In addition to the excellent forum over at oracle.com, for those interested in an Apex forum in french, there is an excellent one run by sie-solutions.com over at <a title="forum apex quebec." href="http://apexquebec.com" target="_blank">apexquebec.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.degenio.com/2011/02/apex-forum-in-french/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apex authentication/authorization</title>
		<link>http://www.degenio.com/2011/02/apex-authenticationauthorization/</link>
		<comments>http://www.degenio.com/2011/02/apex-authenticationauthorization/#comments</comments>
		<pubDate>Tue, 15 Feb 2011 14:44:29 +0000</pubDate>
		<dc:creator>Hafed</dc:creator>
				<category><![CDATA[apex(htmldb)]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[Apex]]></category>
		<category><![CDATA[authentication]]></category>
		<category><![CDATA[authorization]]></category>

		<guid isPermaLink="false">http://www.degenio.com/?p=137</guid>
		<description><![CDATA[While Working on setting up an authentication/authorization scheme for an Oracle Apex application, I came across an excellent link   by Duncan Mein here and a step by step procedure by Afaq Ayub here. The difference between authentification and authorization: Authentication Scheme: control access to the application. That&#8217;s why you have a login page. You [...]]]></description>
			<content:encoded><![CDATA[<p>While Working on setting up an authentication/authorization scheme for an Oracle Apex application, I came across an excellent link   by Duncan Mein <a title="apex authentication/authorization" href="http://djmein.blogspot.com/2007/07/custom-authentication-authorisation.html" target="_blank">here</a> and a step by step procedure by Afaq Ayub <a title="step by step apex authentication/authorization" href="http://www.afaqayub.com/oracle-2/apex-authentication-scheme/" target="_blank">here</a>.<span id="more-137"></span></p>
<p>The difference between authentification and authorization:</p>
<p><strong>Authentication Scheme</strong>: control access to the application. That&#8217;s why you have a login page. You can use the application default, the one provided by the database and your own custom scheme.</p>
<p><strong>Authorization Scheme</strong>: control access to page items, regions and pages. That&#8217;s why you see the authorization link (pages) and security tabs (items and regions ) everywhere when developping your application.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.degenio.com/2011/02/apex-authenticationauthorization/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Oracle APEX presentation &#8211; Montreal Nov 2010</title>
		<link>http://www.degenio.com/2010/11/oracle-apex-presentation-montreal-nov-2010/</link>
		<comments>http://www.degenio.com/2010/11/oracle-apex-presentation-montreal-nov-2010/#comments</comments>
		<pubDate>Fri, 26 Nov 2010 14:11:19 +0000</pubDate>
		<dc:creator>Hafed</dc:creator>
				<category><![CDATA[apex(htmldb)]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[Apex]]></category>
		<category><![CDATA[event]]></category>
		<category><![CDATA[presentation]]></category>

		<guid isPermaLink="false">http://www.degenio.com/?p=133</guid>
		<description><![CDATA[This past tuesday Nov 23, 2010 we had Mr David Peake, APEX product manager, over here in Montreal giving us a presentation on the new features available in APEX 4.X. Some of the features that were highlighted: Dynamic actions: for people that tend to shy away from Javascript, this could be the answer. Basically, when [...]]]></description>
			<content:encoded><![CDATA[<p>This past tuesday Nov 23, 2010 we had Mr David Peake, APEX product manager, over here in Montreal giving us a presentation on the new features available in APEX 4.X.</p>
<p>Some of the features that were highlighted:</p>
<ul>
<li><strong>Dynamic actions</strong>: for people that tend to shy away from Javascript, this could be the answer. Basically, when you need to implement some Javascript scripting, you can do so by going the Dynamic action route.</li>
<li><strong>APEX Plugins</strong>: how they can extend functionnalities in APEX. David  mentionned there are a number of plugins already available but APEX developers should be writing more. It should be noted that APEX plugins are written in PL/SQL.</li>
<li><strong>Web services</strong>: an area where we should be expecting further improvement. Currently, REST web services are favored by the web community.</li>
<li>Oracle APEX Listener.</li>
<li><strong>Websheets</strong>: it is not clear what directions the APEX team is taking with websheets. These are pages implemented in a wiki fashion but David stressed that they are not aiming for a wiki-like usage.</li>
</ul>
<p>On my side, the main point that got me really interested in is getting websheets to do things similar to Lotus Notes as I explained in this <a href="http://www.degenio.com/2005/12/what-about-a-development-tool-a-la-lotus-designer/" target="_self">old post</a>.</p>
<p>The presentation was followed by a roundtable. Experts from <a href="www.sie-solutions.ca" target="_blank">sie-solutions</a>, <a href="www.insum.ca" target="_blank">insum</a> and <a href="http://www.banq.qc.ca/accueil/" target="_blank">bibliotheque nationale du quebec</a> answered questions from the audience.</p>
<p>Overall, it was a nice event organized by <a href="http://www.oragec.org" target="_blank">Oragec</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.degenio.com/2010/11/oracle-apex-presentation-montreal-nov-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New APEX course I will be teaching Winter 2011</title>
		<link>http://www.degenio.com/2010/11/new-apex-course-i-will-be-teaching-winter-2011/</link>
		<comments>http://www.degenio.com/2010/11/new-apex-course-i-will-be-teaching-winter-2011/#comments</comments>
		<pubDate>Sun, 21 Nov 2010 01:31:43 +0000</pubDate>
		<dc:creator>Hafed</dc:creator>
				<category><![CDATA[apex(htmldb)]]></category>
		<category><![CDATA[oracle]]></category>
		<category><![CDATA[Apex]]></category>
		<category><![CDATA[cours]]></category>

		<guid isPermaLink="false">http://www.degenio.com/?p=130</guid>
		<description><![CDATA[For those in the Montreal area, I will be teaching Oracle APEX at college de Bois de Boulogne this coming winter 2011. It is a 90 hours course. There is also a presentation on APEX on Tuesday Nov 23, 2010 by David Peake, APEX product manager. The presentation will be held at Bibliotheque Nationale. The [...]]]></description>
			<content:encoded><![CDATA[<p>For those in the Montreal area, I will be teaching Oracle APEX at college de Bois de Boulogne this coming winter 2011. It is a 90 hours course.</p>
<p>There is also a presentation on APEX on Tuesday Nov 23, 2010 by David Peake, APEX product manager. The presentation will be held at Bibliotheque Nationale. The event is organized by <a href="http://www.oragec.org" target="_blank">ORAGEC</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.degenio.com/2010/11/new-apex-course-i-will-be-teaching-winter-2011/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>UML tools for application modeling</title>
		<link>http://www.degenio.com/2010/06/uml-tools-for-application-modeling/</link>
		<comments>http://www.degenio.com/2010/06/uml-tools-for-application-modeling/#comments</comments>
		<pubDate>Mon, 14 Jun 2010 13:56:13 +0000</pubDate>
		<dc:creator>Hafed</dc:creator>
				<category><![CDATA[oracle]]></category>
		<category><![CDATA[UML]]></category>

		<guid isPermaLink="false">http://www.degenio.com/?p=126</guid>
		<description><![CDATA[I have been doing a lot of java programming since 2008 and most projects started with UML modeling (analysis and design). I have used visual paradigm (community edition) for most UML diagrams and I am quite happy with this tool. For those interested, there are a number of other open source UML tools that can [...]]]></description>
			<content:encoded><![CDATA[<p>I have been doing a lot of java programming since 2008 and most projects started with UML modeling (analysis and design). I have used visual paradigm (community edition) for most UML diagrams and I am quite happy with this tool.</p>
<p>For those interested, there are a number of other open source UML tools that can perfectly do the job. Here is the <a href="http://www.devcurry.com/2010/06/free-open-source-uml-tools.html">link</a> for a nice list of UML tools.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.degenio.com/2010/06/uml-tools-for-application-modeling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

