Sybase iAnywhere Sybase iAnywhere

Peering Behind the Browser


Exploring the World of Data Behind the Tags

header image

AjaxWorld 2008

September 26th, 2008 · No Comments

I just found out that my abstract for AjaxWorld 2008 in San Jose has been accepted. I will be speaking on Tuesday, October 22nd at 9:20 about object-relational mapppers (ORMs) and the database. The talk is titled It’s 11 p.m., do you know where your queries are?:

Object-relational mappers such as Hibernate, LINQ, and Rail’s ActiveRecord can greatly simplify creating database-backed web applications. These tools do such a good job of abstracting the database, that is possible to create very complex web applications without ever considering the database at all!. Unfortunately, ignorance is not always bliss. When naively programmed, seemingly trivial application code can cause inefficient queries at best, and scalability and concurrency nightmares at worst. This talk will show that while ORM’s provide tremendous power and speed, it is still very important to know what is going underneath the comfortable abstraction layer the ORM provides. Examples will include identifying client-side joins, concurrency problems, and scalability issues. 

Tags: Conferences

0 responses so far ↓

  • There are no comments yet...Kick things off by filling out the form below.

Leave a Comment

Note that all comments are currently being moderated until I have a better handle on spam, so your comment may not appear for a couple of hours