Search:

Type: Posts; User: hatim; Keyword(s):

Page 1 of 8 1 2 3 4

Search: Search took 0.03 seconds.

  1. How to secure a REST (spring-data-rest) backend

    I would like to know options regarding securing a RESTful back-end. I would definitely be using spring security but I am not exactly sure which method should I use.

    My use-case is to expose...
  2. Replies
    11
    Views
    968

    Disclaimer: I don't personally know or work with...

    Disclaimer: I don't personally know or work with ROO team, these are just observations/ramblings. Please call me out if I am out of line.

    If I am not mistaken, ROO team has spent considerable...
  3. What is really needed is community driven...

    What is really needed is community driven front-end addons. Kind of like word press themes that you install and your whole crud is magically transformed. Its easier said than done, but that would be...
  4. Replies
    7
    Views
    1,033

    Please see...

    Please see http://java.dzone.com/articles/gwt-and-dart?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+javalobby%2Ffrontpage+%28Javalobby+%2F+Java+Zone%29

    What does their term "continue...
  5. Replies
    7
    Views
    1,033

    Google lately has been on a killing spree. ...

    Google lately has been on a killing spree.

    They killed AppInventor, killed Wave (GWT product), made fuss about Maps and AppEngine.

    Just because Adwords is on GWT does not mean that it's...
  6. Replies
    7
    Views
    1,033

    There are lots of people who are questioning...

    There are lots of people who are questioning future of GWT it's self after announcement of Dart and Google native client.

    But yeah it would be sad to see such an interesting effort not going...
  7. Replies
    1
    Views
    372

    Spring ROO does not have a comprehensive security...

    Spring ROO does not have a comprehensive security addon, specifically a spring security addon (there are other security frameworks like Shiro etc which might be simpler for some use cases). I am...
  8. Replies
    2
    Views
    782

    You may like to checkout...

    You may like to checkout http://static.springsource.org/spring-roo/reference/html-single/index.html#usage-add-ons

    I think a web frontend to this repo with feedbacks etc was discussed at some...
  9. Thread: Dojo Widgets

    by hatim
    Replies
    1
    Views
    1,010

    It depends what your failure is. Can you use some...

    It depends what your failure is. Can you use some javascript debugger to put stack trace. Some concrete examples which fail (perhap on github). Without seeing the code its difficult to say where you...
  10. Replies
    4
    Views
    1,541

    Hello, Are the results meant for public? With...

    Hello,

    Are the results meant for public? With a quick search, I could not find any follow up to this survey.

    Thanks
  11. alexmc6, perhaps this question is better suited...

    alexmc6, perhaps this question is better suited for the google code project page. But there is no harm in trying. You can always use the older version and learn how it creates a security context.
  12. Passwords are tricky. You would probably want to...

    Passwords are tricky. You would probably want to salt and encrypt them before you persist (see spring security documentation for that)

    The solution that I have used is to set @Column property of...
  13. Replies
    1
    Views
    533

    Roo aim to be a code generation/emission tool for...

    Roo aim to be a code generation/emission tool for Spring/Spring-MVC (..so on) apps. It does not meant to be a cmoplete end to end solution.

    The particular problem of keeping versions of code is...
  14. not to nit pick, but you should not use nightly...

    not to nit pick, but you should not use nightly build for production.

    I have been guilty of this before, but its just software and you can not never prove absence of bugs
  15. Replies
    23
    Views
    3,123

    So I think the correct question would be that...

    So I think the correct question would be that does Spring (Spring source, VMWare and what they are doing) has a future.

    As an outsider (a bit fanboy perhaps) I would say definitely.

    Spring...
  16. Replies
    2
    Views
    1,491

    I am suspecting some thing cloudy and wave maker...

    I am suspecting some thing cloudy and wave maker related on April 12 with rooish nature.

    Lets wait and see.
  17. Replies
    7
    Views
    2,769

    PS: this addon has been in roo addon system for...

    PS: this addon has been in roo addon system for some time now and works good. You could do undo with git branch management
  18. Thread: unique field

    by hatim
    Replies
    1
    Views
    809

    can you try the following field string...

    can you try the following


    field string --fieldName username --unique true --notNull

    Also check http://hatimonline.com/2010/08/04/spring-roo-and-spring-security-tutorial-0/ for validator for...
  19. Replies
    23
    Views
    3,123

    by increasing the font size you are inviting the...

    by increasing the font size you are inviting the same reaction which in irc forums caps does (it's generally considered rude, but hey I have done the same when I was beginning).

    I don't know why...
  20. Replies
    23
    Views
    3,123

    The point that you want to control every thing is...

    The point that you want to control every thing is an illusion (in my humble opinion) you are always dependent on the tools you are using (otherwise you can write your own, but thats not the point)
    ...
  21. Replies
    23
    Views
    3,123

    Just to follow up, what do you call a back end?...

    Just to follow up, what do you call a back end? is it database, ORM/persistence layer, we-app server??

    Roo is primarily designed to help emit web applications with database back ends using...
  22. Replies
    23
    Views
    3,123

    I dont understand your question

    Do you want to understand the architecture of ROO or Architecture of the code emitted.

    You can come up with the same result without ROO. I think its pretty well documented architechture (in Spring...
  23. Replies
    9
    Views
    1,470

    The trend and momentum today these days is...

    The trend and momentum today these days is towards HTML5/Flex based apps or complete native Mobile apps. You can witness this in the spring rich client project that not a lot has happened in last...
  24. Thread: ROO and @Cache

    by hatim
    Replies
    2
    Views
    1,052

    Cache abstractions are part of Spring 3.1 and it...

    Cache abstractions are part of Spring 3.1 and it has not gone GA. I think it would be a good idea to wait for it to stabilise first (but the Roo team knows best)

    I think moving to Spring 3.1 is a...
  25. Replies
    1
    Views
    701

    It is better to user render=false for the fields....

    It is better to user render=false for the fields. When ROO sees that there are some fields whhich need generation (ie not present in jspx it will put them there, just like it should)

    Having render...
Results 1 to 25 of 190
Page 1 of 8 1 2 3 4