Category Archives: .Net

Event listener container abstraction for .NET

GigaSpaces XAP.NET 6.6.2 comes with out of the box event listener container abstraction that decouples the business logic implementation from the underlying data grid implementation. This allows simpler and faster processing unit implementation, without having to implement the event triggering … Continue reading

Posted in .Net, Data Grid, Events, GigaSpaces, sba, SOA | Tagged | 2 Comments

A comment that made my day

I guess will all product people know what is it to work in the trenches, releases, bug fixes, taking care of customers. Not all is glory.

Yesterday, I got this feedback from a prospect:

<quote>I have looked at many purported “Cloud” software solutions and yours is by far the most impressive I have ever seen. The level of the .Net technology used is, to sum it up in one word “incredible”, it is impressive to see a company pushing the .net platform to the limit.</quote>

Really made my day!

Continue reading

Posted in .Net, GigaSpaces, syndicated | Tagged | 2 Comments

Holy .NET Batman! GigaSpaces6.6 for .NET is so cool!

I just installed the GigaSpaces product for .NET found here: Latest Downloads

I installed it in two clicks – using the default install and discovered the remarkable and oh so sexy .NET functionality demo that has no parallel (yet) in the Java version of the product. I am now motivated to scrape together a graphical example for Java that shows the same clear and excellent functionality as is in the .NET example.

If you are interested – after you download the .NET version go to :

“C:\GigaSpaces\XAP.NET 6.6.0\Examples\SpaceTutorial”

to execute the charming and educational graphical demo I am speaking of.

Cheers,

Owen. Continue reading

Posted in .Net, C++, Caching, GigaSpaces, syndicated | Tagged | Leave a comment

Java/.NET Interoperability

Eitan, one of our brilliant .NET developers posted here a description of the underlying mechanism we use in GigaSpaces XAP to provide simple integration between Java and .NET.

We use different concepts than typical XML based interop solutions by providing a seamless default mapping between Java, .NET and C++ objects. We have several customers who use mixed teams, usually .NET team which develop user interfaces for the desktop and Java or C++ server side processing teams. In our solution the objects are mapped to a canonical efficient representation. It is the framework’s role to do the mapping and conversion and not of the user’s. For this reason we can apply very sophisticated optimization which makes language boundaries unnoticeable from performance and efficiency perspectives.

More information and example code can be found here

Enjoy,

Continue reading

Posted in .Net, GigaSpaces, Java, syndicated | Tagged | Leave a comment

XAP.NET speaks Java?

One of the key features of GigaSpaces XAP/XAP.NET is the seamless interoperability of .NET Java and C++, This can happen because that the product core is developed in Java and entries are saved inside the space in a generic, language … Continue reading

Posted in .Net, Application Architecture, Caching, Development, GigaSpaces | Tagged , , , | 2 Comments