Remove outdated UML / Fix image URL / etc

* Instead of UML diagrams, we will focus on netty-book project
* We are moving to SLF4J so we don't need jboss-beans.xml
This commit is contained in:
Trustin Lee 2011-12-09 13:52:46 +09:00
parent 59f39cae75
commit 7f25d9d81a
3 changed files with 1 additions and 6766 deletions

File diff suppressed because it is too large Load Diff

View File

@ -18,7 +18,7 @@
<title>The Netty Project API Reference</title>
</head>
<body>
<div style="text-align: center;"><img src="http://docs.jboss.org/netty/3.2/guide/html/images/architecture.png"></div>
<div style="text-align: center;"><img src="http://netty.io/images/architecture.png"></div>
<p style="text-align: justify;"><a href="http://netty.io/" target="_top"><em>The Netty project</em></a> is an effort to provide an asynchronous event-driven network application framework and tools for rapid development of maintainable high performance and high scalability protocol servers and clients&#46; In other words, Netty is a NIO client server framework which enables quick and easy development of network applications such as protocol servers and clients&#46; It greatly simplifies and streamlines network programming such as TCP/IP socket server&#46;</p>
</body>
</html>

View File

@ -1,24 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
* Copyright 2009 Red Hat, Inc.
*
* Red Hat 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.
-->
<deployment xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="urn:jboss:bean-deployer bean-deployer_2_0.xsd"
xmlns="urn:jboss:bean-deployer:2.0">
<bean name="io.netty.internal.LoggerConfigurator"
class="io.netty.container.microcontainer.NettyLoggerConfigurator" />
</deployment>