• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

what is the special in your book ?

 
Greenhorn
Posts: 27
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please tell me what is the special in your book while the net is so enriched on docs, tutorials and courses for jsf&Spring?
it is even a reference guide to Spring web flow: http://static.springframework.org/spring-webflow/docs/2.0.x/reference/html/index.html
 
Ranch Hand
Posts: 686
Netbeans IDE Chrome Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am writing a review of the book and I will post it soon
 
Ranch Hand
Posts: 1936
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I'm curious too. What will we find in Spring Web Flow 2 book, but not in the online Spring Web Flow Reference Guide?
 
Vyas Sanzgiri
Ranch Hand
Posts: 686
Netbeans IDE Chrome Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
As I said, I will post a review of the book
 
Hong Anderson
Ranch Hand
Posts: 1936
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks, Vyas. When I clicked to reply, I didn't see your comment. I'm looking forward to your review.
 
Author
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In my opinion our book is different because it does not only explain how to create flows with Spring Web Flow, but also shows the integration with other technologies like JavaServer Faces, EasyMock, Hibernate, Spring Security and, additionally, how to use the powerful Spring JavaScript library (which is included with Spring Web Flow) to create compelling user interfaces. As written in the book, it is not designed to replace the reference documentation, but it includes step-by-step instructions which get you started with Spring Web Flow really quick.

Thanks,
Sven
 
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Svan.

Awaiting for your review Vyas, as I believe there would many others who would have the same question in mind.
 
Ranch Hand
Posts: 398
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

powerful Spring JavaScript library (which is included with Spring Web Flow) to create compelling user interfaces



That sounds interesting... is it something comparable to Dojo? Could you please provide more info on this?
 
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Mourouganandame Arunachalam wrote:

powerful Spring JavaScript library (which is included with Spring Web Flow) to create compelling user interfaces



That sounds interesting... is it something comparable to Dojo? Could you please provide more info on this?



Meaning Spring provides UI widgets through its javascript library?
 
Sven Lüppken
Author
Posts: 6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Mourouganandame Arunachalam wrote:

powerful Spring JavaScript library (which is included with Spring Web Flow) to create compelling user interfaces



That sounds interesting... is it something comparable to Dojo? Could you please provide more info on this?



Spring JavaScript is an abstraction layer on top of other toolkits, like Dojo. In fact, Dojo is the only implementation of the API right now and is shipping with Spring Web Flow 2. Using Spring JavaScript, you can decorate your HTML elements using widgets from Dojo, without losing functionality in your web pages if JavaScript is not enabled. If JavaScript is disabled, the HTML form will still work, just without AJAX features (like calendars).

Hope that helps!

Thanks,
Sven
 
Hong Anderson
Ranch Hand
Posts: 1936
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Sven Lüppken wrote:
Spring JavaScript is an abstraction layer on top of other toolkits, like Dojo. In fact, Dojo is the only implementation of the API right now and is shipping with Spring Web Flow 2.


Does that mean in future, there may be other implementations like jQuery, YUI, but there will be no impact on codes that use Spring JavaScript?
 
Vyas Sanzgiri
Ranch Hand
Posts: 686
Netbeans IDE Chrome Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
That is a good question for Spring folks!
 
Mourouganandame Arunachalam
Ranch Hand
Posts: 398
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Sven Lüppken wrote:
Spring JavaScript is an abstraction layer on top of other toolkits, like Dojo. In fact, Dojo is the only implementation of the API right now and is shipping with Spring Web Flow 2. Using Spring JavaScript, you can decorate your HTML elements using widgets from Dojo, without losing functionality in your web pages if JavaScript is not enabled. If JavaScript is disabled, the HTML form will still work, just without AJAX features (like calendars).




That's really great. Thanks Sven !

Simple typo in the above post ...

"....without losing functionality in your web pages if JavaScript is not enabled....."

it should be ...

"without losing functionality in your web pages if JavaScript is enabled."
 
Hong Anderson
Ranch Hand
Posts: 1936
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Mourouganandame Arunachalam wrote:

Sven Lüppken wrote:
Spring JavaScript is an abstraction layer on top of other toolkits, like Dojo. In fact, Dojo is the only implementation of the API right now and is shipping with Spring Web Flow 2. Using Spring JavaScript, you can decorate your HTML elements using widgets from Dojo, without losing functionality in your web pages if JavaScript is not enabled. If JavaScript is disabled, the HTML form will still work, just without AJAX features (like calendars).




That's really great. Thanks Sven !

Simple typo in the above post ...

"....without losing functionality in your web pages if JavaScript is not enabled....."

it should be ...

"without losing functionality in your web pages if JavaScript is enabled."


It's already correct, please read again.
 
I've read about this kind of thing at the checkout counter. That's where I met this tiny ad:
a bit of art, as a gift, that will fit in a stocking
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic