Click here to Skip to main content
15,921,169 members
Home / Discussions / Java
   

Java

 
GeneralRe: looking for simple java code to read serial port Pin
aliyesami2-Sep-10 18:43
aliyesami2-Sep-10 18:43 
GeneralRe: looking for simple java code to read serial port Pin
Luc Pattyn2-Sep-10 8:55
sitebuilderLuc Pattyn2-Sep-10 8:55 
GeneralRe: looking for simple java code to read serial port Pin
Peter_in_27802-Sep-10 13:38
professionalPeter_in_27802-Sep-10 13:38 
GeneralRe: looking for simple java code to read serial port Pin
Luc Pattyn2-Sep-10 14:02
sitebuilderLuc Pattyn2-Sep-10 14:02 
GeneralRe: looking for simple java code to read serial port Pin
aliyesami2-Sep-10 18:39
aliyesami2-Sep-10 18:39 
GeneralRe: looking for simple java code to read serial port Pin
Richard MacCutchan5-Sep-10 5:43
mveRichard MacCutchan5-Sep-10 5:43 
Questionjava with emf & rcp vs c# Pin
manni198130-Aug-10 19:57
manni198130-Aug-10 19:57 
AnswerRe: java with emf & rcp vs c# Pin
Cedric Moonen1-Sep-10 20:52
Cedric Moonen1-Sep-10 20:52 
I never worked with C# but I've worked with RCP and GMF.
If your application consists of views and documents (so, similar to what Eclipse does), then RCP is a very good choice. There's a lot of features built-in and once you know the framework you can do a lot quite fast. Of course, you'll need some time to learn the framework but it's not that difficult.

Now for the GMF part: you are talking about EMF but I guess you means GMF ? EMF is focused on generating code for a model, it doesn't support graphical editing. On top of that, you have GMF that allows you to create a graphical editor on top of EMF. GMF is a very powerfull technology too, and I honnestly don't think you will be able to find something that let's you create a graphical editor so easily. On the other hand, it is rather complex to learn and there's almost no advanced tutorials on the web (you'll need to buy a book). Once you now a bit GMF, creating a simple editor with all the features (drag and drop, connectors, editing properties, ...) can be done in something like one day. But, once you want to do something a bit more specific you'll have to dig and search to find a solution. Unfortunately, the GMF forum is not very alive (a lot of people asking questions but not a lot of answers).
For the flexibility of GMF, it really depends on what you mean. GMF in itself is very flexible concerning the editor part: you can provide your own custom figures for the nodes, you can specify how they interract together, you can even edit the generated code to adapt it to your needs, ... But, as far as I know, you cannot specify your own saving format: gmf saves the data for you (in one file, model + editor data or in two spearate files).

I can't really help more because I can't make a comparison with C# but if you have specific questions about RCP or GMF, I can try to answer them (try to make them as concrete as possible then).
Cédric Moonen
Software developer

Charting control [v3.0]
OpenGL game tutorial in C++

Questionhello stuck in restore of mysql via java IO Pin
Alok Sharma ji30-Aug-10 3:12
Alok Sharma ji30-Aug-10 3:12 
Questionjava Pin
emasejohn27-Aug-10 0:25
emasejohn27-Aug-10 0:25 
AnswerRe: java Pin
David Skelly27-Aug-10 4:04
David Skelly27-Aug-10 4:04 
QuestionOn Update of java ,the application nto working. Pin
002comp26-Aug-10 20:54
002comp26-Aug-10 20:54 
AnswerRe: On Update of java ,the application nto working. Pin
Richard MacCutchan26-Aug-10 22:42
mveRichard MacCutchan26-Aug-10 22:42 
AnswerRe: On Update of java ,the application nto working. Pin
David Skelly27-Aug-10 3:45
David Skelly27-Aug-10 3:45 
GeneralRe: On Update of java ,the application nto working. Pin
002comp29-Aug-10 22:30
002comp29-Aug-10 22:30 
GeneralRe: On Update of java ,the application nto working. Pin
Richard MacCutchan30-Aug-10 2:45
mveRichard MacCutchan30-Aug-10 2:45 
Questionmultiplexer code Pin
bozorgvar26-Aug-10 1:04
bozorgvar26-Aug-10 1:04 
AnswerRe: multiplexer code Pin
Richard MacCutchan26-Aug-10 2:08
mveRichard MacCutchan26-Aug-10 2:08 
QuestionHow to set classpath of java thru Coding for applets Pin
002comp24-Aug-10 19:42
002comp24-Aug-10 19:42 
AnswerRe: How to set classpath of java thru Coding for applets Pin
Richard MacCutchan24-Aug-10 21:50
mveRichard MacCutchan24-Aug-10 21:50 
GeneralRe: How to set classpath of java thru Coding for applets Pin
002comp24-Aug-10 22:12
002comp24-Aug-10 22:12 
GeneralRe: How to set classpath of java thru Coding for applets Pin
David Skelly24-Aug-10 22:29
David Skelly24-Aug-10 22:29 
GeneralRe: How to set classpath of java thru Coding for applets Pin
Richard MacCutchan24-Aug-10 22:30
mveRichard MacCutchan24-Aug-10 22:30 
AnswerRe: How to set classpath of java thru Coding for applets Pin
David Skelly24-Aug-10 22:17
David Skelly24-Aug-10 22:17 
GeneralRe: How to set classpath of java thru Coding for applets Pin
002comp25-Aug-10 0:01
002comp25-Aug-10 0:01 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.