672329 members! Sign up to stay informed.

Sponsored Links


Resources

Enterprise Java
Research Library

Get Java white papers, product information, case studies and webcasts

News News News Messages: 32 Messages: 32 Messages: 32 Printer friendly Printer friendly Printer friendly Post reply Post reply Post reply XML XML XML

A High Performance Options Exchange Gateway built on JavaSpaces

Posted by: John Davies on August 04, 2004 DIGG
A few weeks ago we visited an existing client of ours to talk about some new ideas for replacing a functioning options exchange gateway with something new. The existing system worked fine, it was written in C# and ran on .NET, sitting on an 8 CPU box running one of Microsoft’s platforms.

So why change it? A number of reasons were stated but above all was that they wanted something both scalable to extend to other exchanges and at the same time easier to maintain as the markets, data and business change over the coming months.

This could have been done in a number of ways, C++, C#, J2EE etc., we thought a grid solution build on JavaSpaces might be a good option and thought up a plan. Using GigaSpaces' JavaSpace implementtion and C24's Integration Objects (now free) this is what happened...

http://www.c24.biz/download/Options-Exchange-on-JavaSpaces.pdf

Threaded replies

·  A High Performance Options Exchange Gateway built on JavaSpaces by John Davies on Wed Aug 04 08:22:36 EDT 2004
  ·  no posts yet, so I'll say it by peter lin on Wed Aug 04 15:38:11 EDT 2004
    ·  no posts yet, so I'll say it by John Davies on Wed Aug 04 15:55:15 EDT 2004
      ·  RE: no posts yet, so I'll say it by peter lin on Wed Aug 04 16:06:39 EDT 2004
        ·  RE: no posts yet, so I'll say it by John Davies on Wed Aug 04 16:31:46 EDT 2004
          ·  HyperSpace jump from EJB...! by Fernando Racca on Wed Aug 04 16:40:58 EDT 2004
            ·  HyperSpace jump from EJB...! by John Davies on Wed Aug 04 17:02:53 EDT 2004
              ·  HyperSpace jump from EJB...! by graham o'regan on Wed Aug 04 17:31:05 EDT 2004
                ·  HyperSpace jump from EJB...! by John Davies on Wed Aug 04 18:36:15 EDT 2004
                ·  session replication by Cameron Purdy on Thu Aug 05 13:33:12 EDT 2004
                ·  HyperSpace jump from EJB...! by Shay Hassidim on Sun Aug 08 06:51:02 EDT 2004
              ·  Back to earth .. by Cameron Purdy on Thu Aug 05 13:29:47 EDT 2004
                ·  Back to earth .. by John Davies on Fri Aug 06 10:38:40 EDT 2004
                  ·  Open source alternatives, and how much does Gigaspaces cost? by Chris L on Sat Aug 07 00:02:17 EDT 2004
                    ·  Open source alternatives, and how much does Gigaspaces cost? by Dan Creswell on Sat Aug 07 05:46:44 EDT 2004
                      ·  Open source alternatives, and how much does Gigaspaces cost? by Geva Perry on Mon Aug 09 10:31:20 EDT 2004
                        ·  Open source alternatives, and how much does Gigaspaces cost? by Cameron Purdy on Mon Aug 16 10:23:49 EDT 2004
                    ·  Open source alternatives, and how much does Gigaspaces cost? by John Davies on Sat Aug 07 09:52:16 EDT 2004
                      ·  Open source alternatives, and how much does Gigaspaces cost? by Dan Creswell on Sat Aug 07 11:30:30 EDT 2004
              ·  HyperSpace jump from EJB...! by Brian Miller on Thu Aug 05 14:59:15 EDT 2004
                ·  JavaSpace and SPOFs by Cameron Purdy on Thu Aug 05 15:57:35 EDT 2004
                ·  HyperSpace jump from EJB...! by Dan Creswell on Fri Aug 06 05:47:50 EDT 2004
        ·  more cases by Zehua Liu on Wed Aug 04 23:20:45 EDT 2004
          ·  I have no proof :) by peter lin on Thu Aug 05 13:43:53 EDT 2004
    ·  done it 3 years ago by Eddie Chan on Wed Aug 04 16:04:44 EDT 2004
      ·  done it 3 years ago by John Davies on Wed Aug 04 16:21:48 EDT 2004
  ·  Nice paper by David Channon on Wed Aug 04 19:04:27 EDT 2004
    ·  Nice paper by John Davies on Wed Aug 04 19:51:53 EDT 2004
  ·  Of block writes and takes by Dan Creswell on Fri Aug 06 06:30:45 EDT 2004
    ·  Of block writes and takes by John Davies on Fri Aug 06 10:19:41 EDT 2004
    ·  Of block writes and takes by Shay Hassidim on Fri Aug 06 21:29:15 EDT 2004
  ·  Paper is off line by John Davies on Wed Aug 18 05:56:03 EDT 2004
    ·  Paper is back on-line by John Davies on Sat Aug 21 19:11:29 EDT 2004
  Message #132776 Post reply Post reply Post reply Go to top Go to top Go to top

