We found 6 results for your search.

The Limitations of Google App Engine

I have a very simple test application up on Google App Engine. See gregrluckapphelloworld.appspot.com. 80MB heap limit Go to gregrluckapphelloworld.appspot.com. Each time you hit is exactly 10MB gets added to Ehcache in-process cache. This is an intentiontal memory leak designed to find out how much you stick in the heap. The answer is around 80MB.… Continue reading The Limitations of Google App Engine

Published
Categorized as Java

Ehcache 1.6.0 is now compatible with Google App Engine

The forthcoming Ehcache 1.6.0 is compatible and works with Google App Engine. You can get it now from ehcache snapshots. Google App Engine provides a constrained runtime which restricts networking, threading and file system access. All features of Ehcache can be used except for the DiskStore and replication. Having said that, there are workarounds for… Continue reading Ehcache 1.6.0 is now compatible with Google App Engine

Published
Categorized as Java

Spnego for Glassfish – First working implementation achieved today

I am feeling a little excited right now. Today we got an implementation of SPNEGO going for Glassfish. It will be refined over coming days, but it works. You can use Glassfish in a Kerberos Single Sign On environment. It works with Firefox, IE and Safari. Some features/limitations at present: * We use the new… Continue reading Spnego for Glassfish – First working implementation achieved today

Published
Categorized as Java

Going Web 2.0

I do not normally take to buzz words, hype and shiny new toys. These things usually annoy me. I do however think there is something to Web 2.0. I don’t want to go into what is meant by that here. See Tim O’Reilly’s landmark essay for a definition. If you look at the technologies that… Continue reading Going Web 2.0

Published
Categorized as Open Source