|
From: Jonny W. <jwr...@gm...> - 2007-09-11 00:10:42
|
Rogan, This is Jonny Wray, author of the JIDE docking integration. I looked over your refactorings wrt the JIDE related code and it looks great. Good to know there's common ground between the two frameworks that can be abstracted out. The one difference I notice is that you are applying perspectives on a page, whereas I apply then on a window, at least at the API level. However, in my implementation it actually identifies the perspective on a page by page basis, so the changes shouldn't be too hard to make and the code should be cleaner. One other addition might be useful, a 'change perspective' command that allows configuration of the specific perspective within the application context, and a doExecuteCommand method that calls switch on that perspective. thanks Jonny |