no posts yet, so I'll say it

Posted by: peter lin on August 04, 2004 in response to Message #132700
thanks for writing up the article and describing the approach. it was well written and provided food for thought.

  Message #132779 Post reply Post reply Post reply Go to top Go to top Go to top

no posts yet, so I'll say it

Posted by: John Davies on August 04, 2004 in response to Message #132776
Thanks Peter, I guess the masses are pondering their responses. If no one's interested it's not very inspiring to write up any of the other clients though. :-(

I just felt it was time for a change from the usual AO, AOP, EJB, DI and Java vs. .NET stuff.

-John-

  Message #132780 Post reply Post reply Post reply Go to top Go to top Go to top

done it 3 years ago

Posted by: Eddie Chan on August 04, 2004 in response to Message #132776
We done the same thing 3 years old. The management didn't want to use JavaSpace so we use RMI instead (although we have an implementation using JavaSpace working). As far as I remembered the Feed handler was the hardest to write. A lot of exchanges throttles the feed, so you need to dynamically changes the feed rate depending on the conditions of the feed.

eddie

  Message #132781 Post reply Post reply Post reply Go to top Go to top Go to top

RE: no posts yet, so I'll say it

Posted by: peter lin on August 04, 2004 in response to Message #132779
I for one would love to read about more cases, since I think about performance and scalability obsessively. that's probably why I contribute to jmeter. probably should get a life. I've been exploring and researching distributed systems for the last several years. It sounds like GigaSpaces shares some similarities with JxTA. It's nice to see all the research in distributed indexes and distributed memory by Berkeley, MIT, and other universities has produced some solid products.

  Message #132782 Post reply Post reply Post reply Go to top Go to top Go to top

done it 3 years ago

Posted by: John Davies on August 04, 2004 in response to Message #132780
I've seen similar architectures using JavaSpaces, it's re-assuring to know we're attacking the similar problems with the same solution. It's amazing how often we've seen good solutions thrown away because people don't understand JavaSpaces. They then go off and write them in C++, CORBA or J2EE etc. only to come back a few years later because they've hit the scalability wall.

I presume your RMI solution was very based on your JavaSpace architecture, it's a rather sneaky way of implementing the same thing by almost writing the JavaSpaces yourself through RMI. :-)

-John-

  Message #132786 Post reply Post reply Post reply Go to top Go to top Go to top

RE: no posts yet, so I'll say it

Posted by: John Davies on August 04, 2004 in response to Message #132781
I think about performance and scalability obsessively
I've always wondered who reads the Viagra spam!
probably should get a life
You said it! :-)

JxTA complements Jini nicely, it's rather like comparing RMI and SOAP, they can solve the same problems but there are clearly places where one is a better fit than the other. If we had to communicate outside of the server environment of the clients we'd probably use JxTA.

-John-

  Message #132788 Post reply Post reply Post reply Go to top Go to top Go to top

HyperSpace jump from EJB...!

Posted by: Fernando Racca on August 04, 2004 in response to Message #132786
Looks like an excellent way of building a ESB (Enterprise Service Bus).

Very nice articule John. Most of real distributed problems are nicely handled by this architecture, i'd wish i have read before about Spaces.

thanks a lot!

Fernando Racca

  Message #132790 Post reply Post reply Post reply Go to top Go to top Go to top

HyperSpace jump from EJB...!

