<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
    xmlns:wicket="http://wicket.apache.org" xml:lang="en" lang="en">
    <head>
        <title>Wicket Examples - Context, Dependencies, and Injection Integration</title>
    </head>
    <body>
        <wicket:extend>

        <h2>Welcome to Context, Dependencies, and Injection Integration Examples</h2>

        <p><wicket:link><a href="CdiHomePage.html">[go back]</a></wicket:link></p>
    
        <wicket:child/>
    </wicket:extend>
</body>
</html>