Blogs
Interview on JQuery
2010-02-07, Chariot SolutionsTwo weeks ago, Chariot Solutions had a day long event for our consulting team. With the original name of Chariot Day, our team has a series of talks on all different subjects. Some of the talks are on topics which may never see the light of day in the enterprise, some are about more accepted tools. Some of those talks and presentations will be the beginnings for seminars we will host for the public. I thought I would take advantage of having so many topics to choose from for interviews. I will be posting them as I have the time to edit them. This first one, with Lyle Anderson, is on JQuery. Lyle gave a two-part presentation which was well attended by our architects. When I see that much interest from the team, I know this is a technology worth watching. We are still waiting to confirm, but it looks like we will be having a talk at ETE 2010 (www.phillyemergingtech.com) by Yehuda Katz. [...Read More...]
Grails 1.2.1 is Released
2010-02-02, Brent BaxterGreat news for all Grails developers, it appears that the core Grails team is still hard at work. Today it was announced that Grails 1.2.1 is ready. A quick look at the release notes and I see that there aren’t any major new features, but there are a lot of [...Read More...]
Defining and Testing Constraints on Grails Domain Classes
2010-01-31, Brent BaxterDefining constraints in Grails domain classes is achieved quite simply with a static property defined directly in the domain class. For example, I can define a User domain class and its constraints as follows: class User { String login String password String email Integer age [...Read More...]
Why You Need NoSql in Your Toolbox
2010-01-30, Chariot SolutionsEven if you work for Oracle, you still need NoSql databases in your toolbox. One size does not fit all for programming languages, operating systems, IDEs, shoes, bailouts, or anything else. But for a long time now, many developers have been told that relational databases are really the only choice for persistence. If you need to store some data -- any data -- shove it in a relational database. It is the safe choice, and gives us developers one less thing to worry about, right? Well actually, wrong. RDBMS' are great solutions to many problems, but there are better alternatives for others. Quick overview of NoSql A simple definition of a NoSql database is a schema-less database that does not support joins or ACID transactions. In a broad simplification, there are 2 types of NoSql databases: Key/value -- A "giant hash table in the sky" that stores key value pairs. Pros : * very fast * very scalable * simple model * many are distributed Cons : many data structures (objects) can't be easily modeled as key value pairs Schema-less -- Databases somewhere in-between key/value and relational including: column-based (different rows in same table can have different columns), document-based, and [...Read More...]
DevNews Podcast Episode #2
2010-01-26, Brent BaxterIn case you are not already a follower of the Chariot TechCast, you may have missed the fact that TechCast host, Ken Rimple, and I posted the second edition of the new DevNews podcast. We plan for this to be a short, weekly podcast that covers some quick news items [...Read More...]
Chariot's Bloggers
- Chariot Solutions - The Chariot Solutions Official Blog
- Rod Biresch - The SOA Lab
- Rich Freedman - Rich's Blog
- Ken Rimple - Rimple on Tech
- Tom Purcell - Tom's Tech Blog
- Steve Smith - SOA in the Real World
- Roberto Rojas - Roberto's Blog
- Dmitry Sklyut - It Depends
- Andrew Oswald - Andrew's Blog
- Brent Baxter - Brent Baxter's Blog
