This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
<a href="net.html" class="btn">Net 组件</a>
|
||||
<a href="watch.html" class="btn">Watch 组件</a>
|
||||
<a href="articles.html" class="btn">技术文章</a>
|
||||
<a href="code.html" class="btn">Java 源码</a>
|
||||
<a href="plugins.html" class="btn">Redkale 插件</a>
|
||||
</section>
|
||||
|
||||
<section class="main-content">
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
<a href="net.html" class="btn">Net 组件</a>
|
||||
<a href="watch.html" class="btn">Watch 组件</a>
|
||||
<a href="articles.html" class="btn">技术文章</a>
|
||||
<a href="code.html" class="btn">Java 源码</a>
|
||||
<a href="plugins.html" class="btn">Redkale 插件</a>
|
||||
</section>
|
||||
|
||||
<section class="main-content">
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
<a href="net.html" class="btn">Net 组件</a>
|
||||
<a href="watch.html" class="btn">Watch 组件</a>
|
||||
<a href="articles.html" class="btn">技术文章</a>
|
||||
<a href="code.html" class="btn">Java 源码</a>
|
||||
<a href="plugins.html" class="btn">Redkale 插件</a>
|
||||
</section>
|
||||
|
||||
<section class="main-content">
|
||||
|
||||
@@ -19,15 +19,15 @@
|
||||
<a href="net.html" class="btn">Net 组件</a>
|
||||
<a href="watch.html" class="btn">Watch 组件</a>
|
||||
<a href="articles.html" class="btn">技术文章</a>
|
||||
<a href="code.html" class="btn">Java 源码</a>
|
||||
<a href="plugins.html" class="btn">Redkale 插件</a>
|
||||
</section>
|
||||
|
||||
<section class="main-content">
|
||||
|
||||
<p class="art-list">
|
||||
<a href="article_parents.html" target="_blank" class="art-title">Redkale 技术详解 01 -- 双亲委托模型</a>
|
||||
<label class="art-date">2016-02</label><br/>
|
||||
<label class="art-desc">Redkale 里大量使用了双亲委托模型,序列化的ConvertFactory、依赖注入的ResourceFactory、服务管理的WatchFactory均采用双亲委托模型。</label>
|
||||
<a href="article_convert.html" target="_blank" class="art-title">Redkale 技术详解 03 -- Convert高性能序列化</a>
|
||||
<label class="art-date">2016-03</label><br/>
|
||||
<label class="art-desc">Convert是个重复造轮子的组件,却是个飞速的轮子。</label>
|
||||
</p>
|
||||
|
||||
<p class="art-list">
|
||||
@@ -37,12 +37,11 @@
|
||||
</p>
|
||||
|
||||
<p class="art-list">
|
||||
<a href="article_convert.html" target="_blank" class="art-title">Redkale 技术详解 03 -- Convert高性能序列化</a>
|
||||
<label class="art-date">2016-03</label><br/>
|
||||
<label class="art-desc">Convert是个重复造轮子的组件,却是个飞速的轮子。</label>
|
||||
<a href="article_parents.html" target="_blank" class="art-title">Redkale 技术详解 01 -- 双亲委托模型</a>
|
||||
<label class="art-date">2016-02</label><br/>
|
||||
<label class="art-desc">Redkale 里大量使用了双亲委托模型,序列化的ConvertFactory、依赖注入的ResourceFactory、服务管理的WatchFactory均采用双亲委托模型。</label>
|
||||
</p>
|
||||
|
||||
|
||||
<br/>
|
||||
<footer class="site-footer">
|
||||
<span class="site-footer-owner"> 欢迎加入Redkale QQ群: 527523235</span>
|
||||
|
||||
@@ -22,7 +22,7 @@
|
||||
<a href="net.html" class="btn">Net 组件</a>
|
||||
<a href="watch.html" class="btn">Watch 组件</a>
|
||||
<a href="articles.html" class="btn">技术文章</a>
|
||||
<a href="code.html" class="btn">Java 源码</a>
|
||||
<a href="plugins.html" class="btn">Redkale 插件</a>
|
||||
</section>
|
||||
|
||||
<section class="main-content">
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
<a href="net.html" class="btn">Net 组件</a>
|
||||
<a href="watch.html" class="btn">Watch 组件</a>
|
||||
<a href="articles.html" class="btn">技术文章</a>
|
||||
<a href="code.html" class="btn">Java 源码</a>
|
||||
<a href="plugins.html" class="btn">Redkale 插件</a>
|
||||
</section>
|
||||
|
||||
<section class="main-content">
|
||||
@@ -61,6 +61,11 @@
|
||||
|
||||
<p> Redkale提供DataSource类对数据层进行操作,其功能类似JPA+Memcached。最大程度的简化数据层的操作,免去SQL/JPQL语句的编写。同时提供过滤查询与JavaBean的结合、读写分离、数据库热切换、本地/远程部署、进程间缓存自动同步等功能。</p>
|
||||
|
||||
<h3><a id="redkale_code" class="anchor" href="#" aria-hidden="true"></a>Java 源码</h3>
|
||||
<p> <a href="https://github.com/redkale" target="_blank" >Github 源码 https://github.com/redkale</a><br/>
|
||||
<br/>
|
||||
<a href="javadoc/index.html" target="_blank" >在线 Javadoc API</a></p>
|
||||
|
||||
<br/>
|
||||
<p> Redkale官网: <a href="http://redkale.org" target="_blank"><b>http://redkale.org</b></a></p>
|
||||
|
||||
|
||||
2
net.html
2
net.html
@@ -19,7 +19,7 @@
|
||||
<a href="net.html" class="btn">Net 组件</a>
|
||||
<a href="watch.html" class="btn">Watch 组件</a>
|
||||
<a href="articles.html" class="btn">技术文章</a>
|
||||
<a href="code.html" class="btn">Java 源码</a>
|
||||
<a href="plugins.html" class="btn">Redkale 插件</a>
|
||||
</section>
|
||||
|
||||
<section class="main-content">
|
||||
|
||||
47
plugin_pay.html
Normal file
47
plugin_pay.html
Normal file
@@ -0,0 +1,47 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Redkale(红菜苔)--基于Java 8全新的微服务开源框架 - Redkale官网</title>
|
||||
<meta name="keywords" content="Redkale,redkale,java,微服务,架构"/>
|
||||
<meta name="description" content="Redkale(红菜苔)是基于Java 8全新的微服务开源框架"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
|
||||
</head>
|
||||
<body>
|
||||
<section class="page-header">
|
||||
<a href="index.html" class="project-name">Redkale</a>
|
||||
<h2 class="project-tagline"></h2>
|
||||
<a href="redkale.html" class="btn">Redkale 入门</a>
|
||||
<a href="convert.html" class="btn">Convert 组件</a>
|
||||
<a href="service.html" class="btn">Service 组件</a>
|
||||
<a href="source.html" class="btn">Source 组件</a>
|
||||
<a href="net.html" class="btn">Net 组件</a>
|
||||
<a href="watch.html" class="btn">Watch 组件</a>
|
||||
<a href="articles.html" class="btn">技术文章</a>
|
||||
<a href="plugins.html" class="btn">Redkale 插件</a>
|
||||
</section>
|
||||
|
||||
<section class="main-content">
|
||||
<h3><a class="anchor" aria-hidden="true"></a>支付插件介绍</h3>
|
||||
|
||||
<p>敬请期待…… <br/>
|
||||
</p>
|
||||
|
||||
<footer class="site-footer">
|
||||
<span class="site-footer-owner"> 欢迎加入Redkale QQ群: 527523235</span>
|
||||
</footer>
|
||||
|
||||
</section>
|
||||
|
||||
<script>
|
||||
var _hmt = _hmt || [];
|
||||
(function () {
|
||||
var hm = document.createElement("script");
|
||||
hm.src = "//hm.baidu.com/hm.js?b4e05d7de8b5f3401dd93e3c6b35ffa5";
|
||||
var s = document.getElementsByTagName("script")[0];
|
||||
s.parentNode.insertBefore(hm, s);
|
||||
})();
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
47
plugin_rest.html
Normal file
47
plugin_rest.html
Normal file
@@ -0,0 +1,47 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Redkale(红菜苔)--基于Java 8全新的微服务开源框架 - Redkale官网</title>
|
||||
<meta name="keywords" content="Redkale,redkale,java,微服务,架构"/>
|
||||
<meta name="description" content="Redkale(红菜苔)是基于Java 8全新的微服务开源框架"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
|
||||
</head>
|
||||
<body>
|
||||
<section class="page-header">
|
||||
<a href="index.html" class="project-name">Redkale</a>
|
||||
<h2 class="project-tagline"></h2>
|
||||
<a href="redkale.html" class="btn">Redkale 入门</a>
|
||||
<a href="convert.html" class="btn">Convert 组件</a>
|
||||
<a href="service.html" class="btn">Service 组件</a>
|
||||
<a href="source.html" class="btn">Source 组件</a>
|
||||
<a href="net.html" class="btn">Net 组件</a>
|
||||
<a href="watch.html" class="btn">Watch 组件</a>
|
||||
<a href="articles.html" class="btn">技术文章</a>
|
||||
<a href="plugins.html" class="btn">Redkale 插件</a>
|
||||
</section>
|
||||
|
||||
<section class="main-content">
|
||||
<h3><a class="anchor" aria-hidden="true"></a>REST插件介绍</h3>
|
||||
|
||||
<p>敬请期待…… <br/>
|
||||
</p>
|
||||
|
||||
<footer class="site-footer">
|
||||
<span class="site-footer-owner"> 欢迎加入Redkale QQ群: 527523235</span>
|
||||
</footer>
|
||||
|
||||
</section>
|
||||
|
||||
<script>
|
||||
var _hmt = _hmt || [];
|
||||
(function () {
|
||||
var hm = document.createElement("script");
|
||||
hm.src = "//hm.baidu.com/hm.js?b4e05d7de8b5f3401dd93e3c6b35ffa5";
|
||||
var s = document.getElementsByTagName("script")[0];
|
||||
s.parentNode.insertBefore(hm, s);
|
||||
})();
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
57
plugins.html
Normal file
57
plugins.html
Normal file
@@ -0,0 +1,57 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-us">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Redkale(红菜苔)--基于Java 8全新的微服务开源框架 - Redkale官网</title>
|
||||
<meta name="keywords" content="Redkale,redkale,java,微服务,架构"/>
|
||||
<meta name="description" content="Redkale(红菜苔)是基于Java 8全新的微服务开源框架"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
|
||||
</head>
|
||||
<body>
|
||||
<section class="page-header">
|
||||
<a href="index.html" class="project-name">Redkale</a>
|
||||
<h2 class="project-tagline"></h2>
|
||||
<a href="redkale.html" class="btn">Redkale 入门</a>
|
||||
<a href="convert.html" class="btn">Convert 组件</a>
|
||||
<a href="service.html" class="btn">Service 组件</a>
|
||||
<a href="source.html" class="btn">Source 组件</a>
|
||||
<a href="net.html" class="btn">Net 组件</a>
|
||||
<a href="watch.html" class="btn">Watch 组件</a>
|
||||
<a href="articles.html" class="btn">技术文章</a>
|
||||
<a href="plugins.html" class="btn">Redkale 插件</a>
|
||||
</section>
|
||||
|
||||
<section class="main-content">
|
||||
|
||||
<h3><a id="plugins_intro" class="anchor" href="#" aria-hidden="true"></a>Redkale 插件介绍</h3>
|
||||
|
||||
<p> <a href="https://github.com/redkale/redkale-plugins/releases" target="_blank">org.redkalex</a> 是官方插件的根包名。 <a href="https://github.com/redkale/redkale-plugins" target="_blank">redkale-plugins</a> 提供了一些常用的插件。<br/></p>
|
||||
|
||||
<h3><a href="plugin_rest.html" target="_blank" class="anchor">REST插件</a></h3>
|
||||
|
||||
<p> <a href="https://github.com/redkale/redkale-plugins/tree/master/src/org/redkalex/rest" target="_blank">org.redkalex.rest</a>
|
||||
包提供 <a href="plugin_rest.html" target="_blank">RESTful API</a>,便于敏捷开发, <a href="plugin_rest.html" target="_blank">详情点击这里</a>。</p>
|
||||
|
||||
<h3><a href="plugin_pay.html" target="_blank" class="anchor">支付插件</a></h3>
|
||||
|
||||
<p> <a href="https://github.com/redkale/redkale-plugins/tree/master/src/org/redkalex/pay" target="_blank">org.redkalex.pay</a>
|
||||
包提供微信、支付宝、银联等支付实现,<a href="plugin_pay.html" target="_blank">详情点击这里</a>。</p>
|
||||
|
||||
<footer class="site-footer">
|
||||
<span class="site-footer-owner"> 欢迎加入Redkale QQ群: 527523235</span>
|
||||
</footer>
|
||||
|
||||
</section>
|
||||
|
||||
<script>
|
||||
var _hmt = _hmt || [];
|
||||
(function () {
|
||||
var hm = document.createElement("script");
|
||||
hm.src = "//hm.baidu.com/hm.js?b4e05d7de8b5f3401dd93e3c6b35ffa5";
|
||||
var s = document.getElementsByTagName("script")[0];
|
||||
s.parentNode.insertBefore(hm, s);
|
||||
})();
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
@@ -19,7 +19,7 @@
|
||||
<a href="net.html" class="btn">Net 组件</a>
|
||||
<a href="watch.html" class="btn">Watch 组件</a>
|
||||
<a href="articles.html" class="btn">技术文章</a>
|
||||
<a href="code.html" class="btn">Java 源码</a>
|
||||
<a href="plugins.html" class="btn">Redkale 插件</a>
|
||||
</section>
|
||||
|
||||
<section class="main-content">
|
||||
@@ -34,6 +34,9 @@
|
||||
6、ResourceFactory提供轻量级的依赖注入功能, 类似Google Guice。 <br/>
|
||||
</p>
|
||||
|
||||
<h3><a id="redkale_code" class="anchor" href="#" aria-hidden="true"></a>Java 源码</h3>
|
||||
<p> <a href="https://github.com/redkale" target="_blank" >Github 源码 https://github.com/redkale</a></p>
|
||||
|
||||
<h3><a id="redkale_server" class="anchor" href="#" aria-hidden="true"></a>Redkale 服务器</h3>
|
||||
<p> Redkale作为服务器的目录如下: <br/>
|
||||
<b>bin</b> : 存放启动关闭脚本(start.sh、shutdown.sh、start.bat、shutdown.bat) <br/>
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
<a href="net.html" class="btn">Net 组件</a>
|
||||
<a href="watch.html" class="btn">Watch 组件</a>
|
||||
<a href="articles.html" class="btn">技术文章</a>
|
||||
<a href="code.html" class="btn">Java 源码</a>
|
||||
<a href="plugins.html" class="btn">Redkale 插件</a>
|
||||
</section>
|
||||
|
||||
<section class="main-content">
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
<a href="net.html" class="btn">Net 组件</a>
|
||||
<a href="watch.html" class="btn">Watch 组件</a>
|
||||
<a href="articles.html" class="btn">技术文章</a>
|
||||
<a href="code.html" class="btn">Java 源码</a>
|
||||
<a href="plugins.html" class="btn">Redkale 插件</a>
|
||||
</section>
|
||||
|
||||
<section class="main-content">
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
<a href="net.html" class="btn">Net 组件</a>
|
||||
<a href="watch.html" class="btn">Watch 组件</a>
|
||||
<a href="articles.html" class="btn">技术文章</a>
|
||||
<a href="code.html" class="btn">Java 源码</a>
|
||||
<a href="plugins.html" class="btn">Redkale 插件</a>
|
||||
</section>
|
||||
|
||||
<section class="main-content">
|
||||
|
||||
Reference in New Issue
Block a user