Hello,

Although we use java 1.5, the wicket version we are gonna use it wicket
1.3.6 ..the problem from the latest branch is the MetaDataKey is now
generified becuase it is built against 1.4. I found out that in 1.3.x branch
has same wicket-push codebase but the metadatakey is not using generics. i
just replace the files that contains metadatakey class that use generics. :)

And i tested and it work. ;))

Thanks a lot.
Cheers.



Rodolfo Hansen wrote:
> 
> Hi,
> 
> You have two options:
> 
>    1. use a previous version of wicketstuff-push,
>    2. or help out with branching the current code back to 1.3.x
> 
> Right now, the code requres java 1.5, so if your proyect requires java 1.4
> then I recomend using a previous version.
> 
> the old wicket 1.3, java 1.4 branch is here:
> 
> https://wicket-stuff.svn.sourceforge.net/svnroot/wicket-stuff/branches/wicketstuff-push/
> 
> 
> 
> On Mon, Jul 13, 2009 at 3:10 AM, freak182 <eman.noll...@gmail.com> wrote:
> 
>>
>> Hello,
>>
>> I checkout the latest wicket-push in wicketstuff but unfortunately this
>> was
>> built in 1.4. How can I build for 1.3.x wicket? Because our application
>> is
>> using 1.3.x and I cannot tell them to migrate to 1.4 since the
>> development
>> has already started.
>>
>> Thanks a lot.
>> Cheers.
>>
>>
>> Rodolfo Hansen wrote:
>> >
>> > On Mon, Apr 20, 2009 at 6:26 AM, pmarrone <paolo.marr...@gmail.com>
>> wrote:
>> >
>> >>
>> >> Hi Rodolfo,
>> >> I'm trying to deploy the wicketstuff-push example on a Glassfish
>> server
>> >> V3,
>> >> but without success.
>> >> Can you give some information about how to use your wicketstuff-push
>> >> implementation outside Jetty?
>> >
>> >
>> > For Glassfish there are a couple of configurations you need to set in
>> the
>> > glassfish domain.
>> >
>> > Also, you might have to write your own servlet, as in this post:
>> >
>> >
>> http://weblogs.java.net/blog/jfarcand/archive/2006/10/writting_a_come.html
>> >
>> >
>> >> I know that Glassfish has support for cometd, so it should be
>> possible.
>> >> I propose to insert in the example package this kind of information,
>> >> because
>> >> jetty is not normally adopted in real production environments.
>> >
>> >
>> > Yes, if you can, can you write the Glassfish Servlet for cometd
>> > integration
>> > and post it as a patch, or send it to me directly?
>> >
>> > rhan...@kindleit.net
>> >
>> >
>> >
>> >>
>> >> Thank you very much for your kind response.
>> >> Regards
>> >> Paolo
>> >>
>> >>
>> >>
>> >> Rodolfo Hansen-2 wrote:
>> >> >
>> >> > Hi, a new version of wicketstuff-push was moved to the
>> wicketstuff-core
>> >> > group of projects, as push-parent (as was specified in the wiki)
>> >> >
>> >> > A couple of new things were done:
>> >> >
>> >> > It is no longer compatible with java 1.4, is built for wicket 1.4
>> and
>> >> > requires jetty 6.1.14.
>> >> > The dependencies on dojo have been reduced even further, so this
>> >> package
>> >> > is
>> >> > basically just a cometd client/server project for wicket.
>> >> > The RemoveListener is now working and is extended with a new type of
>> >> > WicketRemoveListener that allows access to the Wicket Application
>> >> > Singleton
>> >> > and the session that registered the singleton (i thought of a couple
>> of
>> >> > ways
>> >> > to register them, and decided to choose the one present in the code
>> for
>> >> > it)
>> >> >
>> >> > Please let me know of any suggestions, ideas for the proj.
>> >> >
>> >> >
>> >>
>> >> --
>> >> View this message in context:
>> >>
>> http://www.nabble.com/-Announce--wicketstuff-push-ported-to-use-wicket-1.4-jetty-6.1.14-tp20914051p23134109.html
>> >> Sent from the Wicket - User mailing list archive at Nabble.com.
>> >>
>> >>
>> >> ---------------------------------------------------------------------
>> >> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> >> For additional commands, e-mail: users-h...@wicket.apache.org
>> >>
>> >>
>> >
>> >
>> > --
>> > Rodolfo Hansen
>> > CEO, KindleIT Software Development
>> > Email: rhan...@kindleit.net
>> > Office: 1 (809) 732-5200
>> > Mobile: 1 (809) 299-7332
>> >
>> >
>>
>> --
>> View this message in context:
>> http://www.nabble.com/-Announce--wicketstuff-push-ported-to-use-wicket-1.4-jetty-6.1.14-tp20914051p24457098.html
>> Sent from the Wicket - User mailing list archive at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>> For additional commands, e-mail: users-h...@wicket.apache.org
>>
>>
> 
> 
> -- 
> Rodolfo Hansen
> CEO, KindleIT Software Development
> Email: rhan...@kindleit.net
> Office: 1 (809) 732-5200
> Mobile: 1 (809) 299-7332
> 
> 

-- 
View this message in context: 
http://www.nabble.com/-Announce--wicketstuff-push-ported-to-use-wicket-1.4-jetty-6.1.14-tp20914051p24464690.html
Sent from the Wicket - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to