|
Sponsored Links
Resources
Enterprise Java Research Library
Get Java white papers, product information, case studies and webcasts
|
News
News
News
|
Messages: 14
Messages: 14
Messages: 14
Printer friendly
Printer friendly
Printer friendly
Post reply
Post reply
Post reply
XML
XML
XML
|
 |
Terracotta and Continuations: Video Tech Brief
Geert Bevin gives a concise overview of how Terracotta clustering works and describes how easy it is to integrate it with your applications in a transparent way, unlike other clustering technologies that require programmer participation to make them work. "Terracotta's philosophy is to treat clustering the same way as garbage collection," he said. Geert also talks about his work in continuations and clustering, and gives a few examples of how continuations work, and why they're important to web developers.
(Click here if you can't view the video.)
Geert is a developer at Terracotta Inc., is the CEO and founder of Uwyn bvba/sprl and created the RIFE project which provides a full-stack Java Web application framework for quickly building maintainable applications. He started or contributed to open-source projects like Bla-bla List, OpenLaszlo, Drone, JavaPaste, Bamboo, Elephant, RelativeLayers, and Gentoo Linux. Geert is also an official Sun Java Champion.
Watch other Tech Briefs
|
|
Message #239311
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Re: Terracotta and Continuations: Video Tech Brief
Good piece!
I like the cliffhanger too: "And actually, I am..." ;-)
|
|
Message #239359
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Re: Terracotta and Continuations: Video Tech Brief
Real world: I've been using Terracotta DSO(clustered a lucene RAMDirectory), was able to get a 3 node cluster running in no time ... it simply works the GUI to monitor the nodes is great also.
“Look, ma, no hands!” type of technology
nice bias post Nikita LOL, you should at least respond with some "real" advantages and disadvantages, not some rant quote... if at all the philosophy for Terrcotta would be "Keep it simple stupid" in regards to clustering.
|
|
Message #239378
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Come on
Nikita,
Agreed with prior poster, what is your issue? I have been arguing for the past 2 weeks internally that GridGain on top of Terracotta would be really cool, and totally doable by the looks of your SPI which seems really nice and well thought out.
Your continued opposition to us just for the sake of opposition is not helping that cause, nor does it make you look very objective in the space.
|
|
Message #239384
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Re: Come on
I have been arguing for the past 2 weeks internally that GridGain on top of Terracotta would be really cool
I considered the same approach, but ultimately came to the conclusion that it's just too much of too new technology.
Yes, it would be really 'cool', but i think, at least in our case, that the primary need it would had satisfied would had been developers' personal ambitions instead of real business needs.
Terracotta makes it possible to write custom map/reduce, master/worker griddish stuff really easily, and using only terracotta keeps things a lot simpler compared to giving birth to terracotta/gridgain crossbreed bastard child.
|
|
Message #239392
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Re: Come on
Alright, I will drop my 2 cents :)
I don't think Nikita has any opposition to Teracotta at all, but as usual, when anyone disagrees with some approach on TSS, there will be people who will get offended. If you look at Nikita's blog, he does suggest that a product like Terracotta is more low level than GridGain and potentially could be used to create a product like GridGain. However, I do think that criticism should be welcomed by Terracotta people.
In my opinion (and again you may disagree) Terracotta is the kind of product that will take you for a ride but does not let you hold the steering wheel when you need it. For example, due to lack of API, I don't think Terracotta will allow you to do any pluggable custom node provisioning or job collision resolution or custom logical task splits or weighted splits, etc... What if, for example, I have a node that is available only during off-peak hours? Or what if one node is twice as powerful as others - can I give it more load? Or, moreover, can I choose exactly what kind of load to give to that node?
For the same no-API reason, Terracotta is not pluggable at all and does not let you blend into existing environments. For example, if I am using JBoss server, I can't utilize existing JBoss underlying communication protocol for Terracotta or provide a custom load balancing.
I do think that Terracotta is a nice clustering product, but it seems that due to the chosen no-API approach, it does have many limitations.
Best, Dmitriy GridGain - Grid Computing Made Simple
|
|
Message #239393
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Re: Come on
"a lot simpler compared to giving birth to terracotta/gridgain crossbreed bastard child"
I believe one of the benefits of the GridGain solution was that it could be (it is) layered on-top of existing data-oriented grid solutions providing a consistent job/task oriented programming model that hide to some degree underlying deployment and processing distribution APIs which could also include the NULL API + XML + "align your class (root) design" approach.
GridGain today allows an organization to move from a JGroups to GigaSpaces or Oracle Coherence depending on the budget and the degree of scalability and reliability required. Seems like a reasonable risk management practice to me.
We recently spent time integrating our performance management solution and it has been significantly easier than other solutions because of extension points that have been clearly and cleanly delineated within the design and code.
Kind regards,
William Louth JXInsight Product Architect CTO, JINSPIRED
"Java Performance Monitoring and Runtime Diagnostics for Java EE, SOA, and Grid Computing" http://www.jinspired.com
|
|
Message #239394
Post reply
Post reply
Post reply
Go to top
Go to top
Go to top
|
 |
