-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresources.html
65 lines (61 loc) · 2.86 KB
/
resources.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1" />
<meta name="Description" content="Behavior driven development (BDD) framework for Java" />
<meta name="Keywords" content="bdd, behaviour driven development, behavior driven development, tdd, test driven design" />
<meta name="Copyright" content="Christina Chun" />
<meta name="Designed By" content="ChristinaChun.com" />
<meta name="Language" content="English" />
<title>JDave</title>
<style type="text/css" title="layout" media="screen"> @import url("gg.css"); </style>
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
<script type="text/javascript">
_uacct = "UA-832056-1";
_udn="none";
_ulink=1;
urchinTracker();
</script>
</head>
<body>
<div id="container">
<div id="header"><div class="headerText">JDave</div>
<div class="center"><b class="menu"><a href="index.html">About</a> |
<a href="examples.html">Examples</a> | <a href="usage.html">Usage</a> |
<a href="documentation.html">Documentation</a> |
<a href="modules.html">Modules</a> |
<a href="screenshots.html">Screenshots</a> |
<a href="resources.html">Resources</a></b></div>
</div>
<div id="content">
<div id="bodytext">
<h1 class="title">Resources</h1>
<div></div>
<ul>
<li><a href="https://github.com/downloads">Downloads</a></li>
<li><a href="https://github.com/jdave/JDave">Github</a></li>
<li>git: git://github.com/jdave/JDave.git</li>
<li>IRC: irc.freenode.net #laughingpanda</li>
<li><a href="http://www.apache.org/licenses/LICENSE-2.0">LICENSE</a></li>
</ul>
<h2>Articles, blogs, ...</h2>
<ul>
<li><a href="bdd-wicket/">Behavior-Driving Your Apache Wicket Application</a></li>
<li><a href="http://blog.rodcoffin.com/?p=119">Hello, Dave</a></li>
<li><a href="http://blog.miau.biz/2008/02/jdave-wicket-cookbookery.html">JDave + Wicket cookbookery</a></li>
<li><a href="http://blog.miau.biz/2007/09/unfinalizing-in-jdave.html">Unfinalizing in JDave</a></li>
<li><a href="http://www.javaeye.com/news/431">JDave - (in Japanese)</a></li>
<li><a href="http://karamemed.blogspot.com/2007/04/jdave.html">JDave - (in Turkish)</a></li>
</ul>
<p><br/></p>
<p style="text-align: center; clear: both;" class="separator"><a style="border: 0pt none ; background-color: transparent; clear: left; margin-bottom: 1em; float: left; margin-right: 1em;" href="http://www.laughingpanda.org" imageanchor="1"><img src="images/panda-logo-small.png" style="border: 0pt none ;" height="140" width="140"/></a>
</p>
</div>
</div>
</div>
<div class="footer">
<div>Copyright © 2007 JDave developers</div>
<div>Designed By <a href="http://www.christinachun.com" title="Christina Chun - Digital Artist & Web Developer">Christina Chun</a> © 2006 </div>
</div>
</body>
</html>