<?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>Weddings and Ramblings &#187; technology</title>
	<atom:link href="http://weddingsbydarrel.com/blog/category/technology/feed" rel="self" type="application/rss+xml" />
	<link>http://weddingsbydarrel.com/blog</link>
	<description>Weddings By Darrel</description>
	<lastBuildDate>Mon, 05 Jul 2010 15:13:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Tech: Look &amp; Feel, and Data</title>
		<link>http://weddingsbydarrel.com/blog/13</link>
		<comments>http://weddingsbydarrel.com/blog/13#comments</comments>
		<pubDate>Sun, 26 Mar 2006 04:55:00 +0000</pubDate>
		<dc:creator>darrel</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://mirareste.com/blog/?p=7</guid>
		<description><![CDATA[Ok, I haven&#8217;t blogged lately (for the whole 3 months). But  just the past few days, I was thinking about a couple of tech issues based on the trend of web frameworks and such.
Anyway, lets examine the traditional HTML/JSP model first.  javabeans and JSTL are used for data and business logic, HTML is [...]]]></description>
			<content:encoded><![CDATA[<p>Ok, I haven&#8217;t blogged lately (for the whole 3 months). But  just the past few days, I was thinking about a couple of tech issues based on the trend of web frameworks and such.</p>
<p>Anyway, lets examine the traditional HTML/JSP model first.  javabeans and JSTL are used for data and business logic, HTML is used for layout, and CSS is used for .. well &#8230; styles and appearances. So now, we have 3 independantly configurable elements that co-exist to bring together our presentation layer.</p>
<p>One of the pleasing things I like about CSS is its strength in creating layouts and changing the appearance of the presentation layer. I can change the look of the site totally by just tinkering with the style sheets. One very solid example of this would be to look at <a href="http://csszengarden.com">csszengarden</a></p>
<p>Of course, now with the introduction of web frameworks, I wonder about whether the flexibility of such a setup is being lost. Of course, I can&#8217;t speak of all the frameworks, but recently, I tried out Oracle&#8217;s ADF-Faces, and there&#8217;s this on thing that really bugged me. The use of the ADF-Faces components locked down the look and field. So when we use stuff like tabbed panes, thats what we have. IF i did it in style sheets, i could change it to look like tabbed panes, drop down menus etc using CSS. Of course, I do like the idea that each component is tied to a backing bean, but what it enforces is just the &#8220;beans for business logic&#8221; concept and thats a general JSF thing. ADF-Faces does expose a template for changing the components, but of course, I took a quick glimpse at it and it looked complicated (for a man of my limited talents).</p>
<p>The bottom line is this, while frameworks are the in thing now in the industry, is such a move necessary, or is it an overkill ? Some points to ponder&#8230; perhaps I&#8217;d update this topic more when I have time to take a more detailed look at it. I&#8217;m busy working on some raster stuff that I have a very very limited experience in.</p>
]]></content:encoded>
			<wfw:commentRss>http://weddingsbydarrel.com/blog/13/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Technology: Trends</title>
		<link>http://weddingsbydarrel.com/blog/10</link>
		<comments>http://weddingsbydarrel.com/blog/10#comments</comments>
		<pubDate>Sun, 18 Dec 2005 08:00:00 +0000</pubDate>
		<dc:creator>darrel</dc:creator>
				<category><![CDATA[technology]]></category>
		<category><![CDATA[tech]]></category>

		<guid isPermaLink="false">http://mirareste.com/blog/?p=4</guid>
		<description><![CDATA[*warning. Extremely computer-nerdy geeky contents*
I remember sometime about 2 years ago, I attended an internal workshop/training conducted by an Australian colleague. He&#8217;s one of the company&#8217;s enterprise architecture consultants. Anyway he brought up a very interesting question that&#8217;s still stuck in my head.
Being technology people in a world leading software company, where innovation, research and [...]]]></description>
			<content:encoded><![CDATA[<p>*warning. Extremely computer-nerdy geeky contents*</p>
<p>I remember sometime about 2 years ago, I attended an internal workshop/training conducted by an Australian colleague. He&#8217;s one of the company&#8217;s enterprise architecture consultants. Anyway he brought up a very interesting question that&#8217;s still stuck in my head.</p>
<p>Being technology people in a world leading software company, where innovation, research and development is critical, he asked us this (bunch of) questions.</p>
<p>Who is/are :<br />
1) Tim Berners-Lee<br />
2) James Gosling<br />
3)  Gang of Four<br />
4)  Booch, Rumburgh and  Jacobson</p>
<p>Ok, i admit. I have no idea who 1, 3 and 4 is, but I&#8217;ve personally met James Gosling a year ago when I attended an event by Sun Microsystems. Ok, back to the question</p>
<p>1) Tim Berners-Lee. The person who invented the world wide web.<br />
2) James Gosling. The father of Java technology<br />
3) Gang of four, who gave us design patterns<br />
4) Booch, Rumburgh and Jacobson, who gave the world UML.</p>
<p>Next question. What are they working on now ?</p>
<p>To be a successful computer scientist, we need to be aware of what is going on in the world. No doubt these people have contributed to shaping the IT industry to where it is now, we seem to have forgotten that these great people are working on other stuff now. After all, these people so have a powerful voice and presence in the community, and even a simple thought could spawn off what could be potentially the next big thing in the industry. In the industry, we have to recognise that, unless we plan to stay as a frog in the well and remain a lowly programmer for the rest of our lives.</p>
<p>Ok, i didn&#8217;t manage to find out what the Gang of Four are/were doing (or if they are still alive) as well as what B-R-J were working on, now that Rational is part of IBM, but the last thing i heard about James Gosling, he was still in Sun working in Software Tools. Tim Berner-Lee was working on something called the semantic web, or Web 2.0.</p>
<p>I haven&#8217;t really looked at any detail specifications or documents on what semantic web is, what I do know is a segment of Web 2.o covers what is called social networking. Its forming networks based on a I-know-u, u-know-him, he-knows-her kinda thing. So as we expand our social networks, we information can be disseminated. Something like that Six-Degrees of Kevin Bacon experiment. If fact, we have started to see websites popping out that represent these ideas. Friendster, flickr, blogging &#8230; all these are physical evidence of the concept of semantic web. And guess what, these were some of the biggest things happening in the industry.</p>
<p>Anyway, enough said on this topic, before I embarass myself further with my lack of knowledge in these areas.</p>
]]></content:encoded>
			<wfw:commentRss>http://weddingsbydarrel.com/blog/10/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
