[Hibernate] hibernate tools as a RCP application

2005-10-17 Thread Max Rydahl Andersen
Hi, A couple of people have asked about RCP'ing Hibernate tools. I did the initial prototype just to see how tough it would be. It's pretty easy to make it work based on a stripped down eclipse (37 meg), but still some work needed to make it a standalone thing that can run from other stuff than

Re: [Hibernate] hibernate tools as a RCP application

2005-10-17 Thread Haris Peco
Max, I have tried rcp application and this is my comments i have to add dependencies for hibernate plugins, org.eclipse.pde.core for Error Log view, and org.eclipse.core.resources for resource managment It is impossible create console configuration because wizard's file choosing start in

Re: [Hibernate] hibernate tools as a RCP application

2005-10-17 Thread Max Rydahl Andersen
yes, exactly. We need to decouple stuff so it can run on non-eclipse-project things. /max Max, I have tried rcp application and this is my comments i have to add dependencies for hibernate plugins, org.eclipse.pde.core for Error Log view, and org.eclipse.core.resources for resource

Re: [Hibernate] hibernate tools as a RCP application

2005-10-17 Thread Haris Peco
On Monday 17 October 2005 02:55 pm, Max Rydahl Andersen wrote: yes, exactly. We need to decouple stuff so it can run on non-eclipse-project things. /max It mean - don't include eclipse projects framework and change/add wizard for non-project files/directories ? i think that is enough make

Re: [Hibernate] hibernate tools as a RCP application

2005-10-17 Thread Max Rydahl Andersen
Hi, we should definitly not add duplicated code - the wizard should be parameterized to handle both cases IMO. I want the RPC application to reuse as much code as possible - especially regarding ui code since that is a pain to debug/test. /max On Monday 17 October 2005 02:55 pm, Max

Re: [Hibernate] hibernate tools as a RCP application

2005-10-17 Thread Haris Peco
Hello Max, I think that you can do next : make preferences, for example, isRcp (boolean) and initializer set this to false in ApplicationWorkbenchWindowAdvisor#preWindowOpen we set automatic this preferences to true When user call wizard we check this preferences and make root folder like now

[Hibernate] Hibernate 3.1 rc2 released

2005-10-17 Thread Steve Ebersole
Hibernate 3.1 rc2 has just been released. It contains some minor bug fixes and changes to handling of connection release mode. Please see the Change Log and Release Notes for more details: http://sourceforge.net/project/shownotes.php?release_id=364170 The release can be downloaded at:

Re: [Hibernate] hibernate tools as a RCP application

2005-10-17 Thread Max Rydahl Andersen
I wont do much about RCP at the moment. Will wait until I get time (in a few weeks) or until someone provides patches. /max Hello Max, I think that you can do next : make preferences, for example, isRcp (boolean) and initializer set this to false in

Re: [Hibernate] hibernate tools as a RCP application

2005-10-17 Thread Haris Peco
ok, but I would like make rcp form your plugins and i can do it with new wizards (similar yours).I want add reverse engineering in rdb/datatools database explorer, too (I try it before in JIRA), but rdb/datatools are bad for now (there isn't support for postgresql, for example and oracle support