<?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>JavaPulse &#187; suntone</title>
	<atom:link href="http://javapulse.net/tag/suntone/feed/" rel="self" type="application/rss+xml" />
	<link>http://javapulse.net</link>
	<description>a finger on the pulse of the freelance Java&#0153; market in the Netherlands</description>
	<lastBuildDate>Sat, 19 Jun 2010 11:00:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Study Tips for Sun Certified Enterprise Architect (SCEA) Exam</title>
		<link>http://javapulse.net/2009/06/23/study-tips-for-sun-certified-enterprise-architect-scea-exam/</link>
		<comments>http://javapulse.net/2009/06/23/study-tips-for-sun-certified-enterprise-architect-scea-exam/#comments</comments>
		<pubDate>Tue, 23 Jun 2009 14:12:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[architecture]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[scea]]></category>
		<category><![CDATA[suntone]]></category>

		<guid isPermaLink="false">http://javapulse.net/?p=153</guid>
		<description><![CDATA[It&#8217;s been a year since I attended a bootcamp for Sun Certified Enterprise Architect and I noticed that I never published these study tips. The course went from fundamental architectural concepts to using current Java technology to design software.
I really liked learning the SunTone Architecture Methodology &#8211; specifically the SunTone cube, which helped me visualize [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a year since I attended a bootcamp for <a href="http://www.sun.com/training/certification/java/scea.xml" target="sun">Sun Certified Enterprise Architect</a> and I noticed that I never published these study tips. The course went from fundamental architectural concepts to using current Java technology to design software.</p>
<p>I really liked learning the SunTone Architecture Methodology &#8211; specifically the SunTone cube, which helped me visualize and make connections to infrastructure. What I liked less is the focus on Java design patterns, some of which are outdated, and a focus on (although a little understandably) Sun technology. The problem is these days &#8211; knowing the Sun way of doing things (EJB3, JSF, etc) is not the only choice. There is definitely a gap there for a more comprehensive Java Architecture course that comprises of all mainstream Java technology and help make the choices between them. Overall, I found that it was a good opportunity to focus and learn for a week on architecture and design. I&#8217;m glad to find that UML is still relevant in the face of agile development, although people haven&#8217;t talked about it much in more than 10 years.</p>
<p><strong>SunTone Architecture Methodology</strong><br />
To aid in the development of enterprise applications, Sun Java Center formulated the SunTone Architecture Methodology (SunTone AM) in the late 90&#8217;s. Enhancing RUP with the SunTone cube, it has now evolved to have more agile influences. SunTone AM introduced the SunTone cube to describe primary concerns in enterprise applications. The three faces on the cube represented layers, tiers, and systemic qualities.</p>
<p><strong><em>Layers</em></strong><br />
Layers are usually in the domain of infrastructure architects, where the application sits on top of infrastructure components.</p>
<ul>
<li>Application &#8211; software</li>
<li>Virtual Platform &#8211; interfaces to the middleware for decoupling</li>
<li>Application Infrastructure &#8211; middleware</li>
<li>Enterprise Services &#8211; OS</li>
<li>Compute &#038; Storage &#8211; hardware</li>
<li>Network Infrastructure &#8211; network</li>
</ul>
<p><strong><em>Tiers</em></strong><br />
Tiers are well-known to application architects. They describe how an application is decomposed into modules to reduce coupling and enhance system flexibility. Annoyingly, tiers are sometimes called layers, when not in the context of SunTone.</p>
<ul>
<li>Client Tier &#8211; browsers, standalone clients</li>
<li>Web Presentation Tier &#8211; HTTP requests</li>
<li>Business Tier</li>
<li>Integration Tier &#8211; interfaces with resources</li>
<li>Resource Tier &#8211; DBMS, mainframe, EIS</li>
</ul>
<p><strong><em>Systemic Qualities</em></strong><br />
Systemic qualities help establish the quality of service that a system can deliver. Different systemic qualities impose different constraints on the design of a system. This list correlates to Non-Functional Requirements (NFR) that when prioritized help make choices in system design that take quality, time, and costs into consideration.</p>
<ul>
<li>Manifest Qualities
<ul>
<li>Performance</li>
<li>Reliability</li>
<li>Availability</li>
<li>Usability</li>
</ul>
</li>
<li>Operational Qualities
<ul>
<li>Throughput</li>
<li>Manageability</li>
<li>Security</li>
<li>Serviceability</li>
<li>Testability</li>
</ul>
</li>
<li>Developmental Qualities
<ul>
<li>Realizability</li>
<li>Planability</li>
</ul>
</li>
<li>Evolutionary Qualities
<ul>
<li>Scability</li>
<li>Maintainability</li>
<li>Extensibility</li>
<li>Flexibility</li>
</ul>
</li>
</ul>
<p><strong>The Multiple Choice Exam</strong><br />
A lot of passing the exam has to do with learning the terminology.<br />
The multiple choice exam tests knowledge from roughly 8 areas:</p>
<ol>
<li>Application Design Concepts + Principles
<ul>
<li>encapsulation, inheritance, separation of concerns</li>
</ul>
</li>
<li>Common Architectures
<ul>
<li>2-tier, 3-tier, multi-tier, rich clients vs. browser/thin clients, web services</li>
</ul>
</li>
<li>Integration + Messaging
<ul>
<li>communication w/ external systems, WS+XML over HTTP, JCA, JMS</li>
</ul>
</li>
<li>Business Tier Technology
<ul>
<li>Enterprise Beans, Enterprise Classes, Stateful/Stateless Session Beans, Message Driven Beans</li>
<li>CMP/BMP, JDO, JPA, ORM, DAO, JDBC, JAX WS, EJB 3.0</li>
</ul>
</li>
<li>Web Tier
<ul>
<li>Web Framework, JSPs, Servlets , JSF</li>
</ul>
</li>
<li>Applicability of J2EE Technology
<ul>
<li>Designing modular solutions, SOA, measuring NFR, refactoring</li>
</ul>
</li>
<li>Design Patterns
<ul>
<li>GoF Design Patterns</li>
<li>Core J2EE Design Patterns</li>
</ul>
</li>
<li>Security
<ul>
<li> Client-side security: WebStart, applet deployment</li>
<li>potential threats</li>
<li>encryption, hash, SHA, asymmetric vs symmetric</li>
<li>JAAS</li>
</ul>
</li>
</ol>
<p><strong>Resources</strong></p>
<ul>
<li><a href="http://www.makeitfly.co.uk/Presentations/suntoneam_wp_5.24.pdf" target="suntone">SunTone Architecture Methodology</a></li>
<li><a href="http://java.sun.com/javaee/5/docs/tutorial/doc/" target="javaee">The Java EE 5 Tutorial</a></li>
<li><a href="http://en.wikipedia.org/wiki/Gang_of_Four_(software)" target="gof">Gang of Four Design Patterns</a></li>
<li><a href="http://www.corej2eepatterns.com/Patterns2ndEd/index.htm" target="corej2ee">Core J2EE Design Patterns</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://javapulse.net/2009/06/23/study-tips-for-sun-certified-enterprise-architect-scea-exam/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