Posted by: John Davies on August 04, 2004 in response to Message #132788
You are absolutely right, this could be a real ESB solution, wrap the services as JavaSpace workers and then expose them through JXTA. It is a far purer solution than the typical J2EE effort. Jini still uses RMI and naming services but it's done in a much more flexible way, there is no single point of failure unlike a simple rmiregistry or J2EE JNDI. Even the JavaSpaces themselves are services in Jini, it's almost like Smalltalk, a very pure implementation! Another thing is that you're not restricted to the container contracts and component restrictions. We can wrap a C++ routine in JavaSpaces or talk to .NET without having to write complex J2EE CAs or use crap WebServices. Macromedia used Jini to cluster their J2EE containers, there's no reason why an entire server can't be a Jini services. This was where I was going with James Strachan the other day over a few beers, put the JMS destination into a JavaSpace and you've got something amazingly powerful, it's great stuff to play with.

-John-

  Message #132798 Post reply Post reply Post reply Go to top Go to top Go to top

HyperSpace jump from EJB...!

Posted by: graham o'regan on August 04, 2004 in response to Message #132790
You mention your work with jstrachan, would this not have been possible with the activespaces project? Or is JMS really the limitation?

Also, you are dealing with alrge numbers of messages, could this system be adapted to replicate http session data too? Could machines join in a cluster and publish the changes to the cluster in an efficient manner? Would it be more efficient than the standard multicast solution that most app server vendors employ?

Soryy if this stuff is obvious, but I haven't had much time to read up on this stuff yet ;). One last question, how successful was Jini for clustering the MM application server? I remember Rikard Oberg mentioning that he researched Jini originally for JBoss but decided against it at the time.

  Message #132807 Post reply Post reply Post reply Go to top Go to top Go to top

HyperSpace jump from EJB...!

Posted by: John Davies on August 04, 2004 in response to Message #132798
You mention your work with jstrachan, would this not have been possible with the activespaces project? Or is JMS really the limitation?
If you read James's original posting you'll see that it was me who inspired James into ActiveSpaces, both of us together and a few beers of course.

There is nothing limiting JMS from being integrated with JavaSpaces, especially something like James's ActiveMQ but we were looking for direction, there's no point in working on ActiveSpaces if no one needs it or it doesn't solve any problems.

JMS and JavaSpaces are similar, in fact you can implement most of the JMS features with JavaSpaces, it only gets a little difficult when you get to the message selectors. JavaSpaces are designed to distribute and find services not data. It would be equally difficult to use JMS to select messages based on the services they implement. Both do similar jobs and overlap in a few places but they are designed for different purposes and should be used accordingly.
could this system be adapted to replicate http session data too?
Yes, as I said in a posting above Macromedia did just this. I'll let the Jini vendors answer this on in more detail.
One last question, how successful was Jini for clustering the MM application server?
I can't comment on the success of MM, it's obviously not had the success of BEA but I'm sure it wasn't their clustering choices that let them down. It would be interesting to know why JBoss people decided not to go for Jini, perhaps there just wasn't enough AO in it. :-)

-John-

  Message #132811 Post reply Post reply Post reply Go to top Go to top Go to top

Nice paper

Posted by: David Channon on August 04, 2004 in response to Message #132700
Even though I don't currently have requirements for which this solution would be appropriate, I do appreciate being able to read (and thus learn) from those that have real world experiences. Thank you John for writing this paper. It was a very interesting read.

  Message #132816 Post reply Post reply Post reply Go to top Go to top Go to top

Nice paper

Posted by: John Davies on August 04, 2004 in response to Message #132811
Thank you, you're welcome! Part of my goal was not just to show what we're up to but to try to educate a little at the same time.
I'm glad you enjoyed it.

-John-

  Message #132832 Post reply Post reply Post reply Go to top Go to top Go to top

more cases

Posted by: Zehua Liu on August 04, 2004 in response to Message #132781
I for one would love to read about more cases, since I think about performance and scalability obsessively.
A few months back, during the Jini community meeting, several nice cases were presented. you should still be able to find the slides at
http://www.jini.org/meetings/seventh/J7Program_T.html

however, I find John's article more clearly explained (of cos, full text article gives more details than slides).
It's nice to see all the research in distributed indexes and distributed memory by Berkeley, MIT, and other universities has produced some solid products.
do you have any specific examples of where in what products these research have been applied?

  Message #132940 Post reply Post reply Post reply Go to top Go to top Go to top

