Clojure
Rich Hickey discusses Clojure features and syntax, example code, functional programming, concurrency semantics, transactions, software transactional memory, agents, implementation and pain points.
- Java,
Tracking change and innovation in the enterprise software development community
Posted by Robert Bazinet on Aug 25, 2008 07:00 AM
NHibernate 2.0 was made official with the announcement of its general availability by Ayende Rahien. The announcement follows months of alphas and release candidates and now matches the features of Hibernate 3.2.
The features available in NHibernate 2.0 were discussed on InfoQ in April 2008 by Hartmut Wilms in an article titled NHibernate 2.0 Offers Many New Features. The article goes into some great detail about what 2.0 entails. Details of features from Ayende's blog include:
It should be noted that LINQ to NHibernate is not included in the 2.0 release but is planned for 2.1. Also, .NET 1.1 is no longer supported.
A Google group is available for support issues and NHiberate can be downloaded from SourceForge now.
Architectural Quality: Design, Development and Testing Rules
Agile Projects: Five Ways to Fail When You Scale
Testing Tools to Support Agile Software Delivery
Continuous Application Performance and Transaction Analysis eKit
Lean Software Development Governance, a whitepaper by Per Kroll and Scott Ambler
- Table per class strategy using union (<unionsubclass>).
- HQL functions for all supported dialects.
- One shot delete of aggregations using on-delete="cascade".
The documentation of NH2.0.0GA is now available in wiki format
knol.google.com/k/fabio-maulo/-/1nr4enxv3dpeq/2...
Another important news is the NHibernate.Contrib project
sourceforge.net/projects/nhcontrib
Where you can find some old contribution and some new projects as:
- NHibernate.Burrow
- NHibernate.Validator</unionsubclass>
Excellent coverage.
We try to pick up where you guys have to leave off by digging into the code.
We offer far more extensive technical coverage of NHibernate and now especially the Linq Provider work. .
To follow this amazing set of achievements, join us in the deep discussion here.
Rich Hickey discusses Clojure features and syntax, example code, functional programming, concurrency semantics, transactions, software transactional memory, agents, implementation and pain points.
We introduce the concept of Composite Oriented Programming, and show how it avoids the issues with OOP and reignites the hope of being able to compose domain models with reusable pieces.
Dan Farino talks about the system architecture and the challenges faced when building a very large online community. Dan explains how a .NET product scales on hundreds of servers.
Alan Shalloway, CEO and founder of Net Objectives, presents the Lean software development principles and practices and how they can benefit to Agile practitioners.
Bernd Mathiske discusses Maxine VM, Java compatibility, swapping major VM components, research areas, Object handling, code examples, optimizing compiler, snippets, bytecode generation, JNI and JIT.
Joe Armstrong speaks on various aspects of the Erlang language, presenting its roots, how it compares with other languages and why it has become popular these days.
The java double-check singleton pattern is not thread safe and can’t be fixed. In this article, Dr. Alexey Yakubovich provides an implementation of the Singleton pattern that he claims is thread-safe.
Diana and Jim talk about patterns observed in CTOs' activity. CTOs emerge as real people caring for other people in their organization, and are put under a lot of pressure and constraints.
2 comments
Reply