You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Johannes Geppert <jo...@apache.org> on 2011/05/06 15:28:21 UTC

[ANN] Struts2 jQuery Plugin Version 3.0.0 is available

The new version 3.0.0 is out now. 

Please read the Release Notes[1] and the Changelog [2] to read more 
about 
the new features like support for mobile development with jQuery 
Mobile and the new Tree Tag. 


[1]
http://www.jgeppert.com/2011/05/whats-new-in-struts2-jquery-plugin-3-0-0/
[2] http://code.google.com/p/struts2-jquery/wiki/Changelog 


Best Regards 

Johannes Geppert 
--- 
web: http://www.jgeppert.com 
twitter: http://twitter.com/jogep 





-----

--------------
web: http://www.jgeppert.com
twitter: http://twitter.com/jogep
--
View this message in context: http://struts.1045723.n5.nabble.com/ANN-Struts2-jQuery-Plugin-Version-3-0-0-is-available-tp4375901p4375901.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: [ANN] Struts2 jQuery Plugin Version 3.0.0 is available

Posted by Johannes Geppert <jo...@apache.org>.
Hi Miguel,

yes all versions are also available via maven.

<dependencies>
    ...
    <dependency>
        <groupId>com.jgeppert.struts2.jquery</groupId>
        <artifactId>struts2-jquery-plugin</artifactId>
        <version>3.0.1</version>
    </dependency>
    <dependency>
        <groupId>com.jgeppert.struts2.jquery</groupId>
        <artifactId>struts2-jquery-grid-plugin</artifactId>
        <version>3.0.1</version>
    </dependency>
    <dependency>
        <groupId>com.jgeppert.struts2.jquery</groupId>
        <artifactId>struts2-jquery-richtext-plugin</artifactId>
        <version>3.0.1</version>
    </dependency>
    <dependency>
        <groupId>com.jgeppert.struts2.jquery</groupId>
        <artifactId>struts2-jquery-tree-plugin</artifactId>
        <version>3.0.1</version>
    </dependency>
    <dependency>
        <groupId>com.jgeppert.struts2.jquery</groupId>
        <artifactId>struts2-jquery-mobile-plugin</artifactId>
        <version>3.0.1</version>
    </dependency>
    ...
</dependencies>

Johannes


wild_oscar wrote:
> 
> Johannes,
> 
> Have you posted 3.0.0 on maven repositories yet?
> 
> I have used jquery extensively, but never jquery plugin. I am trying it
> out on a pet project. Well done!
> 
> Miguel
> 
> 


-----

--------------
web: http://www.jgeppert.com
twitter: http://twitter.com/jogep
--
View this message in context: http://struts.1045723.n5.nabble.com/ANN-Struts2-jQuery-Plugin-Version-3-0-0-is-available-tp4375901p4382925.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: [ANN] Struts2 jQuery Plugin Version 3.0.0 is available

Posted by miguel <mi...@almeida.at>.
Johannes,

Have you posted 3.0.0 on maven repositories yet?

I have used jquery extensively, but never jquery plugin. I am trying it
out on a pet project. Well done!

Miguel

On Mon, 2011-05-09 at 11:22 -0700, Johannes Geppert wrote:

> arin_12 wrote:
> > 
> > Seems that we have some issue in the GRID. The search function in the GRID
> > - Editable is not working fine.
> > 
> 
> Thank you for reporting this. New Version 3.0.1 should fix this problem.
> 
> Johannes
> 
> -----
> 
> --------------
> web: http://www.jgeppert.com
> twitter: http://twitter.com/jogep
> --
> View this message in context: http://struts.1045723.n5.nabble.com/ANN-Struts2-jQuery-Plugin-Version-3-0-0-is-available-tp4375901p4382555.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: [ANN] Struts2 jQuery Plugin Version 3.0.0 is available

Posted by Johannes Geppert <jo...@apache.org>.
arin_12 wrote:
> 
> Seems that we have some issue in the GRID. The search function in the GRID
> - Editable is not working fine.
> 

Thank you for reporting this. New Version 3.0.1 should fix this problem.

Johannes

-----

--------------
web: http://www.jgeppert.com
twitter: http://twitter.com/jogep
--
View this message in context: http://struts.1045723.n5.nabble.com/ANN-Struts2-jQuery-Plugin-Version-3-0-0-is-available-tp4375901p4382555.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: [ANN] Struts2 jQuery Plugin Version 3.0.0 is available

Posted by Johannes Geppert <jo...@apache.org>.
3.0.0 is backward compatible. Upgrade and reload should be good enough.

Johannes


Emi Lu wrote:
> 
> If I upgrade from struts2-jquery-plugin-2.5.3.jar to 3.0, I just reload 
> struts2-jquery-plugin-3.0.0.jar is good enough, right?
> 


-----

--------------
web: http://www.jgeppert.com
twitter: http://twitter.com/jogep
--
View this message in context: http://struts.1045723.n5.nabble.com/ANN-Struts2-jQuery-Plugin-Version-3-0-0-is-available-tp4375901p4377154.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: [ANN] Struts2 jQuery Plugin Version 3.0.0 is available

Posted by Emi Lu <em...@encs.concordia.ca>.
Thank you very much for all teams!

If I upgrade from struts2-jquery-plugin-2.5.3.jar to 3.0, I just reload 
struts2-jquery-plugin-3.0.0.jar is good enough, right?

