MyEclipse: Database Explorer hayedid - Jul 01, 2005 - 08:33 PM Post subject: Database Explorer
Am I correct that the Database Explorer is only usable if your project is a struts project? How can one access it for regular projects? If it's only usable when a project is a struts project... it's kinda useless to a lot of people. The tutorial showed how to get to it, but I can't seem to get to it unless I make my project struts based.support-rkalla - Jul 02, 2005 - 12:38 AM Post subject:
hayedid,
The DB explorer has nothing to do with Struts, it's a completely indepdent feature that you can access by opening the perspective: Window > Open Perspecive > Other... > MyEclipse DB
Keep in mind that we integrate Hibernate support via the DB explorer, but nothing fancy is required to use it besides a properly configured driver and DB to connect to .hayedid - Aug 31, 2005 - 07:04 PM Post subject:
Thank you.