MyEclipse: Web based with multi tabs Sample abahrami - Oct 06, 2009 - 07:05 PM Post subject: Web based with multi tabs Sample
Hi,
I am moving from ASP.net to Java and My eclipse. So I am new to Java web based development. I am looking for Sample web based with multi tabs and backend MySQL database application using GUI development e.g. JFS etc. Any help would be highly appreciated.
Abahramisupport-joy - Oct 07, 2009 - 06:05 AM Post subject: RE: Web based with multi tabs Sample
Abahrami,
I would recommend you to go through our educational material here - http://www.myeclipseide.com/index.php?module=htmlpages&func=display&pid=7
And FAQs - http://www.myeclipseide.com/PNphpBB2+file-viewforum-f-35.html
MyEclipse IDE also comes with Examples on Demand. I would recommend you to go through sample EODs, to get them do the following -
1. From MyEclipse IDE menu options click on MyEclipse > MyEclipse Start Page. This will open MyEclipse Start Page. Click on [EXAMPLE PROJECTS]. This will open Examples On-Demand browser. You can go through the sample EODs provided and install the same to your workspace.
Hope this helps.abahrami - Oct 09, 2009 - 10:02 PM Post subject: RE: Web based with multi tabs Sample
Hi Joy,
Thanks for links. I downloaded all the samples projects but I couldn't find a web based with multi tabs and backend MySQL I thought that would be simple sample :) Are there any other samples available? I would greatly appreciated it.
Thanks
Abrahimisupport-joy - Oct 12, 2009 - 05:08 AM Post subject: RE: Web based with multi tabs Sample
Abrahimi,
Sorry we currently don't have a sample based on multi - tabs. You can take the sample web application and play around. As for designing multi tabs, there are various ways of doing it - using javascript, jquery, dojo, or any ajax tool or you can use tiles with jsp. Multi tab functionality has to be done at the client side. I would recommend you to research over the net.
Here is one such example - http://www.roseindia.net/ajax/jquery/simpleTabs.shtml