[jira] Commented: (DAYTRADER-17) Dojo-based interface for Daytrader

2007-01-10 Thread Christopher James Blythe (JIRA)

[ 
https://issues.apache.org/jira/browse/DAYTRADER-17?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12463565
 ] 

Christopher James Blythe commented on DAYTRADER-17:
---

I just uploaded a new patch (daytrader-17-01092007.zip ) which...
- Assumes the dojo src is available at /dojo/dojo.js (src is no longer included 
in the patch)
- Supports Dojo 0.4.1

Once installed, the new ui can be accessed at the following url:
/dojotrader/trader.html

Note: The only existing file updated in the patch is the top-level pom.xml 
file. Otherwise, the zip file creates three new sub-directories under the 
modules directory (dojo-ui-ear, dojo-ui-web, json-proxy).

> Dojo-based interface for Daytrader
> --
>
> Key: DAYTRADER-17
> URL: https://issues.apache.org/jira/browse/DAYTRADER-17
> Project: DayTrader
>  Issue Type: New Feature
>  Components: Web Tier
>Affects Versions: 1.2
>Reporter: Christopher James Blythe
> Attachments: daytrader-17-01092007.zip, daytrader-17.zip
>
>
> Have opened this to track work on the Dojo-based UI for Daytrader that I have 
> been playing around with. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




Re: [jira] Commented: (DAYTRADER-17) Dojo-based interface for Daytrader

2006-12-07 Thread Paul McMahan

It's at /dojo.  Note that the dojo app is deployed in geronimo's j2ee
assemblies but is not explicitly started by default.   It gets
automatically started because the console has a dependency against it.
If the console is not installed or started then you can either start
the dojo app manually from the console/CLI or include a dependency
against it in your deployment plan.   The latter approach is
preferable since it lets geronimo do the dependency management for
you.

Best wishes,
Paul

On 12/7/06, Christopher Blythe <[EMAIL PROTECTED]> wrote:

Paul... you'll have to refresh my memory... what context does geronimo
provide the pre-packaged version of dojo at?


On 12/7/06, Paul McMahan (JIRA) < dev@geronimo.apache.org> wrote:
> [
http://issues.apache.org/jira/browse/DAYTRADER-17?page=comments#action_12456563
]
>
> Paul McMahan commented on DAYTRADER-17:
> ---
>
> This sounds like a good idea.   I think an improvement would be for the
daytrader app to always refer to the dojo resources at "/dojo" and either
use the geronimo's dojo which is at that location or (for other app servers)
have the user install the dojo webapp to that context as an additional step.
 My concern with changing the daytrader code is that most app servers don't
guarantee you can make changes to an application after deployment.   e.g.
upgrading the app would lose modifications, also think about a clustered
env, etc.
>
> > Dojo-based interface for Daytrader
> > --
> >
> > Key: DAYTRADER-17
> > URL:
http://issues.apache.org/jira/browse/DAYTRADER-17
> > Project: DayTrader
> >  Issue Type: New Feature
> >  Components: Web Tier
> >Affects Versions: 1.2
> >Reporter: Christopher James Blythe
> > Attachments: daytrader-17.zip, daytrader-17.zip
> >
> >
> > Have opened this to track work on the Dojo-based UI for Daytrader that I
have been playing around with.
>
> --
> This message is automatically generated by JIRA.
> -
> If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
> -
> For more information on JIRA, see:
http://www.atlassian.com/software/jira
>
>
>



--
"I say never be complete, I say stop being perfect, I say let... lets
evolve, let the chips fall where they may." - Tyler Durden


Re: [jira] Commented: (DAYTRADER-17) Dojo-based interface for Daytrader

2006-12-07 Thread Christopher Blythe

Paul... you'll have to refresh my memory... what context does geronimo
provide the pre-packaged version of dojo at?

On 12/7/06, Paul McMahan (JIRA)  wrote:


