Wisss
Talk about Wisss during the Acceleo Day at RMLL 2009
Long time not posting here. I’ve had a lot of work and nothing really interesting to post. I just inform you that I will make a speech about Wisss during the Acceleo Day in Nantes, at L’école des Mines, next friday at 2:30 pm.
More information at :
http://2009.rmll.info/Eclipse-Acceleo-Day-Presentation,938.html
http://www.acceleo.org/wiki/index.php/EclipseAcceleoDay:Program
Apache Virtualhost generator
Currently I’ve not much time to work on Wisss
However, I will make a tiny dsl and generator to have a virtualhost file generated (independent from Wisss, which already generate a vhost). I’ve already done this with a shell script but it will be more powerful and easy to maintain for a few hours of work.
The initial need is for my own server but it will also be useful for my company. The goal is to provide our best practice for vhost in a tool.
New features in Wisss : authentication, acl, blocks
Following my last post about authentication, I’ve implemented it in Wisss. I’ve also added a simple ACL management which retrieves all resources, roles and privileges from database and constructs a Zend_Acl object in the boostrap. I’m not very happy to have to retrieve all stuffs about ACL each time, but for now, I have no time to implement something smarter.