blob: bce3150b9f3b9e451e7e126cc11671731ea3e3c7 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache License, Version 2.0 (the
"License"); you may not use this file except in compliance
with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing,
software distributed under the License is distributed on an
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
KIND, either express or implied. See the License for the
specific language governing permissions and limitations
under the License.
-->
<html lang="en">
<head>
<meta charset="utf-8">
<title>Index</title>
<meta name="description" content="Apache Wink -- Index">
<meta name="author" content="dev@wink.apache.org">
<META http-equiv="Content-Type" content="text/html;charset=UTF-8" />
<META name="Keywords" content="Apache Wink JSR-237 REST JavaEE6" />
<META name="Owner" content="dev@wink.apache.org" />
<META name="Robots" content="index, follow" />
<META name="Security" content="Public" />
<META name="DC.Rights" content="Copyright &copy; 2009-2013, The Apache Software Foundation" />
<!-- Le HTML5 shim, for IE6-8 support of HTML elements -->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!-- Le styles -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="assets/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/bootstrap/css/bootstrap-responsive.min.css" rel="stylesheet">
<style type="text/css">
body {
padding-top: 60px;
padding-bottom: 40px;
}
</style>
<!-- Le fav and touch icons -->
<link rel="shortcut icon" href="images/wink.png">
<link rel="shortcut icon" href="images/favicon.ico">
<link rel="apple-touch-icon" href="images/apple-touch-icon-iphone.png" />
<link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-ipad.png" />
<link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-iphone-retina.png" />
<link rel="apple-touch-icon" sizes="144x144" href="images/apple-touch-icon-ipad-retina.png" />
</head>
<body>
<div class="navbar navbar-inverse navbar-fixed-top">
<div class="navbar-inner fill">
<div class="container">
<!--<a class="brand" href="index.html"><img src="images/favicon.ico" width="15%" height="15%"/></a>-->
<ul class="nav">
<li class="active"><a href="index.html">Home</a></li>
<li class="active"><a href="news.html">News</a></li>
<li class="active"><a href="downloads.html">Downloads</a></li>
<li class="active"><a href="documentation.html">Documentation</a></li>
<li class="active"><a href="community.html">Community</a></li>
<li class="active"><a href="source.html">Source</a></li>
<li class="active"><a href="faq.html">FAQ</a></li>
<li class="active"><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
<li class="active"><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
<li class="active"><a href="privacy.html">Privacy</a></li>
</ul>
<!-- Google CSE Search Box Begins -->
<FORM class="navbar-form pull-right" id="searchbox_007756850371322559056:un2ixevjhis" action="http://www.google.com/cse">
<INPUT type="hidden" name="cx" value="007756850371322559056:un2ixevjhis">
<INPUT type="hidden" name="cof" value="FORID:0">
<INPUT name="q" type="text" placeholder="Search">
</FORM>
<!--<SCRIPT type="text/javascript" src="http://www.google.com/coop/cse/brand?form=searchbox_007756850371322559056:un2ixevjhis"></SCRIPT>-->
<!-- Google CSE Search Box Ends -->
</div><!--/container -->
</div><!--/navbar-inner -->
</div><!--/navbar -->
<div class="container" id="content">
<!-- Main hero unit for a primary marketing message or call to action -->
<div class="hero-unit">
<h1>Apache Wink</h1>
<div class="row">
<div class="span8">
Apache Wink is a simple yet solid framework for building RESTful Web services. It is comprised of a Server module and a Client module for developing and consuming RESTful Web services.
</div>
</br>
<div class="span4">
<a class="btn btn-large btn-block btn-primary" href="downloads.html">Download Wink 1.3.0 &raquo;</a>
</div>
</div>
</div>
<div class="row">
<div class="span6">
<h2>Apache Wink Server</h2>
<p>The Wink Server module is a complete implementation of the JAX-RS v1.1 specification. On top of this implementation, the Wink Server module provides a set of additional features that were designed to facilitate the development of RESTful Web services.</p>
</div>
<div class="span6">
<h2>Apache Wink Client</h2>
<p>The Wink Client module is a Java based framework that provides functionality for communicating with RESTful Web services. The framework is built on top of the JDK HttpURLConnection and adds essential features that facilitate the development of such client applications. </p>
</div>
</div>
</div> <!-- /container/content -->
<hr>
<div class="container">
<footer>
<div class="xright">
Copyright &copy; 2009-2013 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.Licensed under <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License 2.0</a>.</br>
Apache and the Apache feather logo are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.</br>
</p>
</footer>
</div> <!-- /container/footer -->
<!-- Le javascript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<script src="assets/jquery/jquery-1.9.1.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
</body>
</html>