Re: [Collections] Generics Support

2010-08-02 Thread Sebastian . Petzelberger
Are there any plans for the Collections library to support generics in the future? If so, when can we expect that? I was looking for this my self and I found following: http://sourceforge.net/projects/collections/ Sebastian Petzelberger

Article: Google Guava vs. Apache Commons Lang

2010-08-02 Thread Paul Benedict
http://piotrjagielski.com/blog/google-guava-vs-apache-commons-for-argument-validation/

RE: [scxml] Regarding usage of fireEvent method

2010-08-02 Thread Christopher Dragert
This seems correct, but it's not possible to debug without knowing the results of your if-statement. The problem may be located in there, and be independent of the usage of commons-scxml. Three ways to debug: 1) Change first() so that you have: public void first() {

[scxml-eclipse] importing SCXML documents

2010-08-02 Thread Christopher Dragert
Hello, I'm trying to import an SCXML document using the scxml-eclipse plug-in. I've been able to create my default.modeling file with no issue, and it is correctly populated. How do I create a modeling diagram from my new default.modeling file? Is that the intended functionality? If not,

Re: [scxml] Regarding usage of fireEvent method

2010-08-02 Thread Rahul Akolkar
On Mon, Aug 2, 2010 at 1:40 AM, Prem Chand Majeti prem.maj...@aricent.com wrote: Hi, I'm trying to implement simple FSM in java. Here is my scxml :- scxml xmlns=http://www.w3.org/2005/07/scxml;       version=1.0 initialstate=first    state id=first            transition event=event1

Re: [scxml-eclipse] importing SCXML documents

2010-08-02 Thread Xun Long Gui
Hi Chris, You should right click scxml modeling file, select SCXML- initial model diagram to generate edit diagram for this model, we have finished this function already 2010/8/3 Christopher Dragert chris.drag...@mail.mcgill.ca Hello, I'm trying to import an SCXML document using the