Re: Terracotta and Continuations: Video Tech Brief
“KISS” is good. But coming off with another paraphrased sound bite I can say that “middleware should be as simple as possible BUT not simpler”.
Besides the rant (which is perfectly natural coming from obviously opinionated and somewhat biased individual :-)) I was mostly replying to the fact that many confusing Terracotta technology with traditional grid computing when in reality it is not. I wish folks at Terracotta would improve their message and/or positioning (at least on the website) to make it clear what Terracotta technology is...
Best, Nikita Ivanov. GridGain - Grid Computing Made Simple
|
|
 |
New content on TheServerSide.comNew content on TheServerSide.comNew content on TheServerSide.com |
 |
 |
Reza Rahman explores the features of the proposed JSR 299, Contexts and Dependency Injection for Java EE (CDI). When approved, it promises to be a key feature of Java EE 6.
(November 2, Article)
SAML is an XML-based standard for exchanging authentication and authorization data between security domains. The single most important problem that SAML was created to solve is the Web browser Single Sign-On problem. Many organizations are debating whether to stay with version 1.1 or move to 2.0. This article makes observations about both options.
(September 28, Article)
Joe Ottinger takes a look at how people learn, and applies it to the practice of programming. He notes that understanding how people learn is an essential part of working in a programming team.
(September 22, Article)
Stephen Maryka gave us an article about the Asynchronous Web and posed a number of questions that get examined like an approach to delivering Asynchronous Web capabilities through extensions to existing Java EE technologies.
(July 14, Article)
JavaServer Faces Flex goal is to provide users capability in creating standard Flex components, part of flexSDK which is open sourced through MPL license, as normal JSF components. This article by Ji Hoon Kim will provide an overview of creating a simple multilingual JSF page consisting of JSF Flex tags.
(June 29, Article)
In this session Jeff explores the key characteristics of successful SOA projects. He covers some of the patterns, and anti-patterns, tool sets, and strategies that he himself learned the hard way. Last, he provides a strategy and blueprint for achieving a high likelihood of success in your SOA project.
(June 23, Tech Talk)
Ari Zilka, CTO of Terracotta, Inc., talks about the new features in Terracotta 3.1, announced during JavaOne and available now.
(June 15, Tech Talk)
In this Tech Talk, Josh Long explores an integration challenge using Spring Integration and walks through the implementation, employing and expanding on the basic patterns of Enterprise Application Integration to tie together components into a function integration solution, and then demonstrates how Spring Integration helps address the integration requirements.
(June 15, Tech Talk)
In this Tech Talk, David Geary teaches you: The basics of Google Web Toolkit; How to implement Ajax-enabled applications in Java; Internationalization; Hooking into the browser history mechanism; Remote procedure calls.
(June 4, Tech Talk)
Jon Kern discusses the best architecture/technical solutions and ensure that they are repeated by all developers. By tackling the architecture up-front in a serial manner, subsequent parallel development will be much more manageable and predictable.
(May 28, Tech Talk)
This keynote describes the frustrations of modern knowledge workers in their quest to actually get some work done, and solutions for how to guard yourself against all those distractions. Neal Ford talks about environments, coding, acceleration, automation, and avoiding repetition as ways to defeat the misguided attempts to sap your ability to produce good work.
(May 26, Tech Talk)
Gil demonstrates how new, aggressive uses of already abundant compute capacity by common applications offer competitive value for application designers.
(May 21, Tech Talk)
Chris Keene introduces WaveMaker as a new way to automate the ability to generate Hibernate classes in order to more quickly bring OR mapping into an application.
(May 19, Article)
In this session Nati Shalom demonstrates how to take a standard Java EE web application and scale it out or down dynamically without changes to the application code. Seeing as most web applications are over-provisioned to meet infrequent peak loads, this is a dramatic change because it enables growing your application as needed, when needed, without paying for unutilized resources.
(May 19, Tech Talk)
Download the entire book of Jakarta-Struts Live and learn about Struts MVC, Tiles, the Validator, DynaActionForms, plug-ins, internationalization, and more.
(Book PDF Download)
The Application Server Matrix is a detailed listing of J2EE vendors and their application server products, with information on latest version numbers, J2EE spec support and licensing, pricing, platform support, and links to product downloads and reviews.
(Application Server Comparison Matrix)
|
|