Back to earth ..

Posted by: Cameron Purdy on August 05, 2004 in response to Message #132790
.. there is no single point of failure unlike [..] J2EE JNDI.
There is no single point of failure (SPOF) in JNDI .. it's an API that is typically implemented in a replicated manner for clustered J2EE systems. I know that WebSphere and WebLogic for example don't suffer from SPOFs with JNDI. I'd assume even the open source stuff (JBoss, Geronimo, etc.) doesn't suffer from JNDI SPOFs. Do you know of any contemporary servers that do? ;-)
Another thing is that you're not restricted to the container contracts and component restrictions. We can wrap a C++ routine in JavaSpaces or talk to .NET without having to write complex J2EE CAs or use crap WebServices.
You can do the same in J2EE; the J2EE contracts just tell you how to write components that will deploy to _any_ certified container, even one that has been "locked down" for security or hosting reasons .. it's a "guaranteed portability" issue, not a technical one.

Peace,

Cameron Purdy
Tangosol, Inc.
Coherence: Clustered JCache for Grid Computing!

  Message #132941 Post reply Post reply Post reply Go to top Go to top Go to top

session replication

Posted by: Cameron Purdy on August 05, 2004 in response to Message #132798
Also, you are dealing with alrge numbers of messages, could this system be adapted to replicate http session data too? Could machines join in a cluster and publish the changes to the cluster in an efficient manner? Would it be more efficient than the standard multicast solution that most app server vendors employ?
Multicast is ideal for replication of data, but you don't want to replicate sessions to all machines in a cluster .. that is very non-scalable. Also, I don't think "most" app server vendors employ that; I know of only one that does (or at least used to do) it that way.

Peace,

Cameron Purdy
Tangosol, Inc.
Coherence: Clustered JCache for Grid Computing!

  Message #132945 Post reply Post reply Post reply Go to top Go to top Go to top

I have no proof :)

Posted by: peter lin on August 05, 2004 in response to Message #132832
I have absolutely no proof the people at Gigaspaces, Oracle, Sun, or JxTA take time to read the latest peer review journals on distributed processing. I naively assume they are actively reading and keeping up with research. I can't find the good references right now, since I have them bookmarked at home. ACMQueue usually has tons of articles in this domain.

http://www.cs.berkeley.edu/Research/Projects/
http://www-2.cs.cmu.edu/~scandal/research-groups.html
http://www.cs.umd.edu/~keleher/bib/dsmbiblio/dsmbiblio.html
http://www.globus.org/

I would find it hard to believe that people working with distributed and parallel systems do not keep up with the latest research and peer review journals. Systems like beowolf, globus, and Oracle's distributed tables all build on research in this field. I suppose someone could magically build a grid without having read a single paper on topic.

  Message #132955 Post reply Post reply Post reply Go to top Go to top Go to top

HyperSpace jump from EJB...!

Posted by: Brian Miller on August 05, 2004 in response to Message #132790
Jini still uses RMI and naming services but it's done in a much more flexible way, there is no single point of failure unlike a simple rmiregistry or J2EE JNDI.
I'm skeptical of the suggestion that Jini is more reliable. Isn't the JavaSpace host a single point of system failure? A Jini registry lacks replication. A JXTA registry is replicated.

  Message #132965 Post reply Post reply Post reply Go to top Go to top Go to top

JavaSpace and SPOFs

Posted by: Cameron Purdy on August 05, 2004 in response to Message #132955
I'm skeptical of the suggestion that Jini is more reliable. Isn't the JavaSpace host a single point of system failure? A Jini registry lacks replication. A JXTA registry is replicated.
JavaSpaces, like JNDI, is just an API .. it can be implemented as a SPOF, or it can be implemented on top of a HA clustered datastore (e.g. Coherence.) I don't know what capabilities the commercial spaces products offer, but I believe that they both claim to eliminate SPOFs.

Peace,

Cameron Purdy
Tangosol, Inc.
Coherence: Clustered JCache for Grid Computing!

  Message #133053 Post reply Post reply Post reply Go to top Go to top Go to top

HyperSpace jump from EJB...!

