You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Mark Levitsky <ma...@amdocs.com> on 2008/01/23 12:28:59 UTC

dojo version in struts 2

Hi,

 

Does any one knows when is struts 2.1 should be released and do you know
with what dojo version it will be released?

 

 

Regards,

 

Mark Levitsky

Amdocs Self Service

+972-9-7960880(desk)

 


This message and the information contained herein is proprietary and confidential and subject to the Amdocs policy statement,
you may review at http://www.amdocs.com/email_disclaimer.asp

RE: dojo version in struts 2

Posted by Dave Newton <ne...@yahoo.com>.
I said you could use it raw or port the plugin (S2.1) or Dojo tags (S2.0) to
Dojo 1.x; so this will work. I didn't mean to imply there wouldn't be issues
(I thought I said I didn't know if there would be issues or not, since I'm
not familiar with Dojo 1.x).

--- Yuval Rotem <Yu...@amdocs.com> wrote:

> Hi, 
> We haven't tried this with Struts 2.1, as suggested below, but I don't
> think it would work. There have been many changes between Dojo 0.4 and
> 1.0. One of them is that require("packageName.*") is not supported
> anymore in Dojo 1.0.
> (I also know that there have been many changes in the way Dojo supports
> autocomplete - in 1.0 it uses the dojo.data standard API, and the JSON
> format it expects is also different).
> So I believe migrating Struts to use Dojo 1.0 won't be a trivial effort.
> But since Dojo 1.0 was released some months ago, and since it has many
> advantages and improvements over 0.4, it would be a very very welcome
> effort!
> Thanks,
> Yuval.
> 
> -----Original Message-----
> From: Dave Newton [mailto:newton.dave@yahoo.com] 
> Sent: Wednesday, January 23, 2008 6:19 PM
> To: Struts Users Mailing List
> Subject: RE: dojo version in struts 2
> 
> --- ravi_eze <ra...@ivycomptech.com> wrote:
> > can we use dojo 1 in struts 2.0.9?
> 
> Same answer, except that in 2.0.9 Dojo isn't a plugin.
> 
> d.
> 
> > newton.dave wrote:
> > > --- Mark Levitsky  <ma...@amdocs.com> wrote:
> > >> Can I work some how with struts 2 and with dojo 1.0 together 
> > >> (instead the 0.4 version)
> > > 
> > > You can use Dojo "raw" (i.e., not using the S2 tags), or you could 
> > > get
> > the
> > > 2.1 source and replace the Dojo plugin version with 1.0 and deal 
> > > with any potential issues (I don't know what, if any, issues there
> would be).
> > > 
> > >> And another question do you know in what version of struts the dojo
> 
> > >> will be above 1.0
> > > 
> > > Nope.
> > > 
> > > d.
> > > 
> 
> This message and the information contained herein is proprietary and
> confidential and subject to the Amdocs policy statement,
> you may review at http://www.amdocs.com/email_disclaimer.asp
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


RE: dojo version in struts 2

Posted by Yuval Rotem <Yu...@amdocs.com>.
Hi, 
We haven't tried this with Struts 2.1, as suggested below, but I don't
think it would work. There have been many changes between Dojo 0.4 and
1.0. One of them is that require("packageName.*") is not supported
anymore in Dojo 1.0.
(I also know that there have been many changes in the way Dojo supports
autocomplete - in 1.0 it uses the dojo.data standard API, and the JSON
format it expects is also different).
So I believe migrating Struts to use Dojo 1.0 won't be a trivial effort.
But since Dojo 1.0 was released some months ago, and since it has many
advantages and improvements over 0.4, it would be a very very welcome
effort!
Thanks,
Yuval.

-----Original Message-----
From: Dave Newton [mailto:newton.dave@yahoo.com] 
Sent: Wednesday, January 23, 2008 6:19 PM
To: Struts Users Mailing List
Subject: RE: dojo version in struts 2

--- ravi_eze <ra...@ivycomptech.com> wrote:
> can we use dojo 1 in struts 2.0.9?

Same answer, except that in 2.0.9 Dojo isn't a plugin.

d.

> newton.dave wrote:
> > --- Mark Levitsky  <ma...@amdocs.com> wrote:
> >> Can I work some how with struts 2 and with dojo 1.0 together 
> >> (instead the 0.4 version)
> > 
> > You can use Dojo "raw" (i.e., not using the S2 tags), or you could 
> > get
> the
> > 2.1 source and replace the Dojo plugin version with 1.0 and deal 
> > with any potential issues (I don't know what, if any, issues there
would be).
> > 
> >> And another question do you know in what version of struts the dojo

> >> will be above 1.0
> > 
> > Nope.
> > 
> > d.
> > 

This message and the information contained herein is proprietary and confidential and subject to the Amdocs policy statement,
you may review at http://www.amdocs.com/email_disclaimer.asp


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: dojo version in struts 2

Posted by Laurie Harper <la...@holoweb.net>.
The default reply to these question is always: you can use any 
Javascript library or framework you want, with any version of Struts, 
exactly as you would use it outside of Struts.

