Moose JEE
Moose JEE is an extension of Moose to analyze Java Enterprise applications. Moose JEE is still in a early stage of development but if you want try it please follow the instructions in the download section and please contact me for any question or suggestion about it.
Download
Choose below among the supported downloads:
Install from Monticello into a Moose suite release
-
Download and install Moose 4.1
-
Launch the Moose image:
- Mac: launch the app file;
- Linux: launch .app/moose.sh
- Windows: launch .app/moose.exe
-
Open a Workspace and execute the following code:
Gofer new squeaksource: 'MooseJEE'; package: 'ConfigurationOfMooseJEE'; load. (Smalltalk at: #ConfigurationOfMooseJEE) perform: #loadVersion11
Install from Monticello into a Moose image
- Download and install Moose 4.1 from Monticello
- Launch the Moose image
- Open a Workspace and execute the following code:
Gofer new squeaksource: 'MooseJEE'; package: 'ConfigurationOfMooseJEE'; load. (Smalltalk at: #ConfigurationOfMooseJEE) perform: #loadVersion11
Install the last development
- Download the last nightly build development image of Moose
- Launch the image
- Open a Workspace and execute the following code:
Gofer new squeaksource: 'MooseJEE'; package: 'ConfigurationOfMooseJEE'; load. (Smalltalk at: #ConfigurationOfMooseJEE) perform: #loadDefaultWithoutMoose
Videos
- Watch the video about the installation of MooseJEE and how to import a model