How to launch minimal eclipse? - eclipse

This my seem a little odd but I want to start eclipse (v3.5) in the most minimal version possible. Pherhaps just the core and the ui component without anything else. I'm new to eclipse Plugin Development so I don't really know if this is possible at all?
I googled this topic but there seems to be no useful info out there. Perhaps someone can help me...
Thanks

I found the solution. On this webpage in Section 3 "Create your first RCP application". There a minimal application based on the Extensions
org.eclipse.core.runtime.apllications
org.eclipse.ui.perspectives
is created.

Related

JBoss Marshall options are not showing

I am new to JBoss Fuse. I am trying to follow the tutorials and use Marshall and Unmarshall features using JBoss Developer Studio.
Problem, I am facing is, I am not able to see any options in Properties tab for Marshall.
This is what I am seeing on my IDE.
Seen on my IDE
But in the tutorials, this what what is shown.
Shown in tutorial
Please help me and let me know what needs to be done to see those options.
Thanks for your help.
Regards, Vishu
you unfortunately hit a known regression in 9.1.0, see https://issues.jboss.org/browse/FUSETOOLS-2314
The good part is that this issue has been already fixed and fix will be available in next release, Fuse Tooling 9.2.0 which is currently planned at end of May.
regards,

Create an application GUI by Javafx

everyone.
My name is Nick, a totally newbie to Javafx. Recently, our team has been running a project and we would love making GUI by Javafx. I am being stuck at the moment. The following is what's in our imagination:
After reading some documentations, here what I've got:
I really appreciate if someone could help give me some hints to get things done. This is an academic project. Thanks so much for your valuable time.
Best Regards
I would recommend using Scenebuilder tool. It is a WYSIWYG GUI editor provided especially for the purposes like yours.
Look at this links.. using this you don't want design manually.. with netbeans you can design just by drag and drop content what you want.
Scene builder is also good tool to design your system at a stretch.
JavaFX Scene Builder
A Visual Layout Tool for JavaFX Applications
First of all take a look at this. so you can get through easily in javaFX.
Java GUI Applications Learning Trail
After looking all this.. then any problem occurs then ask here..
Thanks..

How to develop a Netbeans Platform Application in Eclipse?

For me, Eclipse is the IDE to work with when I like to develop a Java application. But I like Swing more than SWT, so I'd like to use the Netbeans Platform for my Application.
Is it possible to develop a Netbeans Platform application in Eclipse? Where can I find information about this?
You are setting out on a great endeavour, and I want to congratulate you on your decision.
With me it is just the same. I love working with MyEclipse and Pulse. To me the Eclispe JDT are still superior to what the NetBeans IDE Editor offers - though I really have to say that the NetBeans Development Team is doing well on catching up ...
Ok, I was just reminded that this is only about questions and answers, so here is the answer:
!!! YES !!! you can develop with Eclipse for NetBeans Platform !!! BUT !!! it will be painful. Using Maven can help - but you will still forfeit all the wirzards available from within NetBeans IDE eventually finding yourself writing a lot of code which could have been generated for you.
In order to stop messing up the Q&A paradigm of this site I would love to refer you the following link on Geertjan's Blog:
http://blogs.oracle.com/geertjan/entry/let_s_get_that_netbeans
I frequently revisit this entry to see if there are any new thoughts. Feel free to post there. As far as I can tell this is the best information around at the moment.
Best regards,
Thomas G.

Eclipse RCP - good Eclipse Forms tutorial/resource

I'm looking for resources to learn how to use effectively Eclipse forms within an Eclipse RCP application. I was trying to use the newest SWT Window Builder plugin on Indigo but building forms this way doesn't really work for me eg. cannot put anything inside expandable composite etc. (I have Swing background with Netbeans designer) and I'm new to SWT.
All I can find so far is this quite old tutorial from 2005.
Any help, point to good tutorial/book/source code sample will be highly appreciated.
I've found http://www.vogella.de/ to be invaluable.
Not much changed actually since the old 2005 tutorial so it's still very usable.
Check these out in addition too:
Eclipse Forms: New in 3.3
DeveloperWorks article on making forms Web-like
Cheers,
Max
I've also got the hint to start with vogella but after the first 2 topics I realized It's to hard to start with.
What helped me much more was to create each example/sample project and look for the source. Once you understood how all works you can lookup at vogella what you exactly need.

JBoss gettingstarted.zip

I am looking for the gettingstarted.zip or the examples in the jboss tutorial, but could not find them, especially the sources for the jsfejb3 example. Are these examples removed from the distribution or am I to stupid to find them?
Do you mean the example shown in http://docs.redhat.com/docs/en-US/JBoss_Enterprise_Application_Platform/4.3/html-single/Getting_Started_Guide/index.html#About_the_Example_Applications ?
If so it's available in the "Application Platform 4.3.0.GA_CP09 documentation" available from https://access.redhat.com/downloads/
this might be what you are looking for JBOSS Start Guide.zip, also maybe try JBoss Sourceforge page
edit: try this maybe JSF-EJB3 Example
and these guys LINK seem to have got working what you are having trouble with maybe something in thier posts can help