Posted by: Dan Creswell on August 06, 2004 in response to Message #132955
I'm skeptical of the suggestion that Jini is more reliable. Isn't the JavaSpace host a single point of system failure? A Jini registry lacks replication. A JXTA registry is replicated.
As Cameron rightly points out, JavaSpaces is only an API as is the JINI "registry" and thus they are amenable to all the usual clustering/replication techniques.

However, at least in the case of lookup/registry you get replication for free without any effort and you don't need a clustered registry implementation to do it. Typically, most deployments run more than one instance of the JINI registry and, courtesy of the standard API's, replication of lookup information is handled by default with no intervention required on the part of the service developer. You want more replication, just deploy another registry instance. There is no requirement for a single centralized registry unless you really want it!

Whilst we're clearing up stuff - I'd also like to tackle the JINI is dependent on RMI issue. JINI's API definitions feature RemoteExceptions but no other part of RMI is exposed. Thus any transport that can provide transport and throw RemoteExceptions appropriately is sufficient - it needn't be RMI.

The example implementation shipped as part of the JINI development kit *is* RMI-based but it didn't *need* to be. Note also that SUN do not currently view their example implementation as a *reference* implementation (they get quite upset when people refer to it that way :).

Hope the above is useful,

Dan.

  Message #133056 Post reply Post reply Post reply Go to top Go to top Go to top

Of block writes and takes

Posted by: Dan Creswell on August 06, 2004 in response to Message #132700
There's a reference in the paper to the use of block operations which are not part of the JavaSpaces standard but implemented by GigaSpaces. Whilst they currently aren't standardized there is work underway to revise the spec such that it does provide these capabilities (although they may not be exactly the same as those offered by GigaSpaces).

