<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://developer.db4o.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Kudos</title><link>http://developer.db4o.com/blogs/kudos/default.aspx</link><description /><dc:language>en</dc:language><generator>CommunityServer 2.1 SP1 (Debug Build: 61019.2)</generator><item><title>[Kudos] db4o works like a champ</title><link>http://developer.db4o.com/blogs/kudos/archive/2008/08/21/kudos-db4o-works-like-a-champ.aspx</link><pubDate>Wed, 20 Aug 2008 22:32:00 GMT</pubDate><guid isPermaLink="false">573d810b-5d25-4172-b278-595dd24a71a5:50708</guid><dc:creator>German Viscuso</dc:creator><slash:comments>0</slash:comments><comments>http://developer.db4o.com/blogs/kudos/comments/50708.aspx</comments><wfw:commentRss>http://developer.db4o.com/blogs/kudos/commentrss.aspx?PostID=50708</wfw:commentRss><description>&lt;P&gt;"&lt;STRONG&gt;db4o&lt;/STRONG&gt; is an excellent open source object database for Java &amp;amp; .NET platform by Carl Rosenberger's team. I highly recommend it for rapid prototyping and RAD. It transparently handles object storage and retrieval"&lt;/P&gt;
&lt;P&gt;"In db4o you can create an complex objects with other objects as its member and db4o will save them all like a champ with a single set() (now store()) method"&lt;/P&gt;
&lt;P&gt;Angsuman Chakraborty's &lt;A class="" href="http://blog.taragana.com/index.php/archive/biggest-db4o-gotcha/"&gt;blog post&lt;/A&gt;&lt;/P&gt;&lt;img src="http://developer.db4o.com/aggbug.aspx?PostID=50708" width="1" height="1"&gt;</description><category domain="http://developer.db4o.com/blogs/kudos/archive/tags/Kudos/default.aspx">Kudos</category><category domain="http://developer.db4o.com/blogs/kudos/archive/tags/db4o/default.aspx">db4o</category></item><item><title>[Kudos] Increase your productivity with db4o</title><link>http://developer.db4o.com/blogs/kudos/archive/2008/08/07/kudos-increase-your-productivity-with-db4o.aspx</link><pubDate>Thu, 07 Aug 2008 09:22:00 GMT</pubDate><guid isPermaLink="false">573d810b-5d25-4172-b278-595dd24a71a5:50553</guid><dc:creator>German Viscuso</dc:creator><slash:comments>0</slash:comments><comments>http://developer.db4o.com/blogs/kudos/comments/50553.aspx</comments><wfw:commentRss>http://developer.db4o.com/blogs/kudos/commentrss.aspx?PostID=50553</wfw:commentRss><description>&lt;P&gt;&lt;EM&gt;"...if you want to really increase productivity you can use the db4objects object database if that is a good fit for your type of application (your object model is the database!) saving you a lot of db to object and back transformation code"&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Mike VanZant&lt;BR&gt;&lt;A href="http://www.thestandard.com/news/2008/08/01/whos-afraid-big-net#comment-4039"&gt;http://www.thestandard.com/news/2008/08/01/whos-afraid-big-net#comment-4039&lt;/A&gt;&lt;/P&gt;&lt;img src="http://developer.db4o.com/aggbug.aspx?PostID=50553" width="1" height="1"&gt;</description><category domain="http://developer.db4o.com/blogs/kudos/archive/tags/Kudos/default.aspx">Kudos</category><category domain="http://developer.db4o.com/blogs/kudos/archive/tags/db4o/default.aspx">db4o</category></item><item><title>[Kudos] Dead simple</title><link>http://developer.db4o.com/blogs/kudos/archive/2008/06/11/kudos-dead-simple.aspx</link><pubDate>Wed, 11 Jun 2008 18:40:00 GMT</pubDate><guid isPermaLink="false">573d810b-5d25-4172-b278-595dd24a71a5:49628</guid><dc:creator>German Viscuso</dc:creator><slash:comments>0</slash:comments><comments>http://developer.db4o.com/blogs/kudos/comments/49628.aspx</comments><wfw:commentRss>http://developer.db4o.com/blogs/kudos/commentrss.aspx?PostID=49628</wfw:commentRss><description>&lt;P&gt;&lt;EM&gt;[When it comes to db4o] by decreasing the complexity of the database a barrier to developers has been removed and in fact deployment is also made easier for the end user.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;db4o [...]&amp;nbsp;stores its data in a different way to a relational database. Rather than flat tables with repeated primary key and foreign key values splattered throughout, db4o uses a different model. It builds upon the popular object oriented programming paradigm which will be familiar and comfortable to those who code in C++, Java, Smalltalk, Python and even, on the Windows side, Visual Basic.NET, Delphi and more.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;What makes it special are several abilities so cunning you could pin a tail on them and say it’s a field of weasels.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;db4o will save slabs of memory to disk with a minimum of fuss.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;I am certain you will agree this really is a no-brainer to work with. And yet, it’s not a trite system either. Database experts will be interested to know if db4o offers multi-threading, flexible indexing, atomic transactions and other such things. The answer to these is yes; it is high performance and maintains integrity of its data. db4o does not offer stored procedures but that’s not really an issue; the focus turns back onto putting code within the program and leaving the database to just store data.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;If you’re a developer, no matter the platform, give an object database a try and see how it can revolutionise your coding, as well as pave the way for more developers to come across to Linux. &lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.itwire.com/content/view/18714/1141/"&gt;http://www.itwire.com/content/view/18714/1141/&lt;/A&gt;&lt;/P&gt;&lt;img src="http://developer.db4o.com/aggbug.aspx?PostID=49628" width="1" height="1"&gt;</description><category domain="http://developer.db4o.com/blogs/kudos/archive/tags/Kudos/default.aspx">Kudos</category><category domain="http://developer.db4o.com/blogs/kudos/archive/tags/db4o/default.aspx">db4o</category><category domain="http://developer.db4o.com/blogs/kudos/archive/tags/rapid+development/default.aspx">rapid development</category><category domain="http://developer.db4o.com/blogs/kudos/archive/tags/linux/default.aspx">linux</category></item><item><title>[Kudos] db4o helps blur the lines of application development and database development</title><link>http://developer.db4o.com/blogs/kudos/archive/2008/05/18/kudos-db4o-helps-blur-the-lines-of-application-development-and-database-development.aspx</link><pubDate>Sun, 18 May 2008 09:12:00 GMT</pubDate><guid isPermaLink="false">573d810b-5d25-4172-b278-595dd24a71a5:49099</guid><dc:creator>German Viscuso</dc:creator><slash:comments>0</slash:comments><comments>http://developer.db4o.com/blogs/kudos/comments/49099.aspx</comments><wfw:commentRss>http://developer.db4o.com/blogs/kudos/commentrss.aspx?PostID=49099</wfw:commentRss><description>&lt;P&gt;&lt;EM&gt;"Embarcadero Technologies’ acquisition of CodeGear and the announcement of db4o’s support of LINQ are more evidence of the blurring of the lines of application development and database development. Increasingly, application developers want and need better insight and control of the data management aspects of their applications. On the flip side, database administrators are faced with responsibility of ensuring application performance. Common toolsets and better communication can only help both communities achieve their objectives."&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;A class="" href="http://www.linkedin.com/in/gregorykeller"&gt;Gregory Keller&lt;/A&gt;&lt;BR&gt;VP-Product Management at Embarcadero Technologies, Inc&lt;BR&gt;&lt;A href="http://metafrequency.blogspot.com/2008/05/train-is-movin.html"&gt;http://metafrequency.blogspot.com/2008/05/train-is-movin.html&lt;/A&gt;&lt;/P&gt;&lt;img src="http://developer.db4o.com/aggbug.aspx?PostID=49099" width="1" height="1"&gt;</description></item><item><title>[Kudos] LINQ for db4o is extremely easy to use and very powerful</title><link>http://developer.db4o.com/blogs/kudos/archive/2008/04/30/kudos-linq-for-db4o-is-extremely-easy-to-use-and-very-powerful.aspx</link><pubDate>Tue, 29 Apr 2008 19:31:00 GMT</pubDate><guid isPermaLink="false">573d810b-5d25-4172-b278-595dd24a71a5:48793</guid><dc:creator>German Viscuso</dc:creator><slash:comments>1</slash:comments><comments>http://developer.db4o.com/blogs/kudos/comments/48793.aspx</comments><wfw:commentRss>http://developer.db4o.com/blogs/kudos/commentrss.aspx?PostID=48793</wfw:commentRss><description>&lt;P&gt;&lt;EM&gt;LINQ for db4o is extremely easy to use and very powerful. The learning curve is very low. &lt;A class="" href="http://www.codeproject.com/KB/database/LINQ_for_db4o.aspx"&gt;This publication&lt;/A&gt; only scratched the surface of the possibilities of db4o. If you are trying to compare it with the RDBMS that you now use then you definitely have to take into consideration that: &lt;/EM&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;EM&gt;The performance is very good. According to this &lt;/EM&gt;&lt;A href="http://www.db4o.com/about/productinformation/benchmarks/"&gt;&lt;EM&gt;benchmark&lt;/EM&gt;&lt;/A&gt;&lt;EM&gt; its one of the best. &lt;/EM&gt;
&lt;LI&gt;&lt;EM&gt;All work within db4o ObjectContainer is &lt;/EM&gt;&lt;A href="http://developer.db4o.com/Resources/view.aspx/Reference/Basic_Concepts/Transaction"&gt;&lt;EM&gt;transactional.&lt;/EM&gt;&lt;/A&gt;&lt;EM&gt; (Manual rollback and commit are available.) &lt;/EM&gt;
&lt;LI&gt;&lt;EM&gt;The &lt;/EM&gt;&lt;A href="http://developer.db4o.com/Resources/view.aspx/Reference/Db4o_Replication_System_DRS"&gt;&lt;EM&gt;replication tool for db4o&lt;/EM&gt;&lt;/A&gt;&lt;EM&gt; makes db4o scalable. &lt;/EM&gt;
&lt;LI&gt;&lt;EM&gt;The db4o database can be accessed in &lt;/EM&gt;&lt;A href="http://developer.db4o.com/Resources/view.aspx/Reference/Client-Server"&gt;&lt;EM&gt;Client-Server&lt;/EM&gt;&lt;/A&gt;&lt;EM&gt; mode. This can be done using an embedded Client-Server or a Networked Client-Server. &lt;/EM&gt;
&lt;LI&gt;&lt;EM&gt;There is an &lt;/EM&gt;&lt;A href="http://developer.db4o.com/files/folders/ome/default.aspx"&gt;&lt;EM&gt;object manager&lt;/EM&gt;&lt;/A&gt;&lt;EM&gt; tool available for browsing and querying a db4o database. Although you can't build queries with the free version its a nice tool for browsing your database. &lt;/EM&gt;
&lt;LI&gt;&lt;EM&gt;You can control &lt;/EM&gt;&lt;A href="http://developer.db4o.com/Resources/view.aspx/Reference/Client-Server/Concurrency_Control"&gt;&lt;EM&gt;Concurrency and locking&lt;/EM&gt;&lt;/A&gt;&lt;EM&gt;.&lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;A class="" href="http://www.codeproject.com/script/Membership/Profiles.aspx?mid=2517736"&gt;Edwin Vermeer&lt;/A&gt;&lt;BR&gt;Senior Software Developer&lt;BR&gt;&lt;A class="" href="http://www.mirabeau.nl/"&gt;Mirabeau B.V.&lt;BR&gt;&lt;/A&gt;The Netherlands&lt;/P&gt;
&lt;P&gt;&lt;img src="/blogs/kudos/attachment/48793.ashx" alt="Attachment: edwin.jpg (2292 bytes)" border="0" /&gt;&lt;/P&gt;&lt;img src="http://developer.db4o.com/aggbug.aspx?PostID=48793" width="1" height="1"&gt;</description><enclosure url="http://developer.db4o.com/blogs/kudos/attachment/48793.ashx" length="2292" type="image/jpeg" /><category domain="http://developer.db4o.com/blogs/kudos/archive/tags/db4o/default.aspx">db4o</category><category domain="http://developer.db4o.com/blogs/kudos/archive/tags/LINQ/default.aspx">LINQ</category></item><item><title>[Kudos] Query support in db4o is more powerful than in Ehcache</title><link>http://developer.db4o.com/blogs/kudos/archive/2008/03/26/kudos-query-support-in-db4o-is-more-powerful-than-in-ehcache.aspx</link><pubDate>Wed, 26 Mar 2008 18:53:00 GMT</pubDate><guid isPermaLink="false">573d810b-5d25-4172-b278-595dd24a71a5:48061</guid><dc:creator>German Viscuso</dc:creator><slash:comments>0</slash:comments><comments>http://developer.db4o.com/blogs/kudos/comments/48061.aspx</comments><wfw:commentRss>http://developer.db4o.com/blogs/kudos/commentrss.aspx?PostID=48061</wfw:commentRss><description>&lt;P&gt;&lt;EM&gt;At last, I decided to apply DB4O to our project. One important reason is that this strategy lets programmers write code in high level. I don't need to care about any details of database infrastructure. As a result, modification of my original code is little so that it can be done quickly. Moreover, maintenance of code is easier. We store both data and related operations in database instead of scattered places. What's more, support of query is more powerful in DB4O than in Ehcache. It supports three kinds of query languages: Query By Example, Native Queries and SODA. And complex query can be composed easily.&lt;/EM&gt; &lt;/P&gt;
&lt;P&gt;by Gerald Guo&lt;BR&gt;&lt;A href="http://zhenhua-guo.blogspot.com/2008/03/state-information-persistence-status.html"&gt;http://zhenhua-guo.blogspot.com/2008/03/state-information-persistence-status.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;And a simple db4o introduction by the same author:&lt;BR&gt;&lt;A href="http://zhenhua-guo.blogspot.com/2008/03/db4o-introduction.html"&gt;http://zhenhua-guo.blogspot.com/2008/03/db4o-introduction.html&lt;/A&gt;&lt;/P&gt;&lt;img src="http://developer.db4o.com/aggbug.aspx?PostID=48061" width="1" height="1"&gt;</description><category domain="http://developer.db4o.com/blogs/kudos/archive/tags/Ehcache/default.aspx">Ehcache</category><category domain="http://developer.db4o.com/blogs/kudos/archive/tags/db4o/default.aspx">db4o</category></item><item><title>[Kudos] db4o, the right place for you</title><link>http://developer.db4o.com/blogs/kudos/archive/2008/03/24/kudos-db4o-the-right-place-for-you.aspx</link><pubDate>Mon, 24 Mar 2008 17:16:00 GMT</pubDate><guid isPermaLink="false">573d810b-5d25-4172-b278-595dd24a71a5:47984</guid><dc:creator>German Viscuso</dc:creator><slash:comments>0</slash:comments><comments>http://developer.db4o.com/blogs/kudos/comments/47984.aspx</comments><wfw:commentRss>http://developer.db4o.com/blogs/kudos/commentrss.aspx?PostID=47984</wfw:commentRss><description>&lt;P&gt;&lt;EM&gt;"I got the impression that everyone at db4o really likes what he/she is doing. Every fixed bug or new feature is rewarded with a "virtual tap on the shoulder" by the other team members. And people are not afraid to admit that they made mistakes, because every found/admitted mistake is one that can be fixed."&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;"If you are interested in working in a small company with motivated people in an open source community environment from wherever and whenever you want, then db4objects could be the right place for you!"&lt;/EM&gt;&lt;/P&gt;&lt;FONT color=#7e7e7e size=3&gt;
&lt;P&gt;Christoph Zimmerli (dVP and former db4o intern)&lt;/P&gt;&lt;/FONT&gt;&lt;img src="http://developer.db4o.com/aggbug.aspx?PostID=47984" width="1" height="1"&gt;</description></item><item><title>[Kudos] Developers can focus on the domain model and the value-add code, rather than data persistence</title><link>http://developer.db4o.com/blogs/kudos/archive/2008/02/28/kudos-developers-can-focus-on-the-domain-model-and-the-value-add-code-rather-than-data-persistence.aspx</link><pubDate>Thu, 28 Feb 2008 13:27:00 GMT</pubDate><guid isPermaLink="false">573d810b-5d25-4172-b278-595dd24a71a5:47259</guid><dc:creator>German Viscuso</dc:creator><slash:comments>0</slash:comments><comments>http://developer.db4o.com/blogs/kudos/comments/47259.aspx</comments><wfw:commentRss>http://developer.db4o.com/blogs/kudos/commentrss.aspx?PostID=47259</wfw:commentRss><description>&lt;P&gt;&lt;EM&gt;If you are not familiar with db4objects ( DB4O ), it is an object oriented database.&amp;nbsp; What does that mean?&amp;nbsp; If I boil it down in laymen's terms : it is a database without tables or columns.&lt;BR&gt;[...]&lt;BR&gt;I did not have to do anything to setup how to save a User object in the database.&amp;nbsp; It just serializes the object to the database. No need to worry about table names, column names or data types. This all comes for free with this engine, allowing a developer to focus on the domain model and the value-add code, rather than data persistence.&lt;BR&gt;[...]&lt;BR&gt;To help facilitate getting to software that can be demonstrated, I think that using a persistence engine like DB4O could really help with the time to delivery.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://lostechies.com/blogs/hex/archive/2008/02/26/using-db4objects-as-a-prototyping-tool-part-i.aspx"&gt;http://lostechies.com/blogs/hex/archive/2008/02/26/using-db4objects-as-a-prototyping-tool-part-i.aspx&lt;/A&gt;&lt;BR&gt;(includes db4o related source code)&lt;/P&gt;&lt;img src="http://developer.db4o.com/aggbug.aspx?PostID=47259" width="1" height="1"&gt;</description><category domain="http://developer.db4o.com/blogs/kudos/archive/tags/Kudos/default.aspx">Kudos</category></item><item><title>[Kudos] LINQ for Java should look a lot more like db4o than Quaere</title><link>http://developer.db4o.com/blogs/kudos/archive/2008/02/26/kudos-linq-for-java-should-look-a-lot-more-like-db4o-than-quaere.aspx</link><pubDate>Tue, 26 Feb 2008 00:26:00 GMT</pubDate><guid isPermaLink="false">573d810b-5d25-4172-b278-595dd24a71a5:47142</guid><dc:creator>German Viscuso</dc:creator><slash:comments>0</slash:comments><comments>http://developer.db4o.com/blogs/kudos/comments/47142.aspx</comments><wfw:commentRss>http://developer.db4o.com/blogs/kudos/commentrss.aspx?PostID=47142</wfw:commentRss><description>&lt;P&gt;&lt;EM&gt;LINQ for Java should look a lot more like db4o than Quaere. An independent project to do something like db4o's native queries would be nice. Maybe sit on top of JPA for ORM, or something like that.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://tomobag.blogspot.com/2008/02/linq-for-java.html"&gt;http://tomobag.blogspot.com/2008/02/linq-for-java.html&lt;/A&gt;&lt;/P&gt;&lt;img src="http://developer.db4o.com/aggbug.aspx?PostID=47142" width="1" height="1"&gt;</description></item><item><title>[Kudos] Database access made stupidly simple</title><link>http://developer.db4o.com/blogs/kudos/archive/2008/02/18/kudos-database-access-made-stupidly-simple.aspx</link><pubDate>Mon, 18 Feb 2008 11:09:00 GMT</pubDate><guid isPermaLink="false">573d810b-5d25-4172-b278-595dd24a71a5:46860</guid><dc:creator>German Viscuso</dc:creator><slash:comments>0</slash:comments><comments>http://developer.db4o.com/blogs/kudos/comments/46860.aspx</comments><wfw:commentRss>http://developer.db4o.com/blogs/kudos/commentrss.aspx?PostID=46860</wfw:commentRss><description>&lt;P align=justify&gt;&lt;EM&gt;Last time I had to develop a standalone application which would rely on a database, I had to design the whole data model, deploy it into a &lt;/EM&gt;&lt;A href="http://en.wikipedia.org/wiki/Relational_database_management_system"&gt;&lt;EM&gt;RDBMS,&lt;/EM&gt;&lt;/A&gt;&lt;EM&gt; implement &lt;/EM&gt;&lt;A href="http://en.wikipedia.org/wiki/Data_Access_Object"&gt;&lt;EM&gt;DAO&lt;/EM&gt;&lt;/A&gt;&lt;EM&gt;s for &lt;/EM&gt;&lt;A href="http://en.wikipedia.org/wiki/Create,_read,_update_and_delete"&gt;&lt;EM&gt;CRUD&lt;/EM&gt;&lt;/A&gt;&lt;EM&gt; operations and, only then, implement my business logic.&lt;/EM&gt;&lt;/P&gt;
&lt;P align=justify&gt;&lt;EM&gt;Nowadays, things are so easily made that any dumb ass with access to Google and a Java/C# compiler can do that in no time (RoR developers, stop your urge to coment right here, please)! With C# or Java and &lt;/EM&gt;&lt;A href="http://www.db4o.com/"&gt;&lt;FONT color=#b85b5a&gt;&lt;EM&gt;db4o&lt;/EM&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;EM&gt;&amp;nbsp;[..] you can forget data modelling and deployment and go directly for code development. Just create your classes, and start implementing your business logic.. Your database will be magically generated, deployed and persisted!&lt;/EM&gt;&lt;/P&gt;
&lt;P align=justify&gt;&lt;EM&gt;So, you have almost for “free (as in code)” the following capabilities:&lt;/EM&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;EM&gt;Persistence; &lt;/EM&gt;
&lt;LI&gt;&lt;EM&gt;Transactional operations (ACID); &lt;/EM&gt;
&lt;LI&gt;&lt;EM&gt;Object-Oriented querying; &lt;/EM&gt;
&lt;LI&gt;&lt;EM&gt;Standalone or Client/Server environment; &lt;/EM&gt;
&lt;LI&gt;&lt;EM&gt;Minimal footprint; &lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;
&lt;P&gt;&lt;EM&gt;I recommend everyone, even the ones developing enterprise applications to give some time to these technologies. Perhaps you’ll learn something about flexibility and easiness.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Full post: &lt;A href="http://ppires.wordpress.com/2008/02/14/database-access-made-stupidly-simple/"&gt;http://ppires.wordpress.com/2008/02/14/database-access-made-stupidly-simple/&lt;/A&gt;&lt;/P&gt;&lt;img src="http://developer.db4o.com/aggbug.aspx?PostID=46860" width="1" height="1"&gt;</description></item><item><title>[Kudos] db4o is as transparent as I imagined data storing should be</title><link>http://developer.db4o.com/blogs/kudos/archive/2008/02/08/kudos-db4o-is-as-transparent-as-i-imagined-data-storing-should-be.aspx</link><pubDate>Fri, 08 Feb 2008 05:35:00 GMT</pubDate><guid isPermaLink="false">573d810b-5d25-4172-b278-595dd24a71a5:46635</guid><dc:creator>German Viscuso</dc:creator><slash:comments>0</slash:comments><comments>http://developer.db4o.com/blogs/kudos/comments/46635.aspx</comments><wfw:commentRss>http://developer.db4o.com/blogs/kudos/commentrss.aspx?PostID=46635</wfw:commentRss><description>&lt;P class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;FONT face="Times New Roman" size=3&gt;&lt;EM&gt;“I like db4o because it has a very simple API, a small footprint but also allows dealing with complexity. It is as&amp;nbsp;transparent as I imagined data storing should be.&amp;nbsp;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P class=MsoNormal style="MARGIN:0in 0in 0pt;"&gt;&lt;FONT face="Times New Roman" size=3&gt;&lt;EM&gt;There is no need to&amp;nbsp;modify your domain classes at all.”&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="FONT-SIZE:12pt;FONT-FAMILY:'Times New Roman';mso-fareast-font-family:'MS Mincho';mso-ansi-language:EN-US;mso-fareast-language:JA;mso-bidi-language:AR-SA;"&gt;&lt;A class="" href="http://developer.db4o.com/members/klevi.aspx"&gt;Gerd Klevesaat&lt;BR&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style="FONT-SIZE:12pt;FONT-FAMILY:'Times New Roman';mso-fareast-font-family:'MS Mincho';mso-ansi-language:EN-US;mso-fareast-language:JA;mso-bidi-language:AR-SA;"&gt;(Author of &lt;A class="" href="http://developer.db4o.com/ProjectSpaces/view.aspx/DB4o_Eclipse_Plug_In"&gt;Eclipse&lt;/A&gt; and &lt;A class="" href="http://developer.db4o.com/ProjectSpaces/view.aspx/DB4o_Netbeans_Plug_In"&gt;NetBeans&lt;/A&gt; plugins for db4o)&lt;/SPAN&gt;&lt;/P&gt;&lt;img src="http://developer.db4o.com/aggbug.aspx?PostID=46635" width="1" height="1"&gt;</description></item><item><title>[Kudos] With db4o your data IS an object, not a flat representation of an entity</title><link>http://developer.db4o.com/blogs/kudos/archive/2008/01/17/kudos-with-db4o-your-data-is-an-object-not-a-flat-representation-of-an-entity.aspx</link><pubDate>Thu, 17 Jan 2008 03:50:00 GMT</pubDate><guid isPermaLink="false">573d810b-5d25-4172-b278-595dd24a71a5:45937</guid><dc:creator>German Viscuso</dc:creator><slash:comments>0</slash:comments><comments>http://developer.db4o.com/blogs/kudos/comments/45937.aspx</comments><wfw:commentRss>http://developer.db4o.com/blogs/kudos/commentrss.aspx?PostID=45937</wfw:commentRss><description>&lt;P&gt;&lt;EM&gt;Today I spent the majority of the day wrestling with an ORM tool, and I didn't get very far, and as a result I don't like my job very much right now.&lt;BR&gt;&lt;BR&gt;This is a particularly painful mark on my workplace happiness because of the very positive experiences I've recently with DB4O&lt;/EM&gt;&lt;EM&gt;, so I'm going to compare and constrast a little bit to vent my pain...&lt;/EM&gt; [check the post below for the actual comparison]&lt;/P&gt;
&lt;P&gt;&lt;A href="http://codeclimber.blogspot.com/2008/01/relational-vs-object-oriented-databases.html"&gt;http://codeclimber.blogspot.com/2008/01/relational-vs-object-oriented-databases.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;by &lt;SPAN class=fn&gt;Ethan Vizitei&lt;/SPAN&gt;&lt;/P&gt;&lt;img src="http://developer.db4o.com/aggbug.aspx?PostID=45937" width="1" height="1"&gt;</description></item><item><title>[Kudos] The incredible simplicity of db4o hit me immediately</title><link>http://developer.db4o.com/blogs/kudos/archive/2008/01/15/kudos-the-incredible-simplicity-of-db4o-hit-me-immediately.aspx</link><pubDate>Mon, 14 Jan 2008 19:52:00 GMT</pubDate><guid isPermaLink="false">573d810b-5d25-4172-b278-595dd24a71a5:45847</guid><dc:creator>German Viscuso</dc:creator><slash:comments>0</slash:comments><comments>http://developer.db4o.com/blogs/kudos/comments/45847.aspx</comments><wfw:commentRss>http://developer.db4o.com/blogs/kudos/commentrss.aspx?PostID=45847</wfw:commentRss><description>&lt;P&gt;&lt;EM&gt;...I took another look at db4o, a pure object store for Java and .NET. It did not take me long to realise the advantages for small projects. Java code to open a store and save an object consists of only a few lines, and with no need for mapping or any kind of “instrumentation” of classes; at least not just to get going or for small applications. I decided to try this using Groovy. &lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;The incredible simplicity of this hit me immediately. Suddenly all those paragraphs of instructions about how to set up different databases for RoR, and all the rules of how to configure different types of relational connections beteen classes looked very tedious, especially as Rails was supposed to be the great time-saver.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;So, I am going to start a long-term project, that I will report on here. The aim is to see how simple Grails could be with an object database; without the use of Hibernate or JPA; without ORM at all.&lt;/EM&gt; &lt;/P&gt;
&lt;P&gt;Steve Zara and Jonathan Harley, directors of UK software consultancy company Zac Parkplatz Ltd.&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.jroller.com/ThoughtPark/entry/rails_and_grails_without_the"&gt;http://www.jroller.com/ThoughtPark/entry/rails_and_grails_without_the&lt;/A&gt;&lt;/P&gt;&lt;img src="http://developer.db4o.com/aggbug.aspx?PostID=45847" width="1" height="1"&gt;</description></item><item><title>[Kudos] db4o combines smoothly with Struts 2</title><link>http://developer.db4o.com/blogs/kudos/archive/2008/01/02/kudos-db4o-combines-smoothly-with-struts-2.aspx</link><pubDate>Tue, 01 Jan 2008 23:32:00 GMT</pubDate><guid isPermaLink="false">573d810b-5d25-4172-b278-595dd24a71a5:45476</guid><dc:creator>German Viscuso</dc:creator><slash:comments>0</slash:comments><comments>http://developer.db4o.com/blogs/kudos/comments/45476.aspx</comments><wfw:commentRss>http://developer.db4o.com/blogs/kudos/commentrss.aspx?PostID=45476</wfw:commentRss><description>&lt;P&gt;&lt;EM&gt;Anyone here using Db4o as a persistence solution with Struts 2? I have a couple of S2 sites running over this object database, and I have never had such a smooth job of developing code. I only had to think about one thing -- objects! No mapping files, XML, table names, join strategies...&lt;BR&gt;&lt;BR&gt;Holla back if you have similar stories to share&lt;/EM&gt;&lt;BR&gt;&lt;BR&gt;&lt;A class="" href="http://www.manning-sandbox.com/profile.jspa?userID=552"&gt;Scott Stanlick&lt;/A&gt; (Manning Publications Co. Author)&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.manning-sandbox.com/thread.jspa?threadID=22193"&gt;http://www.manning-sandbox.com/thread.jspa?threadID=22193&lt;/A&gt;&lt;BR&gt;&lt;/P&gt;&lt;img src="http://developer.db4o.com/aggbug.aspx?PostID=45476" width="1" height="1"&gt;</description></item><item><title>[Kudos] Flex + LCDS + db4o = truly rapid development</title><link>http://developer.db4o.com/blogs/kudos/archive/2007/12/06/kudos-flex-lcds-db4o-truly-rapid-development.aspx</link><pubDate>Thu, 06 Dec 2007 05:45:00 GMT</pubDate><guid isPermaLink="false">573d810b-5d25-4172-b278-595dd24a71a5:44082</guid><dc:creator>German Viscuso</dc:creator><slash:comments>0</slash:comments><comments>http://developer.db4o.com/blogs/kudos/comments/44082.aspx</comments><wfw:commentRss>http://developer.db4o.com/blogs/kudos/commentrss.aspx?PostID=44082</wfw:commentRss><description>&lt;P&gt;The main thing I've been up to recently, outside of regular working ours, is getting up to speed with Flex and LiveCycle Data Services.&lt;BR&gt;&lt;BR&gt;I have to say, Flex combined with LiveCycle Data Services using db4o is absolutely the fastest way I've ever created an internet application with full data support in the back end. Flex itself makes UI development a doddle. LiveCycle Data Services make accessing data in the back end as simple as called methods on a POJO (real POJOs), then combine this with db4o so that you don't have worry about RDBMS issues and you're really flying in no time.&lt;BR&gt;&lt;BR&gt;&lt;SPAN style="FONT-STYLE:italic;"&gt;Flex + LCDS + db4o = truly rapid development&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Chris Brind (referring to&amp;nbsp;Rapid Rich Internet Application Development)&lt;/P&gt;
&lt;P&gt;&lt;A href="http://techy.brindy.org.uk/2007/11/i-havent-blogged-for-short-while-so-i.html"&gt;http://techy.brindy.org.uk/2007/11/i-havent-blogged-for-short-while-so-i.html&lt;/A&gt;&lt;/P&gt;&lt;img src="http://developer.db4o.com/aggbug.aspx?PostID=44082" width="1" height="1"&gt;</description><category domain="http://developer.db4o.com/blogs/kudos/archive/tags/Kudos/default.aspx">Kudos</category></item></channel></rss>