Roadmap

閲覧: 18 回
最初の未読メッセージにスキップ

Julien Viet

未読、
2013/11/14 3:04:052013/11/14
To: ju...@googlegroups.com
Hi,

I am currently updating the roadmap to get something until 1.0.

Among the various items, some are missing features and some are consolidation/improvement to the existing features.

I described the planned features : https://github.com/juzu/juzu/blob/master/roadmap.asciidoc

The first block is Juzu next version is 0.8 that should consolidate / improve existing Juzu features.

The second block is labelled Juzu 1.0 but will likely be divided in Juzu 0.9 and 1.0.

comments are welcome.

Julien

Arnaud Héritier

未読、
2013/11/14 5:20:562013/11/14
To: ju...@googlegroups.com
I don't know if it is feasible for the 1.0 (cost vs deadline vs ..) but I would dream to have a native JSON integration and maybe something about security.
For now I'm using spring-mvn(integrating Jackson) + spring security, it's working fine but it really beside the Juzu app itself.
I really would like one day to be able to do with Juzu Controllers what I'm doing with Spring controllers for JSON or previously in Play 1 controllers

Cheers





Julien

--
You received this message because you are subscribed to the Google Groups "Juzu" group.
To unsubscribe from this group and stop receiving emails from it, send an email to juzu+uns...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.



--
-----
Arnaud Héritier
Mail/GTalk: aheritier AT gmail DOT com
Twitter/Skype : aheritier

Julien Viet

未読、
2013/11/14 5:43:412013/11/14
To: ju...@googlegroups.com
I agree for JSON.

I will add it to the list.

For security did you look at Apache Shiro ?

Arnaud Héritier

未読、
2013/11/14 5:45:422013/11/14
To: ju...@googlegroups.com
On Thu, Nov 14, 2013 at 11:43 AM, Julien Viet <jul...@julienviet.com> wrote:
I agree for JSON.

I will add it to the list.

For security did you look at Apache Shiro ?

No, I used some JSR 250 annotations in controllers + the classical spring security configuration

Julien Viet

未読、
2013/11/14 7:21:472013/11/14
To: ju...@googlegroups.com
I think it would be straightforward to make an authorization plugin that uses the annotations @RolesAllowed, @PermitAll, @DenyAll to provide basic security.

would it fill your needs ?

Arnaud Héritier

未読、
2013/11/14 8:28:072013/11/14
To: ju...@googlegroups.com
yes perfectly
Like others I thinks my needs are "simple" :
* Setup the authorization to access to some resources based on user roles (with a pluggable authentication and roles access)
* This can be a plain authorization (Yes/No to access) or I can use user's roles to manage data in the controller (and bellow), for example the access is public but a list of displayed will be filtered depending of roles.

Julien Viet

未読、
2013/11/14 9:10:212013/11/14
To: ju...@googlegroups.com
in this simple implementation security would be handled by the web container and delegates role checking to ServletRequest.isUserInRole .

so the work on Juzu side would be quite simple.

Julien Viet

未読、
2013/11/14 9:14:362013/11/14
To: ju...@googlegroups.com

Arnaud Héritier

未読、
2013/11/14 9:58:052013/11/14
To: ju...@googlegroups.com
thx
全員に返信
投稿者に返信
転送
新着メール 0 件