GNU LESSER GENERAL PUBLIC LICENSE
Version 2.1, February 1999
Copyright (C) 1991, 1999 Free Software Foundation, Inc.
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
[This is the first released version of the Lesser GPL. It also counts
as the successor of the GNU Library Public License, version 2, hence
the version number 2.1.]
Preamble
The licenses for most software are designed to take away your
freedom to share and change it. By contrast, the GNU General Public
Licenses are intended to guarantee your freedom to share and change
free software--to make sure the software is free for all its users.
This license, the Lesser General Public License, applies to some
specially designated software packages--typically libraries--of the
Free Software Foundation and other authors who decide to use it. You
can use it too, but we suggest you first think carefully about whether
this license or the ordinary General Public License is the better
strategy to use in any particular case, based on the explanations below.
When we speak of free software, we are referring to freedom of use,
not price. Our General Public Licenses are designed to make sure that
you have the freedom to distribute copies of free software (and charge
for this service if you wish); that you receive source code or can get
it if you want it; that you can change the software and use pieces of
it in new free programs; and that you are informed that you can do
these things.
To protect your rights, we need to make restrictions that forbid
distributors to deny you these rights or to ask you to surrender these
rights. These restrictions translate to certain responsibilities for
you if you distribute copies of the library or if you modify it.
For example, if you distribute copies of the library, whether gratis
or for a fee, you must give the recipients all the rights that we gave
you. You must make sure that they, too, receive or can get the source
code. If you link other code with the library, you must provide
complete object files to the recipients, so that they can relink them
with the library after making changes to the library and recompiling
it. And you must show them these terms so they know their rights.
We protect your rights with a two-step method: (1) we copyright the
library, and (2) we offer you this license, which gives you legal
permission to copy, distribute and/or modify the library.
To protect each distributor, we want to make it very clear that
there is no warranty for the free library. Also, if the library is
modified by someone else and passed on, the recipients should know
that what they have is not the original version, so that the original
author's reputation will not be affected by problems that might be
introduced by others.
Finally, software patents pose a constant threat to the existence of
any free program. We wish to make sure that a company cannot
effectively restrict the users of a free program by obtaining a
restrictive license from a patent holder. Therefore, we insist that
any patent license obtained for a version of the library must be
consistent with the full freedom of use specified in this license.
Most GNU software, including some libraries, is covered by the
ordinary GNU General Public License. This license, the GNU Lesser
General Public License, applies to certain designated libraries, and
is quite different from the ordinary General Public License. We use
this license for certain libraries in order to permit linking those
libraries into non-free programs.
When a program is linked with a library, whether statically or using
a shared library, the combination of the two is legally speaking a
combined work, a derivative of the original library. The ordinary
General Public License therefore permits such linking only if the
entire combination fits its criteria of freedom. The Lesser General
Public License permits more lax criteria for linking other code with
the library.
We call this license the "Lesser" General Public License because it
does Less to protect the user's freedom than the ordinary General
Public License. It also provides other free software developers Less
of an advantage over competing non-free programs. These disadvantages
are the reason we use the ordinary General Public License for many
libraries. However, the Lesser license provides advantages in certain
special circumstances.
For example, on rare occasions, there may be a special need to
encourage the widest possible use of a certain library, so that it becomes
a de-facto standard. To achieve this, non-free programs must be
allowed to use the library. A more frequent case is that a free
library does the same job as widely used non-free libraries. In this
case, there is little to gain by limiting the free library to free
software only, so we use the Lesser General Public License.
In other cases, permission to use a particular library in non-free
programs enables a greater number of people to use a large body of
free software. For example, permission to use the GNU C Library in
non-free programs enables many more people to use the whole GNU
operating system, as well as its variant, the GNU/Linux operating
system.
Although the Lesser General Public License is Less protective of the
users' freedom, it does ensure that the user of a program that is
linked with the Library has the freedom and the wherewithal to run
that program using a modified version of the Library.
The precise terms and conditions for copying, distribution and
modification follow. Pay close attention to the difference between a
"work based on the library" and a "work that uses the library". The
former contains code derived from the library, whereas the latter must
be combined with the library in order to run.
GNU LESSER GENERAL PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. This License Agreement applies to any software library or other
program which contains a notice placed by the copyright holder or
other authorized party saying it may be distributed under the terms of
this Lesser General Public License (also called "this License").
Each licensee is addressed as "you".
A "library" means a collection of software functions and/or data
prepared so as to be conveniently linked with application programs
(which use some of those functions and data) to form executables.
The "Library", below, refers to any such software library or work
which has been distributed under these terms. A "work based on the
Library" means either the Library or any derivative work under
copyright law: that is to say, a work containing the Library or a
portion of it, either verbatim or with modifications and/or translated
straightforwardly into another language. (Hereinafter, translation is
included without limitation in the term "modification".)
"Source code" for a work means the preferred form of the work for
making modifications to it. For a library, complete source code means
all the source code for all modules it contains, plus any associated
interface definition files, plus the scripts used to control compilation
and installation of the library.
Activities other than copying, distribution and modification are not
covered by this License; they are outside its scope. The act of
running a program using the Library is not restricted, and output from
such a program is covered only if its contents constitute a work based
on the Library (independent of the use of the Library in a tool for
writing it). Whether that is true depends on what the Library does
and what the program that uses the Library does.
1. You may copy and distribute verbatim copies of the Library's
complete source code as you receive it, in any
JAVAEE 项目.zip
需积分: 0 155 浏览量
更新于2023-12-29
收藏 21.79MB ZIP 举报
【JAVAEE 项目.zip】是一个包含Java企业版(JAVAEE)开发项目的压缩包,它集成了多种技术,如Servlet、JSP、EJB、JPA、JMS等,用于构建分布式、多层的企业级应用程序。这个项目可能是一个完整的web应用,涵盖了从后端数据库处理到前端用户界面的所有组件。
在JAVAEE平台上,开发人员可以利用一系列标准API来构建可扩展且高度可靠的系统。以下是项目中可能涉及的一些核心知识点:
1. **Servlet**:Servlet是Java提供的一种服务器端编程接口,用于处理HTTP请求。在JAVAEE项目中,Servlet用于接收客户端请求,处理数据,然后返回响应。它们通常是无状态的,可以通过实现单例模式或在容器中配置来管理。
2. **JSP(JavaServer Pages)**:JSP是动态网页生成技术,允许将HTML代码与Java代码混合编写。JSP页面在服务器端被编译成Servlet,然后执行并返回HTML响应给浏览器。这使得开发者能够更专注于页面的视图部分,而将业务逻辑移至单独的Java类。
3. **EJB(Enterprise JavaBeans)**:EJB是JAVAEE中的组件模型,用于实现业务逻辑。它分为三种类型:Session Beans(负责处理单个用户会话),Message-driven Beans(用于处理JMS消息),以及Entity Beans(代表持久化的业务对象)。EJB提供了事务管理、安全性、生命周期管理和并发控制等服务。
4. **JPA(Java Persistence API)**:JPA是JAVAEE中用于对象关系映射的标准,简化了与数据库的交互。它允许开发者用面向对象的方式处理数据,而无需关心底层SQL语句。Hibernate是常见的JPA实现。
5. **JMS(Java Message Service)**:JMS是JAVAEE的消息传递API,用于在分布式环境中发送和接收消息。它可以实现异步通信,提高系统的可伸缩性和可靠性。
6. **MVC(Model-View-Controller)**:这是一种软件设计模式,常用于web应用开发。在这个架构中,Model代表数据模型,View负责显示数据,Controller处理用户交互并更新模型。
7. **JNDI(Java Naming and Directory Interface)**:JNDI是JAVAEE的一部分,提供了查找和绑定资源(如EJB、数据源等)的接口。它允许应用程序在运行时动态地发现和访问服务。
8. **JTA(Java Transaction API)**:JTA用于管理分布式事务,确保在多个操作之间的一致性。在JAVAEE环境中,容器负责事务的协调。
9. **JAF(JavaBeans Activation Framework)**:JAF用于处理和识别MIME类型的对象,通常在处理电子邮件或数据交换时使用。
10. **JAX-RS(Java API for RESTful Web Services)**:JAX-RS是创建RESTful web服务的Java规范,使得构建基于HTTP协议的服务变得更加简单。
此JAVAEE项目可能还包括使用Spring框架进行依赖注入和AOP(面向切面编程),以及使用Maven或Gradle作为构建工具。开发者可能还利用了HTML5、CSS3和JavaScript(例如jQuery、AngularJS或React)来构建富客户端界面。此外,项目可能采用了MySQL、Oracle或其他数据库管理系统作为后端存储,以及使用Log4j或SLF4J进行日志记录。JAVAEE项目是一个综合性的工程,涉及众多技术和组件,旨在提供高效、健壮的企业级解决方案。

zero2100
- 粉丝: 178
最新资源
- Java基础入门课后习题与答案.doc
- 基于单片机的数字电压表设计(1).doc
- RAPTOR流程图编程演示文稿(1).ppt
- 电脑网络公司商业计划书.doc
- 军用仿真(软件)行业市场分析报告2024年(1).pptx
- “村村通”综合远程网络监控及数据服务系统.docx
- MATLAB潮流计算仿真设计.doc
- 常用数学软件及其应用.ppt
- 学生成绩管理系统c语言代码(2).doc
- 2023年linux题库选择及答案.doc
- 关于应用XBRL推进会计信息化建设研究(1).docx
- 2211循环结构程序设计-循环结构程序设计-实验项目.docx
- Photoshop的读书心得.doc
- 2023年自动化检测设备行业分析报告及未来五至十年行业发展报告.docx
- 大数据时代高职大学英语专业建设探析优秀科研论文报告.docx
- 【推荐下载】抢占工业物联网市场-Wind-River锁定四大领域(1).pdf