Padmapriya Ranganathan

Greenhorn
+ Follow
since Mar 04, 2009
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Padmapriya Ranganathan

M Rama wrote:Is your book a good starting point to use Spring Web Flow along with Spring MVC?




Of-course ...YES ! Definitely author will not say NO
14 years ago
Breadcrumb navigation is a nice feature, personally I like it. Hope the book should cover this. Authors to comment on this.
14 years ago

Kengkaj Sathianpantarit wrote:

Padmapriya Ranganathan wrote:No generalized framework can provide complete feature for this.


No, it can . Why not?




Really !!? Can you please provide an example for this? (after all learning is part of our life ! ) I think none of the framework provides full featured role based security without using other plugins like JAAS.
14 years ago
I'm also got confused, why do we need a separate Spring WebFlow for page flow? Can't we just deal this with Spring MVC itself?
14 years ago

Kishore Nallamothu wrote:<div align="left" class="paddingLeft2px">${soFltLeg.servingLeg.aircraftRegistration.registrationNo}
<input type="hidden" name="soHeader.soFltLegs[0].servingLeg.aircraftRegistration.registrationNo" value="${soFltLeg.servingLeg.aircraftRegistration.registrationNo}" />

<spring:bind path="serviceOrder.soHeader.soFltLegs[0].servingLeg.aircraftRegistration.id"><input type="hidden" name="${status.expression}" value="${soFltLeg.servingLeg.aircraftRegistration.id}" />
</spring:bind>
</div>



What you want to communicate?
14 years ago
this http://en.wikipedia.org/wiki/Aspect-oriented_programming may give you basic understanding of AOP before you dive into AOP in Spring.
14 years ago
disclaimer: I'm not a security expert !

As per my knowledge, the role based authentication and/or authorization lean towards application dependency. No generalized framework can provide complete feature for this.
14 years ago
I'm not an security experts like others here..... however, just done quick google and found the this Link... see whether it helps you....
14 years ago

Sagar Kale wrote:
But Tomcat is not application server, I like JBoss in free application servers.



Have a look at this Link... may be bit old, but provides answers for your claim
14 years ago

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?
14 years ago

Tomcat is a lightweight, cost-effective and simple solution



Yes I vote for Tomcat.
14 years ago
Believe the book doesn't cover DWR.
14 years ago
Hi,

One of the post I read that, replacing UI layer or other layers are easy since Seam is an integration framework. How easy it is? does it involve more XML configurations? Is there any guidelines or resources you can suggests for this purpose?
14 years ago
Does Seam supports DWR for ajaxfying?
14 years ago