« Talking about clustering the JVM | Main | JavaOne Highlights »

May 16, 2006

Come See Us at JavaOne

posted by pcal

We're here at JavaOne right now. Lots of excitement on the floor today.

Stop by and say hi and check out our demos. We're to the left as you walk into the exhibition, near Adobe and BEA's booths.

Also, don't miss Jonas' talk today at 2 on Terracotta Spring.

Comments

i saw jonas's talk today. i had never considered using the spring application context to store data objects. typically the apps i have seen have the (stateless) business objects in spring.

i stopped by the pavilion booth and talked to someone named eugene; when i asked in what circumstances one would be putting data in spring, eugene told me that terracotta "doesn't do consulting", which i took to mean that i'd have to figure this one out myself. funny, i thought if you wanted me to use your product y'all could tell me why i'd want to...

Posted by: john at May 16, 2006 8:08 PM

Hi John. I think Eugene was just describing our business model, which is license-based rather than service-based. But of course it's critical for us to do everything we can to help our customers be successful.

If you'd like, please contact me by email directly (pcal at terracottatech dot com) or stop by the booth again tomorrow - I'd love to chat with you more about your use case.

Posted by: Patrick Calahan at May 17, 2006 12:24 AM

John, I only pointed out that Terracotta does not provide tranning for the Spring framework itself and was suggesting to use some imagination. It is really hard to suggest what you can store to Spring context without analyzing your application. In general, there are plenty use cases when beans in Spring context may have state. For example, caching results from expensieve operations (including access to the database), collecting data about your system, interprocess coordination, queuing task execution and so on and so forth. In Spring 2.0 you can also used scoped beans where bean will have unique state within given scope, such as request, session or even custom scopes.

Posted by: Eugene Kuleshov at May 21, 2006 11:43 PM