Again, many thanks for your advice, Ralph. That is exactly the thing I was keen on: a point where to start. From a first glance Seam seams to be a really good...
I was looking on the GraniteDS website for a road map or future plan. I see some places mention items are "stable", "experimental", "Planned"..but I didn't see...
On the website it says that "Gravity" is a "Comet-like implementation with AMF3 data polling over HTTP (consumer/producer based architecture)". Does this mean...
Hi William, It turns out that log4j is not serializable, so declaring the variable transient has made the problem go away. Many thanks for your prompt and...
This will not be possible with GDS 1.1. It is planned for the next release because we have to make some refactoring in the Tide core and some work on the...
The Gravity push functionality implements the long polling technique. The client keeps a semi-permanent http connection to the server, and reconnects every 15...
First, I'll admit that I'm brand new to profiling. So I may be way off base here. But here's what I do know... I've set up a very simplified scenario. I've...
Hi all, GDS trunk contains new code for Stateful EJB3 support. It doesn't rely anymore on a Interceptor & ThreadLocal combination (that couldn't work with RMI...
Sorry. I'm in a major time crunch. I have to temporarily close my eyes to the mem leaks I'm seeing and get some other things done. I'll post back here with...
Hi All, I have a project build in seam. Now in some reporting pages I want to put flex graphs, rest all the view will be in xhtml. I am not able to find out...
Thanks for your response. I mean pie charts, bar charts n all. Something like attached file. ... From: ingramcameron <cingram@...> Subject: [graniteds]...
Hi All, Let me make myself clear. I want to add small piece of flex in my jsf page in seam. Is it possible to use flex and jsf together? If yes the can u guys...
It's possible to simply include you Flex chart in an embed or object html element. The Flex chart will communicate with the server through a RemoteObject and...
Thanks for your response. Actually I have downloaded HelloWorldTide application and trying to configure my existing seam application according to the steps...
I wouldn't use Tide in this particular case, you just seem to need getting some data from the server. Just put the graniteds.jar, graniteds-seam.jar in...
Looks like there is an error on the sourceforge link provided...The error is: Error GROUP PROBLEM PROBLEM CREATING GROUP OBJECT Maybe something is going on...
Hi, Thanks. I already knew it... Sourceforge is migrating (from California to Chicago) and experimenting new layouts. The last experiment, obviously, wasn't a...
I use spring security in combination with granite ds. I also have another upload servlet that needs to know the current user. How can I configure this ? ...
There should not be anything special to configure. Just setup your servlet with spring security in the same domain than GDS. Normally they share the same...