Struts2 includes some tags and other convenience features which make a 
few basic Ajax-y things easy to do without touching Javascript, and 
these are implemented using a bundled copy of Dojo. If you use a 
different lib (or a different version of Dojo) those conveniences wont 
be available to you. However, the full power of whatever Javascript 
library will, just as it would in any other context.

L.

ravi_eze wrote:
> can we use dojo 1 in struts 2.0.9?
> 
> 
> 
> newton.dave wrote:
>> --- Mark Levitsky  <ma...@amdocs.com> wrote:
>>> Can I work some how with struts 2 and with dojo 1.0 together (instead
>>> the 0.4 version)
>> You can use Dojo "raw" (i.e., not using the S2 tags), or you could get the
>> 2.1 source and replace the Dojo plugin version with 1.0 and deal with any
>> potential issues (I don't know what, if any, issues there would be).
>>
>>> And another question do you know in what version of struts the dojo will
>>> be above 1.0
>> Nope.
>>
>> d.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
>> For additional commands, e-mail: user-help@struts.apache.org
>>
>>
>>
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


RE: dojo version in struts 2

Posted by Dave Newton <ne...@yahoo.com>.
--- ravi_eze <ra...@ivycomptech.com> wrote:
> can we use dojo 1 in struts 2.0.9?

Same answer, except that in 2.0.9 Dojo isn't a plugin.

d.

> newton.dave wrote:
> > --- Mark Levitsky  <ma...@amdocs.com> wrote:
> >> Can I work some how with struts 2 and with dojo 1.0 together (instead
> >> the 0.4 version)
> > 
> > You can use Dojo "raw" (i.e., not using the S2 tags), or you could get
> the
> > 2.1 source and replace the Dojo plugin version with 1.0 and deal with any
> > potential issues (I don't know what, if any, issues there would be).
> > 
> >> And another question do you know in what version of struts the dojo will
> >> be above 1.0
> > 
> > Nope.
> > 
> > d.
> > 
> > 
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> > For additional commands, e-mail: user-help@struts.apache.org
> > 
> > 
> > 
> 
> -- 
> View this message in context:
> http://www.nabble.com/dojo-version-in-struts-2-tp15039807p15043402.html
> Sent from the Struts - User mailing list archive at Nabble.com.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


RE: dojo version in struts 2

Posted by ravi_eze <ra...@ivycomptech.com>.
can we use dojo 1 in struts 2.0.9?



newton.dave wrote:
> 
> --- Mark Levitsky  <ma...@amdocs.com> wrote:
>> Can I work some how with struts 2 and with dojo 1.0 together (instead
>> the 0.4 version)
> 
> You can use Dojo "raw" (i.e., not using the S2 tags), or you could get the
> 2.1 source and replace the Dojo plugin version with 1.0 and deal with any
> potential issues (I don't know what, if any, issues there would be).
> 
>> And another question do you know in what version of struts the dojo will
>> be above 1.0
> 
> Nope.
> 
> d.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/dojo-version-in-struts-2-tp15039807p15043402.html
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


RE: dojo version in struts 2

Posted by Dave Newton <ne...@yahoo.com>.
--- Mark Levitsky  <ma...@amdocs.com> wrote:
> Can I work some how with struts 2 and with dojo 1.0 together (instead
> the 0.4 version)

You can use Dojo "raw" (i.e., not using the S2 tags), or you could get the
2.1 source and replace the Dojo plugin version with 1.0 and deal with any
potential issues (I don't know what, if any, issues there would be).

> And another question do you know in what version of struts the dojo will
> be above 1.0

Nope.

d.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


RE: dojo version in struts 2

Posted by Mark Levitsky <ma...@amdocs.com>.
Can I work some how with struts 2 and with dojo 1.0 together (instead
the 0.4 version)
If yes how can I configure to use this dojo version?
And another question do you know in what version of struts the dojo will
be above 1.0

Regards,

 

Mark Levitsky

Amdocs Self Service

+972-9-7960880(desk)


-----Original Message-----
From: Dave Newton [mailto:newton.dave@yahoo.com] 
Sent: Wednesday, January 23, 2008 3:35 PM
To: Struts Users Mailing List
Subject: Re: dojo version in struts 2

--- Mark Levitsky  <ma...@amdocs.com> wrote:
> Does any one knows when is struts 2.1 should be released 

No, there is no timeline (in general) for Struts releases.

> and do you know with what dojo version it will be released?

As it stands it's using 0.4.mumble (0.4.3?), IIRC.

d.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


This message and the information contained herein is proprietary and confidential and subject to the Amdocs policy statement,
you may review at http://www.amdocs.com/email_disclaimer.asp


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: dojo version in struts 2

Posted by Dave Newton <ne...@yahoo.com>.
--- Mark Levitsky  <ma...@amdocs.com> wrote:
> Does any one knows when is struts 2.1 should be released 

No, there is no timeline (in general) for Struts releases.

> and do you know with what dojo version it will be released?

As it stands it's using 0.4.mumble (0.4.3?), IIRC.

d.


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org