Automate UML from Eclipse - eclipse-plugin

currently I have a fully working project in Eclipse using OOP. Now I want to creat UML diagrams Use Cases, Sequence Diagram, class diagram, package diagram with eclipse, does eclipse or any available plugin for eclipse allow this service

Try out ModelGoon UML4Java, it can build Class, Package, Commumication, and Sequence diagrams from existing Java code. Diagrams are also built by using drag and drop. The sequence diagram is very detailed.

This is what I do Eclipse 3.6 and my Java projects. Just a drag and drop from the package explorer to the class or sequence diagram. Really cool.
-broken link to image removed-
For usecases which are an UML object and not an Java object I drag and drop the usecases from the model explorer. I also sometimes create a class and add Usecase as stereotype. It means that my class diagram can have usecase which are related to a class. It does the job and pretty easy.

You can try HiberObject plugin. Also can use Jupe
If you are using Eclipse 6.1 then this could be helpful.

Related

How to build EMOF models in IntelliJ and generate code from them?

What is the best way to build models in IntelliJ, in the style of Eclipse EMF ?
Is there an equivalent of Eclipse EMF in IntelliJ ?
And is there something that adheres to standards such as EMOF in the same way that EMF Ecore is aligned to it ?
I found a plugin that seems to help with that here, but I am wondering if there are other/better options.
Checkout the Working with Diagrams docs. JetBrains provides UML modeling and supports both forward and reverse engineering. Although this is not EMF, it appears to be IntelliJ's equivalent in terms of functionality.
Note this feature is exclusive to the IJ Ultimate Edition.

intellij: wizard to create facades for my entities

Right now I'm doing a tutorial in Java EE. Problem is:
The tutorial says that I have to create facades of my entities from my database. The tutorial is designed for the NetBeans IDE, but at work i must use IntelliJ. I'm not a big fan of IntelliJ at the moment but i have no choice. So like the title says: is there an easy way to create facades for my entities like there is in NetBeans?
Thanks in advance :)
Uhm, no there is no such thing. IntelliJ actually requires you to be able to code yourself. Netbeans lacks that feature I think :).

Component Diagram eclipse Plugin

I've been looking for 3 days for a an eclipse plugin that helps you to create a visual component diagram. I also want to be able to extract the XMI file that corresponds to the diagram I create. So far I tried EMF, and GMF, but after installing them, I couldn't find what I need. I only got stuff like this:
I have no problem with using a non-eclipse based tool, as long as it serves my need.
Any help? Thanks.
Try Papyrus. EMF and GMF are frameworks to create your own diagram editors, Papyrus is an open-source tool which is based on them. Component diagram is one of supported UML diagrams. Steps to create a new diagram are described here.
What worked for me is Altova UModel 2014. I downloaded a trial version, and it perfectly matches my need. I can buy it later. No problem.

Eclipse Plugin :java Editor

I want to extend the functionality of the java editor.
Instead of creating a custom editor, I want to just expand the functionality of
Java editor.
Where do I start?
Kindly provide some insight into this.
Two examples to look at are the AspectJ editor (for AJDT) and the Groovy editor (for Groovy-Eclipse). Both do exact;y what you are describing. They provide sub-classes of the Java editor specifically for their language. It's not a simple task and before you begin, you should have a deep understanding of how the Eclipse plugin architecture works.
The source code for AJDT is available here:
http://git.eclipse.org/c/ajdt/org.eclipse.ajdt.git/tree/org.eclipse.ajdt.ui/src/org/eclipse/ajdt/internal/ui
The source code for groovy-eclipse is here:
https://github.com/groovy/groovy-eclipse
Finally, you should have a good read of this article about the eclipse editor framework:
http://www.vogella.com/articles/EclipseEditors/article.html

Is there a Maven plugin to generate AS3 classes from Java for BlazeDS?

I'm looking for a maven plugin that would generate ActionScript3 classes from Java classes in order to access them by object remoting.
I've seen FlexMojo but it uses the GraniteDS generator which create some problems when it comes to map Enum objects (which can be fix through a workaround that is describe here : http://dev.c-ware.de/confluence/display/PUBLIC/Flexmojos+generated+AS3+model+with+Enum+support+using+BlazeDS?focusedCommentId=7634946&#comment-7634946 if you've googled your way here this might be useful) when working with BlazeDS.
Everything that I found so far are people who explain how to generate VO classes on flex side using Flash Builder 4, but this solution can not be used in an industrial development environment.
Take a look also on http://flex-annotations.aixcept.net/examples/actionscript.html
I also found this one, and while it is not a maven plug-in it could possibly be turned into one:
https://sourceforge.net/projects/cleartoolkit/
It was created by the guys who authored the book "Enterprise Development with Flex". Look for the utility DTO2Fx.