It will likely be specified as an optional extension (along with an iterator function for reading all Entry's that match a collection of templates).

You can find the current spec for block operations here:

http://archives.java.sun.com/cgi-bin/wa?A2=ind0406&L=javaspaces-users&F=&S=&P=25794

Dan.

  Message #133085 Post reply Post reply Post reply Go to top Go to top Go to top

Of block writes and takes

Posted by: John Davies on August 06, 2004 in response to Message #133056
Thanks for your comments Dan, as you say we did you some optimisations that are not part of the Jini spec but I don't think we went too far off the line.

If anything I think Blitz is closer to an open source reference than Sun's, at least it's easy to get running. Sun's OutRigger is a pain in the back side to say the leaset and if I were Sun I don't think I'd want to "own" it eather. They need to do some serious work to make it useable to the average Java programmer.

-John-

  Message #133091 Post reply Post reply Post reply Go to top Go to top Go to top

Back to earth ..

Posted by: John Davies on August 06, 2004 in response to Message #132940
Cameron old chap,
    I know it wouldn't take you long to post something here. I have absolutely no doubt that Coherence could have done an equally good job, it's a great product. I tried to make it clear that this was just one of many possible solutions, it used largely off the shelf products and took just a few days to complete. If I had sat down with Rob (your Rob) and used Coherence I'm sure I'd have been writing about the wonderful Coherence/C24 solution we implemented. As it happened it was GigaSpaces, they were great to work with and provided a great product and solution.

I wish you and the GigaSpaces guys got on better, because you're both such a great bunch of guys to work with. Not saying that you don't get on but you have such different technologies there is really no reason why you couldn't work together on such projects. I think part of the problem is GigaSpaces attempt to provide solutions outside of what JavaSpaces were really designed for, i.e. JMS, database caching etc. Their caching solution is good but it does compete in a space that doesn't make friends with companies like Tangosol.

Anyway, as they say, there are no friends in business! Have have to disagree though.

"Peace",

-John-

  Message #133161 Post reply Post reply Post reply Go to top Go to top Go to top

Of block writes and takes

Posted by: Shay Hassidim on August 06, 2004 in response to Message #133056
Dan,
Gigaspaces came with the block operations (we call it batch operations) 2 years ago since we have identified the requirement after working with prospects and customers around the world. We are happy the JavaSpaces community understood this important requirement and agreed to add these capabilities into the spec. We will soon adjust our API to be aligned with the official block operations API.
Since we see ourselves the leading company with JavaSpaces implementation and build all our Grid Server on top of JavaSpaces to include JMS API , JDBC API , Map API , JCA API we have added few additional capabilities into our JavaSpaces layer. These includes: Full FIFO support to allow FIFO based take operations , Notifications for Take, update and Lease expiration and Transient and persistent entries. These and more will be revealed as part of GigaSpaces 4.0.
A 4.0 beta will be available for download soon. Please contact me to have access to this beta.

 
Best Regards,
        Shay
----------------------------------------------------
Shay Hassidim
Product Manager, GigaSpaces Technologies
Email: shay@gigaspaces.com
Website: www.gigaspaces.com

  Message #133169 Post reply Post reply Post reply Go to top Go to top Go to top

Open source alternatives, and how much does Gigaspaces cost?

Posted by: Chris L on August 07, 2004 in response to Message #133091
Gigaspaces sounds cool. I went to gigaspaces' web site but couldn't find a price; not a good sign. What open source Javaspaces implementations have people used successfully for high-volume systems (even if they don't do everything Gigaspaces does)?

  Message #133179 Post reply Post reply Post reply Go to top Go to top Go to top

Open source alternatives, and how much does Gigaspaces cost?

Posted by: Dan Creswell on August 07, 2004 in response to Message #133169
Gigaspaces sounds cool. I went to gigaspaces' web site but couldn't find a price; not a good sign. What open source Javaspaces implementations have people used successfully for high-volume systems (even if they don't do everything Gigaspaces does)?
Can you sketch out what you'd consider to be a high-volume system?

I've seen several different kinds which come with their own forms of strain. Some are lots of small objects written and taken rapidly whilst others are large numbers of writes followed by trickling of takes and updates and then there are those that write large objects at relatively low rates.

So you end up with some systems where concurrency, throughput etc are important and others that need to support "graceful degradation" via swapping etc to manage large data requirements.

  Message #133187 Post reply Post reply Post reply Go to top Go to top Go to top

Open source alternatives, and how much does Gigaspaces cost?

Posted by: John Davies on August 07, 2004 in response to Message #133169
GigaSpaces isn't free although I believe they are for academic usage (don't quote me on that though!!!). It comes down to the usual option of a good free version (Blitz) or a good "non-free" version (GigaSpaces). To the nieve the obvious choice is Blitz but sadly the real world doesn't just run on freeware. GigaSpaces' customers pay for it for the support, they have people in several countries and a large head office that can provide round the clock support and people on site within hours. Dan (Mr. Blitz) has a great product, it is undoubtedly the best open source version and definitely one of the best all round JavaSpaces implementations that exists. Although it's open source and free it is still funded by some nice people at Paremus who charge real money for their products.

Companies that don't quote prices on their web sites are normally selling solutions rather than off the shelf products, it's very difficult to price something that might be used for searching for DNA matches in a cancer charity at one end and a high performance exchange gateway at the other end. Two very different clients using different features and having different support requirements. Chris, if you want to know the price, send GigaSpaces and email and tell them what you want to do with it and I'm sure they'll give you a price. You can of course download it now and use an unrestricted eval for your prototype.

To answer your question Blitz is the best open source option.

-John-

  Message #133188 Post reply Post reply Post reply Go to top Go to top Go to top

Open source alternatives, and how much does Gigaspaces cost?

Posted by: Dan Creswell on August 07, 2004 in response to Message #133187
Dan (Mr. Blitz) has a great product, it is undoubtedly the best open source version and definitely one of the best all round JavaSpaces implementations that exists. Although it's open source and free it is still funded by some nice people at Paremus who charge real money for their products.
Thanks for the support John, just wanted to clarify my relationship with Paremus a bit. Blitz is largely developed on my own time however, I am consulting to Paremus, helping them develop some JINI/JavaSpaces based product offerings. They pay me for that work and, in addition, very kindly allow me to spend some of my work time developing Blitz. Paremus also has access to big iron and various resources which they make available to me for no charge.

I am very grateful for their support and undoubtedly certain aspects of Blitz have benefited greatly as a result. However, Blitz has also benefited from the support of a number of others including Nigel Warren, Phil Bishop (at Inca X - he did most of the development of Blitz's installer and the Dashboard GUI) and a number of others in the JINI/JavaSpaces community (who've contributed ideas, configuration examples, documentation tweaks, tests and bug reports).

Dan.

  Message #133206 Post reply Post reply Post reply Go to top Go to top Go to top

HyperSpace jump from EJB...!

Posted by: Shay Hassidim on August 08, 2004 in response to Message #132798
could this system be adapted to replicate http session data too?

GigaSpaces provides Built in HTTP Session sharing using our Distributed Caching API.
See:
a href="http://www.gigaspaces.com/docs/doc/the_cache_api.htm">Using the cache from a web application</a>
and our <GigaSpaces root>\examples\session-space demo.

Shay

  Message #133278 Post reply Post reply Post reply Go to top Go to top Go to top

Open source alternatives, and how much does Gigaspaces cost?

Posted by: Geva Perry on August 09, 2004 in response to Message #133179
Chris -- We are happy to provide pricing information to anyone who contacts us (and do so every day).

For various reasons, enterprise software companies (not just solution providers) rarely publish their prices on the web.

Open source solutions work well when the underlying technology is mature, widely used in the industry and there are many COMMERCIAL organizations that can support them. In my experience, rarely will enterprises opt for open source versions of innovative technologies.

Regards,
Geva Perry
GigaSpaces

  Message #134244 Post reply Post reply Post reply Go to top Go to top Go to top

Open source alternatives, and how much does Gigaspaces cost?

Posted by: Cameron Purdy on August 16, 2004 in response to Message #133278
For various reasons, enterprise software companies (not just solution providers) rarely publish their prices on the web.
That doesn't sound right .. even Oracle and IBM publish list prices. Heck, our pricing has been available online since our 1.0 release .. see http://www.tangosol.com/coherence.jsp.

Peace,

Cameron Purdy
Tangosol, Inc.
Coherence: Shared Memories for J2EE Clusters

  Message #134571 Post reply Post reply Post reply Go to top Go to top Go to top

Paper is off line

Posted by: John Davies on August 18, 2004 in response to Message #132700
I'm afraid the white paper is off line for a day or so at the request of our client. It will be back up, slightly re-worded, hopefully before the end of the week.

Sorry about that!!

-John-

  Message #135132 Post reply Post reply Post reply Go to top Go to top Go to top

Paper is back on-line

Posted by: John Davies on August 21, 2004 in response to Message #134571
Sorry for anyone that tried to read it over the last few days, it's back up again.

-John-

New content on TheServerSide.comNew content on TheServerSide.comNew content on TheServerSide.com

Dependency Injection in Java EE 6 - Part 2

Reza Rahman continues to explore 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. (January 21, Article)

Ted Neward Q&A: What you must know about JavaScript, Scala and more

Ted Neward is an independent consultant specializing in high-scale enterprise systems, and an authority in Java and .NET technologies. He is the author and co-author of several books, including Effective Enterprise Java. At TheServerSide Java Symposium in March, he will be presenting sessions on pragmatic architecture, ECMAScript and Scala. (January 15, Article)

Developers split on open sourcing Java

Now that Oracle is absorbing Sun Microsystems, there mixed views on what should come of the Java Community Process (JCP). While some say Oracle should become the new steward of Java and keep the JCP much as it was, others argue that it may be time to open-source this widespread language. (November 24, Article)

Dependency Injection in Java EE 6 - Part 1

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: It's Not just for Web services

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)

Programming is Also Teaching Your Team

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)

Can Java EE Deliver The Asynchronous Web?

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)

JSF Flex

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)

The Rules of SOA - A Road to a Successful SOA Implementation

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 Talks About Terracotta 3.1

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)

Enterprise Application Integration, and Spring

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)

Google Web Toolkit: An Introduction

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)

Just Enough Early Architecture to Guide Development

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)

Productive Programmer: On the Lam from the Furniture Police

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)

Auto-Scaling Your Existing Web Application

Gil demonstrates how new, aggressive uses of already abundant compute capacity by common applications offer competitive value for application designers. (May 21, Tech Talk)

Automating Hibernate Mapping and Queries For Java Web Development

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)

Free Book PDF Download: Mastering EJB Third Edition

Mastering EJB was one of the original and most influential EJB books in the industry. Mastering EJB III now returns with two new expert co-authors, updated for EJB 2.1 and 30% new chapters including security, integration, best practices, open source, and more.
(Book PDF Download)

Application Server Matrix

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)

News | Blogs | Discussions | Tech talks | Patterns | Reviews | White Papers | Downloads | Articles | Media kit | About
Java Solutions
All Content Copyright ©2007 TheServerSide Privacy Policy
Site Map