Thanks a lot!
Emi



On 05/06/2011 10:54 AM, Frans Thamura wrote:
> dont forget our work :0
>
> the template has been done , email to u shortly :0
>
>
> --
> Frans Thamura
> Chief of Advisory
> Meruvian.
> Integrated Hypermedia Java Solution Provider.
>
> Mobile: +628557888699
> Blog: http://blogs.mervpolis.com/roller/flatburger (id)
>
> FB: http://www.facebook.com/meruvian
> TW: http://www.twitter.com/meruvian / @meruvian
> Website: http://www.meruvian.org
>
> "We grow because we share the same belief."
>
>
>
> On Fri, May 6, 2011 at 9:50 PM, Lukasz Lenart
> <lu...@googlemail.com>  wrote:
>> Great job Johannes!
>> --
>> Łukasz
>> + 48 606 323 122 http://www.lenart.org.pl/
>> Warszawa JUG conference - Confitura http://confitura.pl/
>>
>>
>> 2011/5/6 Johannes Geppert<jo...@apache.org>:
>>> The new version 3.0.0 is out now.
>>>
>>> Please read the Release Notes[1] and the Changelog [2] to read more
>>> about
>>> the new features like support for mobile development with jQuery
>>> Mobile and the new Tree Tag.
>>>
>>>
>>> [1]
>>> http://www.jgeppert.com/2011/05/whats-new-in-struts2-jquery-plugin-3-0-0/
>>> [2] http://code.google.com/p/struts2-jquery/wiki/Changelog
>>>
>>>
>>> Best Regards
>>>
>>> Johannes Geppert
>>> ---
>>> web: http://www.jgeppert.com
>>> twitter: http://twitter.com/jogep
>>>
>>>
>>>
>>>
>>>
>>> -----
>>>
>>> --------------
>>> web: http://www.jgeppert.com
>>> twitter: http://twitter.com/jogep
>>> --
>>> View this message in context: http://struts.1045723.n5.nabble.com/ANN-Struts2-jQuery-Plugin-Version-3-0-0-is-available-tp4375901p4375901.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
>>
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
>


-- 
Emi Lu, ENCS, Concordia University, Montreal H3G 1M8
emilu@encs.concordia.ca        +1 514 848-2424 x5884

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


Re: [ANN] Struts2 jQuery Plugin Version 3.0.0 is available

Posted by Frans Thamura <fr...@meruvian.org>.
dont forget our work :0

the template has been done , email to u shortly :0


--
Frans Thamura
Chief of Advisory
Meruvian.
Integrated Hypermedia Java Solution Provider.

Mobile: +628557888699
Blog: http://blogs.mervpolis.com/roller/flatburger (id)

FB: http://www.facebook.com/meruvian
TW: http://www.twitter.com/meruvian / @meruvian
Website: http://www.meruvian.org

"We grow because we share the same belief."



On Fri, May 6, 2011 at 9:50 PM, Lukasz Lenart
<lu...@googlemail.com> wrote:
> Great job Johannes!
> --
> Łukasz
> + 48 606 323 122 http://www.lenart.org.pl/
> Warszawa JUG conference - Confitura http://confitura.pl/
>
>
> 2011/5/6 Johannes Geppert <jo...@apache.org>:
>> The new version 3.0.0 is out now.
>>
>> Please read the Release Notes[1] and the Changelog [2] to read more
>> about
>> the new features like support for mobile development with jQuery
>> Mobile and the new Tree Tag.
>>
>>
>> [1]
>> http://www.jgeppert.com/2011/05/whats-new-in-struts2-jquery-plugin-3-0-0/
>> [2] http://code.google.com/p/struts2-jquery/wiki/Changelog
>>
>>
>> Best Regards
>>
>> Johannes Geppert
>> ---
>> web: http://www.jgeppert.com
>> twitter: http://twitter.com/jogep
>>
>>
>>
>>
>>
>> -----
>>
>> --------------
>> web: http://www.jgeppert.com
>> twitter: http://twitter.com/jogep
>> --
>> View this message in context: http://struts.1045723.n5.nabble.com/ANN-Struts2-jQuery-Plugin-Version-3-0-0-is-available-tp4375901p4375901.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
>
>

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


Re: [ANN] Struts2 jQuery Plugin Version 3.0.0 is available

Posted by Lukasz Lenart <lu...@googlemail.com>.
Great job Johannes!
-- 
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/
Warszawa JUG conference - Confitura http://confitura.pl/


2011/5/6 Johannes Geppert <jo...@apache.org>:
> The new version 3.0.0 is out now.
>
> Please read the Release Notes[1] and the Changelog [2] to read more
> about
> the new features like support for mobile development with jQuery
> Mobile and the new Tree Tag.
>
>
> [1]
> http://www.jgeppert.com/2011/05/whats-new-in-struts2-jquery-plugin-3-0-0/
> [2] http://code.google.com/p/struts2-jquery/wiki/Changelog
>
>
> Best Regards
>
> Johannes Geppert
> ---
> web: http://www.jgeppert.com
> twitter: http://twitter.com/jogep
>
>
>
>
>
> -----
>
> --------------
> web: http://www.jgeppert.com
> twitter: http://twitter.com/jogep
> --
> View this message in context: http://struts.1045723.n5.nabble.com/ANN-Struts2-jQuery-Plugin-Version-3-0-0-is-available-tp4375901p4375901.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