# Embrace META-INF resources feature if Servlet 3.0 is available (let the
container do the heavy lifting of serving static files)
   - merge MetaInfStaticResourceReference into PackageResourceReference
   - move static resources coming with wicket to the META-INF folders

# Remove parser api dependency on string positions
(o.a.w.markup.parser.IXmlPullParser & co)
   - makes it easier for example to implement a DOM based IXmlPullParser
   - positions can still be used for error messages when available

# Make some code analysis to remove dead/old code

Attila

2011/8/30 Bruno Borges <bruno.bor...@gmail.com>

> # More mobile-related stuff (screen size, touchscreen javascripts)
>
> # Support for nondirectional markup inherance (class A extends B, but A
> inherents class C's markup)
>
>
> *Bruno Borges*
> (21) 7672-7099
> *www.brunoborges.com*
>
>
>
> On Tue, Aug 30, 2011 at 10:23 AM, Bruno Borges <bruno.bor...@gmail.com
> >wrote:
>
> > # Support for fallback style
> > # api for mobile browser detection
> > On Aug 30, 2011 6:29 AM, "Martin Grigorov" <mgrigo...@apache.org> wrote:
> > > - component queueing
> > > - introduce JQuery and migrate the problematic parts of
> > > wicket-ajax.js/wicket-event.js to use it. The bigger refactoring of
> > > Ajax should be postponed for later release
> > >
> > > On Tue, Aug 30, 2011 at 10:03 AM, Sven Meier <s...@meiers.net> wrote:
> > >> #. rework Wicket components: ModalWindow, Wizard and Trees
> > >> #. try to boil down Wicket core to its essentials (e.g. without most
> > >> components)
> > >>
> > >> Sven
> > >>
> > >> On 08/30/2011 12:12 AM, Martijn Dashorst wrote:
> > >>> In order to start discussing what will constitute Wicket Next and
> > >>> where we want to take our beloved framework, I'll start off with my
> > >>> wish list:
> > >>>
> > >>> 1. Java 6 as a minimum requirement for *all* of wicket
> > >>> 2. Servlet API 3.0 as a minimum requirement
> > >>> 3. JavaEE 6 support for at least CDI
> > >>> 4. Proper OSGi support
> > >>> 5. Ajax refactoring to use JQuery and provide proper JQuery
> integration
> > in core
> > >>> 6. Shorter release cycle
> > >>>
> > >>> I +1000 #1 in my wish list, since then I'll be able to build releases
> > again.
> > >>>
> > >>> Regarding #6 I aim to release Wicket 6 final in December.
> > >>>
> > >>> Martijn
> > >>
> > >>
> > >
> > >
> > >
> > > --
> > > Martin Grigorov
> > > jWeekend
> > > Training, Consulting, Development
> > > http://jWeekend.com
> >
>

Reply via email to