Re: Release Status

2006-12-16 Thread Rahul Akolkar
On 12/15/06, Craig McClanahan [EMAIL PROTECTED] wrote: snip/ Re: you guys tag teaming on RM for Shale ... +1! :-). The wiki has a bunch of notes (mostly from Wendy) that I basically followed last time. A couple of things to watch out for: * The shale-master pom should be upversioned and

Re: svn commit: r487741 - in /shale/framework/trunk: shale-dialog-basic/src/main/java/org/apache/shale/dialog/basic/ shale-dialog-scxml/src/main/java/org/apache/shale/dialog/scxml/ shale-dialog/src/ma

2006-12-16 Thread Rahul Akolkar
On 12/15/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Author: craigmcc Date: Fri Dec 15 16:51:06 2006 New Revision: 487741 URL: http://svn.apache.org/viewvc?view=revrev=487741 Log: Refine the dialog framework APIs as a foundation for improving handling of browser navigation buttons: *

Re: svn commit: r487741 - in /shale/framework/trunk: shale-dialog-basic/src/main/java/org/apache/shale/dialog/basic/ shale-dialog-scxml/src/main/java/org/apache/shale/dialog/scxml/ shale-dialog/src/ma

2006-12-16 Thread Craig McClanahan
On 12/16/06, Rahul Akolkar [EMAIL PROTECTED] wrote: On 12/15/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Author: craigmcc Date: Fri Dec 15 16:51:06 2006 New Revision: 487741 URL: http://svn.apache.org/viewvc?view=revrev=487741 Log: Refine the dialog framework APIs as a foundation for

[master-pom] scpexe:// URLs?

2006-12-16 Thread Rahul Akolkar
Before we get to the master pom release: Can we consider using scpexe:// URLs, or providing some way to do that? As it stands, scp:// URLs don't work for me when I'm traveling (and most of Dec. is travel). Background [1]. Before getting to the soution, it would help to get data points from

Re: [master-pom] scpexe:// URLs?

2006-12-16 Thread Wendy Smoak
On 12/16/06, Rahul Akolkar [EMAIL PROTECTED] wrote: Before we get to the master pom release: Can we consider using scpexe:// URLs, or providing some way to do that? Fine with me. MyFaces uses scpexe, and it works fine for me with Cygwin. The only difference seems to be that I don't get the

Re: svn commit: r487741 - in /shale/framework/trunk: shale-dialog-basic/src/main/java/org/apache/shale/dialog/basic/ shale-dialog-scxml/src/main/java/org/apache/shale/dialog/scxml/ shale-dialog/src/ma

2006-12-16 Thread Rahul Akolkar
On 12/16/06, Craig McClanahan [EMAIL PROTECTED] wrote: On 12/16/06, Rahul Akolkar [EMAIL PROTECTED] wrote: snip/ The subdialog issue doesn't exist in the Commons SCXML impl (its one machine, rather than a stack of machines at runtime) -- ofcourse, the downside is that IDs in the parent and

Re: svn commit: r487741 - in /shale/framework/trunk: shale-dialog-basic/src/main/java/org/apache/shale/dialog/basic/ shale-dialog-scxml/src/main/java/org/apache/shale/dialog/scxml/ shale-dialog/src/ma

2006-12-16 Thread Rahul Akolkar
On 12/16/06, Craig McClanahan [EMAIL PROTECTED] wrote: On 12/16/06, Rahul Akolkar [EMAIL PROTECTED] wrote: snip/ Indeed, I think a common paradigm will be: do stuff on entry / undo on exit. In which case, the onExit() from the previous view state and the onEntry() into the new view state

Re: svn commit: r487741 - in /shale/framework/trunk: shale-dialog-basic/src/main/java/org/apache/shale/dialog/basic/ shale-dialog-scxml/src/main/java/org/apache/shale/dialog/scxml/ shale-dialog/src/ma

2006-12-16 Thread Rahul Akolkar
On 12/16/06, Rahul Akolkar [EMAIL PROTECTED] wrote: On 12/16/06, Craig McClanahan [EMAIL PROTECTED] wrote: On 12/16/06, Rahul Akolkar [EMAIL PROTECTED] wrote: snip/ Indeed, I think a common paradigm will be: do stuff on entry / undo on exit. In which case, the onExit() from the previous