|
From: jwray <jon...@fi...> - 2007-12-14 08:20:37
|
Peter, thanks for the reply, that clarifies things, and it'll be no problem bringing the JIDE code back in sync. with HEAD. As for project interest, I'm still using it in an old internal project at work and I'm in the prototyping stage of another newer application. I also still get help requests regarding the JIDE integration code, so there's still interest out there. I really believe the RCP project has a lot of hidden potential, especially when considered in conjunction with the rest of the Spring infrastructure. For example, in my new project I'm using an embedded Mule ESB for both external service communication and internal event propagation. Mule's support for spring events, and thus by extension Spring RCP, made this integration very straightforward and powerful. Jonny Peter De Bruycker-2 wrote: > > Jonny, > > Great you found some time to work on it ;-) > I'm happy to see there's still interest in the community for the project, > even though we haven't been very active lately. > > About the close and dispose methods: > - dispose is a lifecycle method that can be overridden to provide extra > cleanup needed when the PageComponent is being closed. > - The close method is just a convenience method: it's not intended to be > overridden, it should essentially just call ApplicationPage.close(this). > > Hope this helps, > > Peter > > On Dec 14, 2007 3:29 AM, jwray <jon...@fi...> wrote: > >> >> >> Peter, >> >> I've found some time to work on updating the JIDE integration code >> against >> the current HEAD and one error I'm getting is my concrete Editor >> implementation do not implement the close method from pageComponent. What >> I'm wondering is what the motivation was for adding this method over the >> already included and used dispose() method? For example, the >> AbstractApplicationPage.close(PageComponent) method calls dispose on the >> page component. >> >> I'd like to be consistent in the operation semantics between RCP and the >> JIDE extension but I can't find anywhere that close is used and I'm >> puzzled >> as to its used. >> >> thanks, >> >> Jonny >> -- >> View this message in context: >> http://www.nabble.com/close-method-in-PageComponent-tp14328984p14328984.html >> Sent from the springframework-rcp-dev mailing list archive at Nabble.com. >> >> >> ------------------------------------------------------------------------- >> SF.Net email is sponsored by: >> Check out the new SourceForge.net Marketplace. >> It's the best place to buy or sell services >> for just about anything Open Source. >> >> http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace >> _______________________________________________ >> Springframework-rcp-dev mailing list >> Spr...@li... >> https://lists.sourceforge.net/lists/listinfo/springframework-rcp-dev >> > > ------------------------------------------------------------------------- > SF.Net email is sponsored by: > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services > for just about anything Open Source. > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > _______________________________________________ > Springframework-rcp-dev mailing list > Spr...@li... > https://lists.sourceforge.net/lists/listinfo/springframework-rcp-dev > > -- View this message in context: http://www.nabble.com/close-method-in-PageComponent-tp14328984p14331722.html Sent from the springframework-rcp-dev mailing list archive at Nabble.com. |