[
http://issues.apache.org/jira/browse/DAYTRADER-17?page=comments#action_12456563]

Paul McMahan commented on DAYTRADER-17:
---

This sounds like a good idea.   I think an improvement would be for the
daytrader app to always refer to the dojo resources at "/dojo" and either
use the geronimo's dojo which is at that location or (for other app servers)
have the user install the dojo webapp to that context as an additional
step.  My concern with changing the daytrader code is that most app servers
don't guarantee you can make changes to an application after deployment.
e.g. upgrading the app would lose modifications, also think about a
clustered env, etc.

> Dojo-based interface for Daytrader
> --
>
> Key: DAYTRADER-17
> URL: http://issues.apache.org/jira/browse/DAYTRADER-17
> Project: DayTrader
>  Issue Type: New Feature
>  Components: Web Tier
>Affects Versions: 1.2
>Reporter: Christopher James Blythe
> Attachments: daytrader-17.zip, daytrader-17.zip
>
>
> Have opened this to track work on the Dojo-based UI for Daytrader that I
have been playing around with.

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira






--
"I say never be complete, I say stop being perfect, I say let... lets
evolve, let the chips fall where they may." - Tyler Durden


[jira] Commented: (DAYTRADER-17) Dojo-based interface for Daytrader

2006-12-07 Thread Paul McMahan (JIRA)
[ 
http://issues.apache.org/jira/browse/DAYTRADER-17?page=comments#action_12456563 
] 

Paul McMahan commented on DAYTRADER-17:
---

This sounds like a good idea.   I think an improvement would be for the 
daytrader app to always refer to the dojo resources at "/dojo" and either use 
the geronimo's dojo which is at that location or (for other app servers) have 
the user install the dojo webapp to that context as an additional step.  My 
concern with changing the daytrader code is that most app servers don't 
guarantee you can make changes to an application after deployment.  e.g. 
upgrading the app would lose modifications, also think about a clustered env, 
etc.

> Dojo-based interface for Daytrader
> --
>
> Key: DAYTRADER-17
> URL: http://issues.apache.org/jira/browse/DAYTRADER-17
> Project: DayTrader
>  Issue Type: New Feature
>  Components: Web Tier
>Affects Versions: 1.2
>Reporter: Christopher James Blythe
> Attachments: daytrader-17.zip, daytrader-17.zip
>
>
> Have opened this to track work on the Dojo-based UI for Daytrader that I have 
> been playing around with. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (DAYTRADER-17) Dojo-based interface for Daytrader

2006-12-07 Thread Christopher James Blythe (JIRA)
[ 
http://issues.apache.org/jira/browse/DAYTRADER-17?page=comments#action_12456442 
] 

Christopher James Blythe commented on DAYTRADER-17:
---

Had a short discussion with Matt the other day... The current patch contains a 
full-blown 0.4.0 version of the dojo source tree. That adds a lot of files to 
the Daytrader src tree if checked in as is. Obviously, we could rely on the 
shared version of Dojo provided by the Geronimo server as Paul has already 
mentioned. However, this fails to address other application servers that do not 
provie a Dojo implmentation. Matt and I came up with the following solution...

- package up the 0.4.0 dojo src in an independent war file
- have the Daytrader dojo UI reference this package
- checkin the pre-packaged dojo war as a single file 

If you would like to switch to the dojo impl provided with Geronimo, simply 
change the request path in the Daytrader code.

Thoughts, comments, suggestions?

> Dojo-based interface for Daytrader
> --
>
> Key: DAYTRADER-17
> URL: http://issues.apache.org/jira/browse/DAYTRADER-17
> Project: DayTrader
>  Issue Type: New Feature
>  Components: Web Tier
>Affects Versions: 1.2
>Reporter: Christopher James Blythe
> Attachments: daytrader-17.zip, daytrader-17.zip
>
>
> Have opened this to track work on the Dojo-based UI for Daytrader that I have 
> been playing around with. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira




[jira] Commented: (DAYTRADER-17) Dojo-based interface for Daytrader

2006-11-03 Thread Paul McMahan (JIRA)
[ 
http://issues.apache.org/jira/browse/DAYTRADER-17?page=comments#action_12447016 
] 

Paul McMahan commented on DAYTRADER-17:
---

If there's interest in using Geronimo's shared version of Dojo then FYI it was 
recently upgraded to version 0.4.0 via GERONIMO-2538 so it should now be 
compatible with your application.  I think it would be interesting to see how 
well the daytrader UI performs using a privately optimized copy of Dojo vs. the 
unoptimized version resident in the server.

> Dojo-based interface for Daytrader
> --
>
> Key: DAYTRADER-17
> URL: http://issues.apache.org/jira/browse/DAYTRADER-17
> Project: DayTrader
>  Issue Type: New Feature
>  Components: Web Tier
>Affects Versions: 1.2
>Reporter: Christopher James Blythe
> Attachments: daytrader-17.zip
>
>
> Have opened this to track work on the Dojo-based UI for Daytrader that I have 
> been playing around with. 

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira