Does UML designer 8 work with eclipse Neon? - uml-designer

Can I install UML 8 designer on eclipse neon?
Do I have to uninstall 7.1 first?
The stack overflow check is really stupid.

Related

Where can I download the JavaFX 2.2 source code? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I need to link in Netbeans 7.2.1 to the source of JavaFX 2.2.3, I've looked on the Oracle web site ... but I didn't find it ! any help is a welcome plz
JavaFX 2.2 is only partially open source.
You can download the parts which are open from the zip link at:
http://hg.openjdk.java.net/openjfx/2.2/master/rt
JavaFX 8
JavaFX 8 is completely open source today.
Source for building JavaFX 8 (and the SceneBuilder design tool) is available at:
http://hg.openjdk.java.net/openjfx/8/master/rt
Source code for later versions (including Java 8 updates), is in the source code forest, an overview of which is at:
http://hg.openjdk.java.net/openjfx
Instructions for building JavaFX 8 with OpenJDK 8
If you don't need to build JavaFX 8 and just want the runtime sources in a zip, those are in the javafx-src.zip file from the JDK 8 download.
On OS X, the javafx-src.zip file is located at:
/Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/javafx-src.zip
IDE Setup
Instructions for configuring Idea to understand the source are here:
JavaFX source code not showing
For NetBeans, you could try:
How to attach missing java JDK sources in Netbeans 7
believe me if you already have installed latest version of jdk and set jdk version in netbeans then it will not ask.
in my case i found jar files in folder C:\Program Files\Java\jdk1.7.0_07\jre\lib
just add all jar file in your project and you have done.

Where can I find Database Schema View for Database Project in VS2012 Final Release? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I am looking for Database Schema View in VS2012 Final Release for my Database Project which was created in VS2010. In earlier version I was using SSDT and Power Tools. Is it required to used both these tools in VS2012 Final Release also. I am not able to find on Solution Explorer . Please assist me where can I find Schema View button to toggle my solutionview and schema view. I am using VS2012 Ultimate x64 edition on Windows 7 Ultimate
As you mentioned this feature is in the SSDT Power Tools, although VS2012 compatibility is yet to be introduced.
However according to Sam Hughes [MSFT], it shouldn't be too far away:
Written August 23, 2012
I am literally working on [SSDT power tools for VS2012] right now, but I'm not prepared to
publicly announce a date other than "soon".
Source:
http://visualstudiogallery.msdn.microsoft.com/9b0228c6-15d1-44de-9279-66dde12bf861
You can't, as that little gem is one of the things missing from SSDT.

Visual Designer for JSF [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I am using Netbeans for JSF development and...is there any Visual Web Designer plugin for JSF in Netbeans 6.9.1?
I am a sloppy guy, so without a visual aid for web development, I pretty much messed up my web UI.
A little bit late but it might help. Under Netbeans 7.0 you can install Visual Web as a plugin in the plugin manager from this catalog
catalog
Hope it helps
Mark
Visual aid is no more available since Netbeans 6.9 release.
You can find those in previous netbeans version. I have seen it in 6.7, where you install JSF pluggin and can find an option to create Visual JSF page
Check following links for more info
Link 1
Link 2
There are so many jsf component libraries which is one of the reasons that there will never be a decent designer. All there is content assist available in all major IDEs and IMHO that is all you need. Generated code from designers isnt worth much most of the time anyway.
There is Rich faces plugin from JBoss in Eclipse
There is OEOPE from Oracle where is JSF designer for Eclipse
Netbeans doesnt have any now
IntelliJ Idea doesnt have WYSIWYG either as far as I know
To find what Netbeans recommends, go to
http://wiki.netbeans.org/VisualWebSupport

How to create applications for Windows CE [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 12 months ago.
Improve this question
I'm new to the CE environment and I was wanting to create applications for a computer(Intel) running on CE(5 and up). What exactly do I need to to get started and where do I go? I have never used CE before but I do have experience writing code in C, C++, C#, and Java.
Thanks,
If you are interested in writing application using C#, do a little search for Compact Framework (CF). It is the stripped down version available in Windows CE.
Keep in mind that Windows CE is a highly customizable OS and you have no guarantee that it will have the component to support your application (that includes C#) - Windows Mobile (+PocketPC, +SmartPhone2003) is a different story.
When you develop for Windows CE you need to use Visual Studio 2005/8 Professional to have the Smart Device support. When you develop C# applications using VS2008 you target CF3.5 and when you use 2005 you target CF 2.0
Look in wikipedia, link is http://en.wikipedia.org/wiki/Windows_CE look under Development Tools, I recommend Visual Studio 2008 and C#, here is the link to the SDK:
Windows Mobile 6.5 Developer Tool Kit
As of Visual Studio 2010 Windows CE development is not supported any more, here are the details: https://msdn.microsoft.com/en-us/library/sa69he4t%28v=vs.100%29.aspx
To develop application for the Windows CE
Use VS 2005 or VS 2008 which has got support for smart device application development.
Install the Windows Mobile 6 SDK as a prerequisites.(here)
Install the Windows Embedded Handheld 6.5.3 DTK(here)
To Create Your First App. (here)

Can Silverlight Run on linux [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
I have just read an article on microsoft brining silverlight to linux OS. Does this mean that when I create my project on windows box will it be able to run on linux? Do I need to do anything else to the code to have it run on linux?
Moonlight is an open source
implementation of Silverlight
(http://silverlight.net), primarily
for Linux and other Unix/X11 based
operating systems. In September of
2007, Microsoft and Novell announced a
technical collaboration that includes
access to Microsoft's test suites for
Silverlight and the distribution of a
Media Pack for Linux users that will
contain licensed media codecs for
video and audio.
Moonlight 2 was released December 17,
2009
http://www.mono-project.com/Moonlight
EDIT :
For developer :
MonoDevelop is an IDE primarily
designed for C# and other .NET
languages. MonoDevelop enables
developers to quickly write desktop
and ASP.NET Web applications on Linux,
Windows and Mac OSX. MonoDevelop makes
it easy for developers to port .NET
applications created with Visual
Studio to Linux and to maintain a
single code base for all platforms.
http://monodevelop.com/
&
Debugging Silverlight/Moonlight Apps on Linux
Well, as others have already mentioned, there's Moonlight. However, more interestingly, Microsoft has Silverlight running on Moblin, a Linux distribution developed by Intel for netbooks. This doesn't seem to be based on Moonlight. Why Microsoft didn't go for Moonlight here and put some muscle behind Moonlight's development, I have no idea.
A video of Silverlight on Moblin can be seen here.
Then there's Silverlight for mobile devices, which isn't here yet, but that is expected to run on Symbian, which isn't Linux, but it is a non-Windows/Mac OS.
There is an alternative implementation called Moonlight that (unlike Silverlight) runs on Linux. It is not always up-to-date though. Every major Silverlight edition is followed by it's Moonlight counterpart sooner or later, much like .NET and Mono.
Currently Moonlight is compatible with Silverlight 2. That means your Silverlight 2 application will run on Moonlight without problems, and you don't have to do anything specific to achive that.
Silverlight 3 support will arrive soon. Here is the roadmap.
Update: Moonlight was discontinued (but so was Silverlight).

Resources