apache wicket

Sdílet
Vložit
  • čas přidán 27. 08. 2024
  • by Martijn Dashorts
    Apache Wicket is a component oriented Java web framework. With proper mark-up/logic separation, a POJO data model, and a refreshing lack of XML, Wicket makes developing web-apps simple and enjoyable again.
    This talk provides a short introduction to the framework's concepts: components, behaviors and models. We'll take a short look at integrating with Spring and integrating with JQuery. For the test infected we'll cover testing your web pages with Wicket's internal test framework. But most importantly we'll take a look at the new Wicket release 1.5 and see what has changed for the better and worse
    FOSDEM (Free and Open Source Development European Meeting) is a European event centered around Free and Open Source software development. It is aimed at developers and all interested in the Free and Open Source news in the world. Its goals are to enable developers to meet and to promote the awareness and use of free and open source software. More info at fosdem.org

Komentáře • 3

  • @jimenezsoftvideos
    @jimenezsoftvideos Před 11 lety +1

    Excelent, i love the way he present the new advantage of version 1.5

  • @TheCoastpear
    @TheCoastpear Před 12 lety

    this question must seem a little dummy...but here it goes, how do you debug onSubmit()...onClick() events?? I run star.java in debug mode, but when i click in a certain component that has an onSubmit() method, i can't hit the breakpoint... can you somebody help?!

  • @tvbNEWSreporter
    @tvbNEWSreporter Před 13 lety

    hw should give us link on the api conversion or sample how to write IPTV stuff -- too superficial without samples or anything for us to copy and apply