Moose on the web

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Moose on the web

Vincent Blondeau

Hello,

 

I’m doing an internship in the INRIA team RMod for 3 month. During this internship, I would like to export a source code analyzer, Moose, on the web.

I know there is a REST library on Seaside and we would to use it. But I don’t want to necessarily use the rendering provided by Seaside.

I’ve heard that an Zinc REST API exist. If yes, where what I can get it ?

 

Have you got some pointers or links on resources that I can use to doing this ?

 

Thanks

 

Vincent BLONDEAU

Student in Software Engineering and Statistics

Polytech Lille

 

 

 


_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Moose on the web

Sven Van Caekenberghe-2
Hi Vincent,

There is a Zinc-REST package on the Zinc HTTP Components repository. You can load it as follows:

        ConfigurationOfZincHTTPComponents project latestVersion load: 'REST'.

In the test packages you will find two worked out examples that can serve as documentation.

HTH,

Sven

On 27 May 2013, at 10:31, Vincent BLONDEAU <[hidden email]> wrote:

> Hello,
>  
> I’m doing an internship in the INRIA team RMod for 3 month. During this internship, I would like to export a source code analyzer, Moose, on the web.
> I know there is a REST library on Seaside and we would to use it. But I don’t want to necessarily use the rendering provided by Seaside.
> I’ve heard that an Zinc REST API exist. If yes, where what I can get it ?
>  
> Have you got some pointers or links on resources that I can use to doing this ?
>  
> Thanks
>  
> Vincent BLONDEAU
> Student in Software Engineering and Statistics
> Polytech Lille
>  
>  
>  
> _______________________________________________
> seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside


--
Sven Van Caekenberghe
Proudly supporting Pharo
http://pharo.org
http://association.pharo.org
http://consortium.pharo.org




_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside