Dear Moose Community,
My internship ends today in the Rmod team. So I share with you the latest improvements I've made on Moose On Web.
This application is in two parts: - the server part on a Moose Image is querying the moose model through a REST API based on Zinc-REST. You can access the model but also import our own models through it. Download at : http://smalltalkhub.com/#!/~VincentBlondeau/MooseOnWeb - the client part is using the server part and display the moose data. It's based on Amber, a smalltalk to JavaScript compiler. Download at : https://github.com/VincentBlondeau/amber-MooseOnWeb.
The live demo is here : http://37.139.2.203/client
The new features: - Upload MSE files - Model deletion - No 'noname' anymore - Useless buttons deleted - sourceLanguage bug resoved - latest amber version - New querying grammar : Some examples : - http://37.139.2.203/API/entities/1?action=allClasses!(name,fanIn) : get on each classes of the model of id 1 the name and the fanIn - http://37.139.2.203/API/entities/1?action=allClasses;size :get the number of classes of the model of id 1 - http://37.139.2.203/API/entities/1?action=allClasses*allPackages : get all the classes and the packages of the model of id 1
Thanks for your feedback !
Vincent
Hi Vincent,
Thanks a lot for your work. I will certainly take a bit of time to review the server side of the code.
Do you have an interest to continue with it? Or do you at least plan to stick around in our community for a little longer?
Cheers, Doru
On Wed, Aug 14, 2013 at 6:06 PM, Vincent Blondeau < vincent.blondeau@polytech-lille.net> wrote:
Dear Moose Community,
My internship ends today in the Rmod team. So I share with you the latest improvements I've made on Moose On Web.
This application is in two parts:
- the server part on a Moose Image is querying the moose model through a
REST API based on Zinc-REST. You can access the model but also import our own models through it. Download at : http://smalltalkhub.com/#!/~**VincentBlondeau/MooseOnWebhttp://smalltalkhub.com/#!/~VincentBlondeau/MooseOnWeb
- the client part is using the server part and display the moose data.
It's based on Amber, a smalltalk to JavaScript compiler. Download at : https://github.com/**VincentBlondeau/amber-**MooseOnWebhttps://github.com/VincentBlondeau/amber-MooseOnWeb .
The live demo is here : http://37.139.2.203/client
The new features: - Upload MSE files - Model deletion - No 'noname' anymore - Useless buttons deleted - sourceLanguage bug resoved - latest amber version - New querying grammar : Some examples : - http://37.139.2.203/API/**entities/1?action=allClasses!(** name,fanIn)http://37.139.2.203/API/entities/1?action=allClasses!(name,fanIn): get on each classes of the model of id 1 the name and the fanIn - http://37.139.2.203/API/**entities/1?action=allClasses;** size http://37.139.2.203/API/entities/1?action=allClasses;size :get the number of classes of the model of id 1 - http://37.139.2.203/API/**entities/1?action=allClasses*** allPackageshttp://37.139.2.203/API/entities/1?action=allClasses*allPackages: get all the classes and the packages of the model of id 1
Thanks for your feedback !
Vincent
______________________________**_________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/**mailman/listinfo/moose-devhttps://www.iam.unibe.ch/mailman/listinfo/moose-dev
Thanks a lot for your work. I will certainly take a bit of time to review the server side of the code.
Do you have an interest to continue with it? Or do you at least plan to stick around in our community for a little longer?
It would be great yes!!!
Alexandre
Cheers, Doru
On Wed, Aug 14, 2013 at 6:06 PM, Vincent Blondeau vincent.blondeau@polytech-lille.net wrote: Dear Moose Community,
My internship ends today in the Rmod team. So I share with you the latest improvements I've made on Moose On Web.
This application is in two parts:
- the server part on a Moose Image is querying the moose model through a REST API based on Zinc-REST. You can access the model but also import our own models through it. Download at : http://smalltalkhub.com/#!/~VincentBlondeau/MooseOnWeb
- the client part is using the server part and display the moose data. It's based on Amber, a smalltalk to JavaScript compiler. Download at : https://github.com/VincentBlondeau/amber-MooseOnWeb.
The live demo is here : http://37.139.2.203/client
The new features: - Upload MSE files - Model deletion - No 'noname' anymore - Useless buttons deleted - sourceLanguage bug resoved - latest amber version - New querying grammar : Some examples : - http://37.139.2.203/API/entities/1?action=allClasses!(name,fanIn) : get on each classes of the model of id 1 the name and the fanIn - http://37.139.2.203/API/entities/1?action=allClasses;size :get the number of classes of the model of id 1 - http://37.139.2.203/API/entities/1?action=allClasses*allPackages : get all the classes and the packages of the model of id 1
Thanks for your feedback !
Vincent
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"Every thing has its own flow" _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-----Message d'origine----- De : moose-dev-bounces@iam.unibe.ch [mailto:moose-dev-bounces@iam.unibe.ch] De la part de Alexandre Bergel Envoyé : vendredi 16 août 2013 21:59 À : Moose-related development Objet : [Moose-dev] Re: [ANN]Moose On Web Release II
Thanks a lot for your work. I will certainly take a bit of time to review
the server side of the code.
Do you have an interest to continue with it? Or do you at least plan to
stick around in our community for a little longer?
It would be great yes!!!
Alexandre
I have not really an interest to continue on the moose on web server. However I stay in the community and I can answer to any question on my developments !
Vincent
Cheers, Doru
On Wed, Aug 14, 2013 at 6:06 PM, Vincent Blondeau
vincent.blondeau@polytech-lille.net wrote:
Dear Moose Community,
My internship ends today in the Rmod team. So I share with you the latest
improvements I've made on Moose On Web.
This application is in two parts:
- the server part on a Moose Image is querying the moose model through a
REST API based on Zinc-REST. You can access the model but also import our own models through it.
Download at : http://smalltalkhub.com/#!/~VincentBlondeau/MooseOnWeb
- the client part is using the server part and display the moose data.
It's based on Amber, a smalltalk to JavaScript compiler. Download at : https://github.com/VincentBlondeau/amber-MooseOnWeb.
The live demo is here : http://37.139.2.203/client
The new features: - Upload MSE files - Model deletion - No 'noname' anymore - Useless buttons deleted - sourceLanguage bug resoved - latest amber version - New querying grammar : Some examples : -
http://37.139.2.203/API/entities/1?action=allClasses!(name,fanIn) : get on each classes of the model of id 1 the name and the fanIn
- http://37.139.2.203/API/entities/1?action=allClasses;size
:get the number of classes of the model of id 1
-
http://37.139.2.203/API/entities/1?action=allClasses*allPackages : get all the classes and the packages of the model of id 1
Thanks for your feedback !
Vincent
Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev
-- www.tudorgirba.com
"Every thing has its own flow" _______________________________________________ Moose-dev mailing list Moose-dev@iam.unibe.ch https://www.iam.unibe.ch/mailman/listinfo/moose-dev