Last nights GatorJUG prestation on Clojure with Eric Lavigne introduced us to Clojure's language elements. Say your customer, a timeshare company, wanted a new database driven reservation website. Build a case for Clojure and lay out a reasonable architecture, including use of existing Java components and object relational mapping, or not.

Views: 171

Replies to This Discussion

If I offered to finish the site in a week, would my client need further justification :-)

A timeshare reservation site would be fairly trivial from a technology perspective. For the web front-end, I would use Compojure, just as I did with the Wari contest. For database access, I would use clojure.contrib.sql, which has the same capabilities as java.sql but without being so incredibly verbose.

Architecture is important for big projects. This isn't a big project.
So, Eric - can you say a few words about Compojure? Just enough to get us started. And, please point us to a reference. Is clojure.contrib.sql fairly full featured? Can it to stored procs and transactions? What are some of its strengths and limitations? Just a taste...

Eric Lavigne said:
If I offered to finish the site in a week, would my client need further justification :-)

A timeshare reservation site would be fairly trivial from a technology perspective. For the web front-end, I would use Compojure, just as I did with the Wari contest. For database access, I would use clojure.contrib.sql, which has the same capabilities as java.sql but without being so incredibly verbose.

Architecture is important for big projects. This isn't a big project.
Compojure is a web development library with a focus on simple, RESTful applications. This example should give you a feeling for Compojure:

http://en.wikibooks.org/wiki/Compojure/Getting_Started#A_bit_more_v...

And here are some references:

http://en.wikibooks.org/wiki/Compojure/Core_Libraries
http://en.wikibooks.org/wiki/Compojure/Tutorials_and_Tips
http://github.com/weavejester/compojure


You can find some examples of clojure.contrib.sql here:

http://github.com/richhickey/clojure-contrib/blob/master/src/clojur...

And here's a reference:

http://richhickey.github.com/clojure-contrib/sql-api.html

clojure.contrib.sql has transactions and prepared statements. I don't know about stored procedures, since I have never used them in Clojure or Java.

RSS

Happy 10th year, JCertif!

Notes

Welcome to Codetown!

Codetown is a social network. It's got blogs, forums, groups, personal pages and more! You might think of Codetown as a funky camper van with lots of compartments for your stuff and a great multimedia system, too! Best of all, Codetown has room for all of your friends.

When you create a profile for yourself you get a personal page automatically. That's where you can be creative and do your own thing. People who want to get to know you will click on your name or picture and…
Continue

Created by Michael Levin Dec 18, 2008 at 6:56pm. Last updated by Michael Levin May 4, 2018.

Looking for Jobs or Staff?

Check out the Codetown Jobs group.

 

Enjoy the site? Support Codetown with your donation.



InfoQ Reading List

Presentation: Creating Impactful Teams Across Diverse Work Environments

Natan Žabkar Nordberg shares actionable strategies for creating impactful teams across diverse work environments, focusing on the link between culture, diversity, and ROI. He discusses how to build trust through early delegation, empower teams with guided autonomy (using improv examples), and improve communication via a "session 0" framework, offering key takeaways for all engineering leaders.

By Natan Žabkar Nordberg

Testing Organizations' Widespread Adoption of Agentic AI, but Leadership Lags in Understanding

Nearly all software testing teams are either using or plan to use agentic AI, but many leaders admit they lack a clear grasp of testing realities, according to a recent survey of 400 testing executives and engineering leaders.

By Craig Risi

Article: If Architectures Could Talk, They’d Quote Your Boss

Software architecture reflects how organizations communicate and make decisions. Failures stem from misaligned incentives, unclear ownership, and structural gaps—not technical flaws. Architects must design not just systems, but the conditions for systems to thrive, using platform thinking to reduce friction and foster autonomy.

By Sven-Torben Janus

HashiCorp Warns Traditional Secret Scanning Tools Are Falling Behind

HashiCorp has issued a warning that traditional secret scanning tools are failing to keep up with the realities of modern software development. In a new blog post, the company argues that post-commit detection and brittle pattern matching leave dangerous gaps in coverage.

By Matt Foster

10 AI-Related Standout Sessions at QCon San Francisco 2025

Join us at QCon San Francisco 2025 (Nov 17–21) for a three-day deep dive into the future of software development, exploring AI’s transformative impact. As a program committee member, I’m excited to showcase tracks that tackle real-world challenges, featuring industry leaders and sessions on AI, LLMs, and engineering mindsets. Don’t miss out!

By Hien Luu

© 2025   Created by Michael Levin.   Powered by

Badges  |  Report an Issue  |  Terms of Service