<?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>Ahti Kitsik / AhtiK &#187; Technology</title>
	<atom:link href="http://ahtik.com/blog/category/technology/feed/" rel="self" type="application/rss+xml" />
	<link>http://ahtik.com/blog</link>
	<description>blog</description>
	<lastBuildDate>Thu, 29 Mar 2012 12:34:11 +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>The Power of Static Web</title>
		<link>http://ahtik.com/blog/2012/03/29/the-power-of-static-web/</link>
		<comments>http://ahtik.com/blog/2012/03/29/the-power-of-static-web/#comments</comments>
		<pubDate>Thu, 29 Mar 2012 08:43:40 +0000</pubDate>
		<dc:creator>Ahti Kitsik</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://ahtik.com/blog/?p=451</guid>
		<description><![CDATA[Catch-phrase for simplicity from recent technology startups: &#8220;It only takes 1 line of javascript to integrate with our service!&#8221;. Disqus, KISSMetrics, Chartbeat, Google Analytics etc. Facebook, G+ buttons. When was the last time you had to use SERVER-SIDE code to integrate a new service? It&#8217;s gone. Let me share a few thoughts where I think [...]]]></description>
			<content:encoded><![CDATA[<p class="lead">
<b>Catch-phrase for simplicity from recent technology startups: &#8220;It only takes 1 line of javascript to integrate with our service!&#8221;. <a href="http://discqus.com">Disqus</a>, <a href="kissmetrics.com">KISSMetrics</a>, <a href="chartbeat.com">Chartbeat</a>, <a href="google.com/analytics">Google Analytics</a> etc. Facebook, G+ buttons. When was the last time you had to use SERVER-SIDE code to integrate a new service? It&#8217;s gone. Let me share a few thoughts where I think this trend takes us.</b>
</p>
<h2>Static CDN serving for &#8220;dynamic&#8221; websites</h2>
<p>It is clear that static pregenerated websites behind CDN scale better than any php+mysql CMS (wordpress, drupal, joomla).<br />
This has boosted a number of site generators like <a href="https://github.com/mojombo/jekyll">jekyll</a>. But why now? Why not before?<br />
Because for most of the sites there was some dynamic element of the site that couldn&#8217;t be regenerated easily. Comments, mostly.<br />
Quite a few dynamically generated sites have become static by the introduction of <a href="http://discqus.com/">Disqus</a> etc commenting system that just sits into your browser without any server-side integration. Getting the same level of integration at the server side would bring much more complexities &#8211; depending on the frameworks, language, version compatibilities etc.</p>
<p>It does not end with comments. There are &#8220;1-liner&#8221; shopping carts, chatrooms, customer feedback, customer support, visitor analytics, games. These either complement or integrate with your site and more services appearing rapidly. I hope to see more variety in apps in this field like theming/styling websites dynamically, A/B testing, JavaScript-backed content caching, AWS SimpleDB-like storages for a unified datamodel integration. Turning upside down things that previously had to sit at the server-side.</p>
<p>One step forward with static CDN is javascript-fetched content. This is already happening &#8211; browser JavaScript is used to fetch content for the website. But there is a pending problem with this &#8211; until about a year ago search engines did not run nor index javascript-fetched content. So the search engines must catch up in order to provide the best search results. The good news is that Google and others are already doing that! They started to run JavaScript with their V8 crawler. But it&#8217;s no way guaranteed that your JavaScript is neat enough for the V8-powered crawler. In order to keep search relevant they must keep up and start running more and more JavaScript for indexing. It&#8217;s expensive but to a certain degree we can expect JavaScript-enabled indexing crawlers to take over.</p>
<h2>Security</h2>
<p>By keeping 3rd party components outside of your server walls your internal systems are better protected from being compromised.<br />
On the other hand this risk is passed on to the end-user by being exploited to any code 3rd party chooses to run in her browser.<br />
Thankfully browsers are relatively safe sandboxes and this security threat is close to visiting any regular website. The main difference being that JavaScript provider (3rd party) can potentially tamper your webpage content and has access to your website user info and page content. So you must trust any 3rd party javascript component 100%. From the security perspective it seems favorable for the service provider to keep 3rd party integration at the browser level.</p>
<h2>Power of insight</h2>
<p>Browser always sees more about your user than your server because it&#8217;s closer to the user. Being closer is better.</p>
<h2>Browser era MVC</h2>
<p>With JavaScript data loading and pushing the widely used server-based Model-View-Controller (MVC) architecture falls apart. At least server is not the Controller it used to be. Browser becomes the new Controller and Server is just one of the Model-providers.</p>
<p><b>What are other less covered upsides and downsides of moving more action to the browser?</b></p>
]]></content:encoded>
			<wfw:commentRss>http://ahtik.com/blog/2012/03/29/the-power-of-static-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Desktop is alive</title>
		<link>http://ahtik.com/blog/2012/03/13/desktop-is-alive/</link>
		<comments>http://ahtik.com/blog/2012/03/13/desktop-is-alive/#comments</comments>
		<pubDate>Tue, 13 Mar 2012 09:01:10 +0000</pubDate>
		<dc:creator>Ahti Kitsik</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://ahtik.com/blog/?p=440</guid>
		<description><![CDATA[In the midst of web startups it&#8217;s too easy to miss the opportunity in non-web environments. Python and Java are still strong candidates for your next startup frontend. As long as one gets the distribution and business behind the product right. Success stories like MineCraft keep popping up from time to time. Behind the scenes [...]]]></description>
			<content:encoded><![CDATA[<p class="lead">
In the midst of web startups it&#8217;s too easy to miss the opportunity in non-web environments. <a href="http://python.org">Python</a> and <a href="http://java.com">Java</a> are still strong candidates for your next startup frontend. As long as one gets the distribution and business behind the product right.<br />
<!--More importantly, let's see how to merge web and social features with a non-web app.-->
</p>
<p>Success stories like <a href="http://www.minecraft.net/">MineCraft</a> keep popping up from time to time. Behind the scenes it&#8217;s built with Java. As of today MineCraft has ~24 million registered users, of which ~5 million have bought the game. Most of them with a price of €19.95 (but they did start with a huge discount). In the last 24 hours, 60K people registered, and 8K people bought the game. (Source: <a href="http://www.minecraft.net/stats">http://www.minecraft.net/stats</a>).</p>
<p>We keep hearing that desktop apps are hard to install and maintain. I don&#8217;t think Java is a cumbersome environment if 12-16 year boys and girls manage to get tens of thousands MineCraft servers running at their homes. Millions of regular Minecraft players run Java apps without an issue. There are thousands of plugins and mods written in Java for MineCraft server and client. Java is great for that but it&#8217;s way too easy to bash the platform if the real problem is usually in the <b>product</b> and <b>distribution</b>!</p>
<p>Let me share with you some of the user conversion stats in one of our own desktop apps, <a href="http://www.timegt.com">TimeGT</a>. TimeGT is a task and life management app that is written in Java. It has an installer for Windows that includes Java runtime environment so user doesn&#8217;t have to install Java by herself. So far 99.1% of users who register their account at the website end up installing the app successfully and logging in with their username. That means essentially that every ~100th user has an issue with the desktop setup. For TimeGT case it&#8217;s very likely Mac issue as we don&#8217;t provide a .dmg file and running it in Mac is painful.</p>
<p>Eclipse IDE requires Java. OpenOffice requires Java. So does Adobe Photoshop. I believe it&#8217;s safe to say that you can still build great and massively popular stuff without falling into building on top of technology which was initially poured over with millions of dollars mostly to sell more ads, own more of your screen estate. Don&#8217;t get me wrong.<br />
Of course web apps are perfectly natural for oh so many user cases. I&#8217;m still overly excited and thankful that web got a technological and distrubution kick at this scale. Oh. And building beautiful things is so much easier with the web instead of hacking with a Java Swing or SWT UI toolkit. Just know where the fine line is.</p>
<h2>The road ahead with desktop and Java</h2>
<p>I guess the challenges evolve around <b>maintaining updates</b> and <b>supporting platforms (read: devices)</b>.</p>
<p>I&#8217;m not worried about the updates. It&#8217;s a feasible engineering task. In TimeGT we have automatically pushed updates (yes, requires restarting your app but so does Android and iPhone app!).</p>
<p>But getting your Java app to devices like Android and iPhone is not fun. I&#8217;m not sure how it all gets to a sensible place where you don&#8217;t have to over-abstract for the sake of single-sourcing yet avoiding idiotic rewriting of app in different languages.</p>
<h2>Small footnote on desktop coding experience</h2>
<p>While <a href="http://www.eclipse.org">Eclipse</a> remains to be the most popular IDEs around and provides a wonderful Java editor and extending capability, it scares me how its initial advantage of being fast and snappy is diminishing and people keep turning their heads toward vi/vim, <a href="http://www.sublimetext.com/2">SublimeText 2</a> and TextMate even for Java and Scala. You might think that a real IDE with full AST parsing and class model navigation is required for any reasonably sized projects but I keep seeing people hacking more and more with their text editors. I hope to see a change here. Get an IDE that is as fast for coding as vim.</p>
<p>Eclipse core itself is super fast and gets improved all the time but as with Chrome browser &#8211; plugins slow life down. There should be more control on seeing which plugins conserve most resources and a quick method to kill them, just as you close tabs in Chrome.</p>
<p>One project contains many different file types, they must blend into <b>one</b> hacking experience.</p>
]]></content:encoded>
			<wfw:commentRss>http://ahtik.com/blog/2012/03/13/desktop-is-alive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>BPMN2.0 Editor for Eclipse now available</title>
		<link>http://ahtik.com/blog/2011/03/07/bpmn2-0-editor-for-eclipse-now-available/</link>
		<comments>http://ahtik.com/blog/2011/03/07/bpmn2-0-editor-for-eclipse-now-available/#comments</comments>
		<pubDate>Mon, 07 Mar 2011 13:24:04 +0000</pubDate>
		<dc:creator>Ahti Kitsik</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://ahtik.com/blog/?p=351</guid>
		<description><![CDATA[Soon to be released jBPM5.1 is getting a new addition to its product suite &#8211; visual editor for the BPMN2 language. This was somewhat inevitable as the jBPM workflow engine moves to BPMN2.0 with the version 5 and hacking together xml files without visual guidance can be.. hmm.. less fun. For a quick background, BPMN [...]]]></description>
			<content:encoded><![CDATA[<p><b>Soon to  be released jBPM5.1 is getting a new addition to its product suite &#8211; visual editor for the BPMN2 language. This was somewhat inevitable as the jBPM workflow engine moves to BPMN2.0 with the version 5 and hacking together xml files without visual guidance can be.. hmm.. less fun.</b></p>
<p>For a quick background, <a href="http://www.bpmn.org/">BPMN (Business Process Modeling Notation)</a> is the leading standard for business process modeling managed by the <a href="http://www.omg.org/">OMG</a>. A new version called <a href="http://www.omg.org/spec/BPMN/2.0/">BPMN2.0</a> (released January 2011) brings numerous changes to the table, most importantly increasing the consistency and integrating orchestration and choreography in a way that makes BPMN 2.0 a great choice for business process engines.</p>
<p>Over the past few months <a href="http://codehoop.com">we</a>&#8216;ve been very excited to work on a new <a href="https://github.com/imeikas/BPMN2-Editor-for-Eclipse/wiki">BPMN2.0 Visual Editor for Eclipse</a>. It is free and open source, <a href="https://github.com/imeikas/BPMN2-Editor-for-Eclipse">hosted at github</a>. This github repo is a temporary place and will find a new home soon.</p>
<p>BPMN2 Editor is built on top of the awesome <a href="http://www.eclipse.org/graphiti/">Graphiti modeling framework</a> and behind the scenes uses <a href="http://wiki.eclipse.org/MDT-BPMN2">BPMN2 EMF metamodel</a>.</p>
<p>For more details check out the <a href="http://kverlaen.blogspot.com/2011/02/new-bpmn-20-eclipse-editor.html">more detailed post about the BPMN2.0 visual editor</a> by Kris from jBPM.</p>
<p>Check it out, have fun, contribute, report issues and bear in mind that it&#8217;s still beta and actively developed ; )</p>
]]></content:encoded>
			<wfw:commentRss>http://ahtik.com/blog/2011/03/07/bpmn2-0-editor-for-eclipse-now-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Promotion code for TimeGT discount</title>
		<link>http://ahtik.com/blog/2009/11/19/promotion-code-for-timegt-discount/</link>
		<comments>http://ahtik.com/blog/2009/11/19/promotion-code-for-timegt-discount/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 11:04:10 +0000</pubDate>
		<dc:creator>Ahti Kitsik</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://ahtik.com/blog/?p=271</guid>
		<description><![CDATA[There is a limited time offer to get 20% off from monthly and 50% off from 6 month packages! Use AHTIK5217 at checkout! Discount is yours to keep until you cancel or upgrade subscription. Promotion code is valid for next 10 days (will expire November 30th, 2009). Never heard about TimeGT? Check out timegt.com!]]></description>
			<content:encoded><![CDATA[<p><b>There is a limited time offer to get 20% off from monthly and 50% off from 6 month packages!</b></p>
<p>Use <b>AHTIK5217</b> at checkout! Discount is yours to keep until you cancel or upgrade subscription. Promotion code is valid for next 10 days (will expire November 30th, 2009).</p>
<p><b>Never heard about TimeGT? Check out <a href="http://www.timegt.com">timegt.com</a>!</b></p>
]]></content:encoded>
			<wfw:commentRss>http://ahtik.com/blog/2009/11/19/promotion-code-for-timegt-discount/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New TimeGT available, with grace period and more</title>
		<link>http://ahtik.com/blog/2009/11/10/new-timegt-available-with-grace-period-and-more/</link>
		<comments>http://ahtik.com/blog/2009/11/10/new-timegt-available-with-grace-period-and-more/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 12:53:53 +0000</pubDate>
		<dc:creator>Ahti Kitsik</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://ahtik.com/blog/?p=248</guid>
		<description><![CDATA[New tasks and notes manager &#8211; TimeGT &#8211; came out with a new version &#8212; improved features and stability. More details at http://bit.ly/18tppm]]></description>
			<content:encoded><![CDATA[<p>New tasks and notes manager &#8211; TimeGT &#8211; came out with a new version &#8212; improved features and stability. More details at <a rel="nofollow" href="http://bit.ly/18tppm" target="_blank">http://bit.ly/18tppm</a></p>
]]></content:encoded>
			<wfw:commentRss>http://ahtik.com/blog/2009/11/10/new-timegt-available-with-grace-period-and-more/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IntelliJ IDEA goes Open-Source!</title>
		<link>http://ahtik.com/blog/2009/10/16/intellij-idea-goes-open-source/</link>
		<comments>http://ahtik.com/blog/2009/10/16/intellij-idea-goes-open-source/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 10:07:24 +0000</pubDate>
		<dc:creator>Ahti Kitsik</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://ahtik.com/blog/?p=230</guid>
		<description><![CDATA[Yesterday (October 15th, 2009) IntelliJ announced open-sourcing most of its IDEA editor under Apache 2.0 license. Inevitable for growth At some perspective this has been an inevitable move &#8212; code editors have turned into big platforms. They are used for much more than developing pure text-based artifacts. To remain competitive you need to allow the [...]]]></description>
			<content:encoded><![CDATA[<p><b>Yesterday (October 15th, 2009) IntelliJ <a href="http://blogs.jetbrains.com/idea/2009/10/intellij-idea-open-source">announced</a> open-sourcing most of its IDEA editor under Apache 2.0 license.</b></p>
<h2>Inevitable for growth</h2>
<p>At some perspective this has been an inevitable move &#8212; code editors have turned into big platforms. They are used for much more than developing pure text-based artifacts. To remain competitive you need to allow the maximum level of integration, openness and visibility. Which becomes impossible without open-sourcing all the core components. Controversially, using a permissive license (ASL, BSD, EPL, LGPL, not GPL) can turn your business into a charity organization.</p>
<h2>Commercial offering</h2>
<p>IDEA Platform plus Java, Groovy and Scala support are all open-sourced. It looks like IntelliJ is retaining some of the revenue stream by keeping Java EE stack closed-source, calling it IDEA Ultimate and offering it as a commercial product.</p>
<h2>The Importance of Java Enterprise (JEE) Tooling</h2>
<p>I think IntelliJ decision about keeping EE as a separate commercial product is a very important indicator for the whole IDE marketplace and particularly for Eclipse. Much to my surprise, at the <a href="http://eclipse.org/membership/slides.pdf">last Eclipse members meeting Q3 call</a> there were some very interesting download stats reported. Eclipse Galileo IDE for JEE gets 41% of the downloads! While Classic and Java combined were 34%! (Off-topic but rcp/plugin edition was 2%).</p>
<p>This 41% of JEE downloads does not include 3rd party distribution providers, many application server vendors have their own bundles with a pre-configured settings (for example <a href="http://download.java.net/glassfish/eclipse">GlassFish Tools Eclipse Bundle</a>).</p>
<h2>Indication for a better future</h2>
<p>IntelliJ move and Eclipse Galileo JEE download clearly demonstrate how important is a good tooling support for Java Enterprise development.</p>
<p>IntelliJ move can also be a sign for Eclipse that there is now a friendly competitor who has put their bet on outperforming current Eclipse JEE feature-set with a commercial offering.</p>
<p>I have no experience with the IntelliJ JEE offering, is it better than the JEE tooling from Netbeans and Eclipse?</p>
]]></content:encoded>
			<wfw:commentRss>http://ahtik.com/blog/2009/10/16/intellij-idea-goes-open-source/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Eclipse Datatools (DTP) gets Amazon AWS SimpleDB Support!</title>
		<link>http://ahtik.com/blog/2009/07/28/eclipse-datatools-dtp-gets-amazon-aws-simpledb-support/</link>
		<comments>http://ahtik.com/blog/2009/07/28/eclipse-datatools-dtp-gets-amazon-aws-simpledb-support/#comments</comments>
		<pubDate>Tue, 28 Jul 2009 11:34:10 +0000</pubDate>
		<dc:creator>Ahti Kitsik</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://ahtik.com/blog/?p=222</guid>
		<description><![CDATA[Great news for Eclipse community and SimpleDB fans &#8212; Amazon AWS team released Amazon SimpleDB Management tool that is built on top of Eclipse Datatools! SimpleDB Management in Eclipse lets you access SimpleDB to create, edit and view domains, items and attributes without writing a single line of code. Additionally you can use SQL Scrapbook [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Great news for Eclipse community and SimpleDB fans &#8212; Amazon AWS team released Amazon SimpleDB Management tool that is built on top of <a href="http://www.eclipse.org/datatools/">Eclipse Datatools</a>!</strong></p>
<p>SimpleDB Management in Eclipse lets you access SimpleDB to create, edit and view domains, items and attributes without writing a single line of code. Additionally you can use SQL Scrapbook to write SQL select queries with the help of auto-completion.</p>
<p>See <a href="http://aws.amazon.com/eclipse">http://aws.amazon.com/eclipse</a> for more information and download instructions!</p>
<p>Screencast about the Eclipse Datatools SimpleDB features:</p>
<p><a href="http://media.amazonwebservices.com/videos/eclipse-sdb-management-video.html"><img src="http://media.amazonwebservices.com/eclipse-video-sdb.png" border="0"/></a>
</p>
<p>AWS Toolkit including SimpleDB DTP integration is licensed under Apache License 2.0 so it is free to download.</p>
]]></content:encoded>
			<wfw:commentRss>http://ahtik.com/blog/2009/07/28/eclipse-datatools-dtp-gets-amazon-aws-simpledb-support/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Changing number scale for Oracle NUMBER columns</title>
		<link>http://ahtik.com/blog/2009/06/03/changing-number-scale-for-oracle-number-columns/</link>
		<comments>http://ahtik.com/blog/2009/06/03/changing-number-scale-for-oracle-number-columns/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 16:27:01 +0000</pubDate>
		<dc:creator>Ahti Kitsik</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://ahtik.com/blog/?p=203</guid>
		<description><![CDATA[Whenever you try to change your NUMBER column to more specific scale like NUMBER(10,2) you end up with an error message: SQL Error: ORA-01440: column to be modified must be empty to decrease precision or scale There is a way out of this but it is a bit hacky. Let me know if there is [...]]]></description>
			<content:encoded><![CDATA[<p><b>Whenever you try to change your NUMBER column to more specific scale like NUMBER(10,2) you end up with an error message:</b></p>
<blockquote><p>SQL Error: ORA-01440: column to be modified must be empty to decrease precision or scale</p></blockquote>
<p>There is a way out of this but it is a bit hacky. Let me know if there is a more elegant solution!<br />
Following example also takes care of the situation when your column is not nullable.
</p>
<pre name="code" class="sql">
alter table MYTABLE add AMOUNT_TEMP NUMBER;
update MYTABLE set AMOUNT_TEMP = AMOUNT;
alter table MYTABLE modify AMOUNT NULL;
update MYTABLE set AMOUNT=null;
alter table MYTABLE modify AMOUNT number(10,2);
update MYTABLE set AMOUNT=AMOUNT_TEMP;
alter table MYTABLE modify AMOUNT NOT NULL;
alter table MYTABLE drop column AMOUNT_TEMP;
</pre>
<p>Take care!</p>
]]></content:encoded>
			<wfw:commentRss>http://ahtik.com/blog/2009/06/03/changing-number-scale-for-oracle-number-columns/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Using Glassfish Eclipse Bundle for JavaDB, JPA and JSP</title>
		<link>http://ahtik.com/blog/2009/04/09/using-glassfish-eclipse-bundle-for-javadb-jpa-and-jsp/</link>
		<comments>http://ahtik.com/blog/2009/04/09/using-glassfish-eclipse-bundle-for-javadb-jpa-and-jsp/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 13:49:59 +0000</pubDate>
		<dc:creator>Ahti Kitsik</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tips]]></category>

		<guid isPermaLink="false">http://ahtik.com/blog/?p=139</guid>
		<description><![CDATA[Have you ever wondered how quickly one could get from installing a J2EE server to running a JSP page that fetches data from DB using modern persistency technology like JPA? To find out we (me and Ivar) did a little test-drive using recently announced Glassfish Eclipse Bundle that contains Eclipse IDE with bundled Glassfish J2EE [...]]]></description>
			<content:encoded><![CDATA[<p><b>Have you ever wondered how quickly one could get from installing a J2EE server to running a JSP page that fetches data from DB using modern persistency technology like JPA?</b></p>
<p>To find out we (me and <a href="http://meikas.com">Ivar</a>) did a little test-drive using recently announced <a href="http://download.java.net/glassfish/eclipse/">Glassfish Eclipse Bundle</a> that contains Eclipse IDE with bundled Glassfish J2EE server, optionally JDK and a lot of integrated plugins to get you started quickly.</p>
<p>After cutting out all the downloading, startup etc delays we ended up with a surprisingly short 10min demonstration! It was interesting that we barely wrote any code or XML &#8212; see for yourself! Tricky part was initial setup to get all the jars and configurations right &#8212; must be followed pretty much the same sequence as in the video!</p>
<p>Ok, here it comes, have fun <img src='http://ahtik.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Probably adding a few annotations and audio would help?</p>
<p>&nbsp;</p>
<p><center><br />
<object width="640" height="480"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=4075401&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=4075401&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="640" height="480"></embed></object><br />
</center></p>
<p>&nbsp;</p>
<p><b>Any feedback is more than welcome!</b></p>
]]></content:encoded>
			<wfw:commentRss>http://ahtik.com/blog/2009/04/09/using-glassfish-eclipse-bundle-for-javadb-jpa-and-jsp/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>JEY!! Just a happy smile</title>
		<link>http://ahtik.com/blog/2009/03/12/jey-just-a-happy-smile/</link>
		<comments>http://ahtik.com/blog/2009/03/12/jey-just-a-happy-smile/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 11:57:35 +0000</pubDate>
		<dc:creator>Ahti Kitsik</dc:creator>
				<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://ahtik.com/blog/?p=128</guid>
		<description><![CDATA[yeah. long silence is gone, multiuser wordpress is finally configured and ready for action! What a challenge, finally ended up tweaking couple of cookie paths. MU WP was part of the common blogging syndicate that we set up for fun between me, Ivar and couple of others at Techlipse.com.]]></description>
			<content:encoded><![CDATA[<p>yeah. long silence is gone, multiuser wordpress is finally configured and ready for action! What a challenge, finally ended up tweaking couple of cookie paths.</p>
<p>MU WP was part of the common blogging syndicate that we set up for fun between me, Ivar and couple of others at <a href="http://www.techlipse.com">Techlipse.com</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://ahtik.com/blog/2009/03/12/jey-just-a-happy-smile/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

