Skip to content

Commit 7dd5d74

Browse files
committed
update j2ee
1 parent 66a2d9b commit 7dd5d74

File tree

1 file changed

+26
-44
lines changed

1 file changed

+26
-44
lines changed

J2EE学习之路.md

Lines changed: 26 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
* Lifetimes of cryptographic hash functions: http://valerieaurora.org/hash.html
5959

6060

61-
# Eclipse
61+
# Eclipse
6262

6363
* Eclipse的项目地址:http://www.eclipse.org/
6464
* Eclipse MarketPlace地址:http://marketplace.eclipse.org/
@@ -105,15 +105,15 @@
105105

106106
# eclipse-rbe
107107

108-
Eclipse plugin for editing Java resource bundles. Lets you manage all localized .properties files in one screen. Some features: sorted keys, warning icons on missing keys/values, conversion to/from Unicode, hierarchical view of keys, and more.
108+
Eclipse plugin for editing Java resource bundles. Lets you manage all localized .properties files in one screen. Some features: sorted keys, warning icons on missing keys/values, conversion to/from Unicode, hierarchical view of keys, and more.
109109

110110
* https://github.com/essiembre/eclipse-rbe
111111

112112

113113
# FileSync
114114

115115
FileSync plugin for Eclipse is a file synchronisation tool. The main goal is to keep files outside of Eclipse projects in-sync with Eclipse project files. The plugin works as builder in Eclipse and will synchronize all changes on Eclipse project files to mapped external folders. E.g. if a file is created, changed or deleted in Eclipse, then the mapped (external) file will be created, changed or deleted too. Please note, that synchronization works is only in one direction - from Eclipse to the rest of the world.
116-
116+
117117
* http://andrei.gmxhome.de/filesync/
118118

119119
# Apache IvyDE
@@ -152,16 +152,6 @@
152152
* 项目地址:http://sourceforge.net/projects/dandelion-ecl/
153153

154154

155-
# Matclipse
156-
157-
* 使用教程:http://undocumentedmatlab.com/blog/matclipse-eclipse-matlab-interface
158-
159-
160-
# Octclipse
161-
162-
* 项目地址:http://sourceforge.net/projects/octclipse/
163-
164-
165155
# asmplugin
166156

167157
* 项目地址:http://sourceforge.net/projects/asmplugin/
@@ -197,25 +187,22 @@
197187
# Jenkins
198188

199189
用Java编写的一个开源持续集成工具。项目是在和Oracle发生争执后的来自于Hudson 的分支。
200-
190+
201191
* https://jenkins-ci.org/
202192

203193

204194
# Atlassian Bamboo
205195

206196
持续集成和交付工具,它将自动化构建、测试和发布捆绑到单个流程中。
207-
197+
208198
* https://www.atlassian.com/software/bamboo/
209199

210200

211201
# TeamCity
212202

213203
来自于JetBrains的一个基于Java构建的管理和持续集成服务器。
214-
215-
* https://www.jetbrains.com/teamcity/
216-
217204

218-
#
205+
* https://www.jetbrains.com/teamcity/
219206

220207

221208
# JUnit
@@ -288,7 +275,7 @@
288275
# Log4E
289276

290277
Log4E is an Eclipse Plugin which helps you to use your logger easily in Java Projects.The Plugin Log4E is not bound to any special logging framework. Thus you might be able to adapt to your own logger by defining your own templates using the preferences. It has active support for Log4j, Log4j 2, SLF4J, Commons Logging and JDK 1.4 logging.
291-
278+
292279
* http://log4e.jayefem.de/
293280

294281

@@ -319,12 +306,6 @@
319306
* OGNL:http://commons.apache.org/proper/commons-ognl/
320307

321308

322-
# TeXlipse
323-
324-
* 项目地址:http://texlipse.sourceforge.net/
325-
* 下载地址:http://sourceforge.net/projects/texlipse/
326-
327-
328309
# Maven and M2Eclipse
329310

330311
* Maven项目地址:http://maven.apache.org/
@@ -360,19 +341,19 @@
360341

361342
命令使用方法:首先进入到相应的pom.xml目录中,然后执行以上命令。第一个命令尝试下载在pom.xml中依赖的文件的源代码。第二个命令尝试下载对应的javadocs。但是有可能一些文件没有源代码或者javadocs。也可以通过配置文件添加,打开maven配置文件 setting.xml文件(.../.m2/settings.xml) 增加如下配置:
362343
```
363-
<profiles>
364-
<profile>
365-
<id>downloadSources</id>
366-
<properties>
367-
<downloadSources>true</downloadSources>
368-
<downloadJavadocs>true</downloadJavadocs>
344+
<profiles>
345+
<profile>
346+
<id>downloadSources</id>
347+
<properties>
348+
<downloadSources>true</downloadSources>
349+
<downloadJavadocs>true</downloadJavadocs>
369350
</properties>
370351
</profile>
371352
</profiles>
372353
373-
<activeProfiles>
354+
<activeProfiles>
374355
<activeProfile>downloadSources</activeProfile>
375-
</activeProfiles>
356+
</activeProfiles>
376357
```
377358

378359
配置eclipse
@@ -434,12 +415,12 @@ maven中如何生成javadoc
434415

435416
mvn javadoc:javadoc
436417

437-
418+
438419

439420
# Gradle
440421

441422
一个开源的自动化构建系统,建立在Apache Ant和Maven Apache概念的基础上,并引入了基于Groovy的特定领域语言(DSL),而不是使用Apache Maven宣布的项目配置XML形式。
442-
423+
443424
* http://gradle.org/
444425

445426

@@ -452,12 +433,12 @@ mvn javadoc:javadoc
452433
# Ivy
453434

454435
Apache Ant项目的一个子项目,一个可传递的依赖项管理器。
455-
436+
456437
* http://ant.apache.org/ivy/
457438

458439

459440
# Eclipse Color Themes
460-
441+
461442
* 项目地址:http://eclipsecolorthemes.org/
462443

463444

@@ -572,7 +553,7 @@ mvn javadoc:javadoc
572553
# Structure101
573554

574555
Structure101 is an agile architecture development environment (ADE) that lets the software development team organize a codebase.
575-
556+
576557
* http://structure101.com/
577558

578559
# inFusion
@@ -602,14 +583,14 @@ mvn javadoc:javadoc
602583

603584
* 项目地址:http://checkstyle.sourceforge.net/
604585
* Eclipse Checkstyle plug-in: https://sourceforge.net/projects/eclipse-cs/
605-
* Checkclipse: https://sourceforge.net/projects/checkclipse/
586+
* Checkclipse: https://sourceforge.net/projects/checkclipse/
606587

607588

608589
## CCT
609590

610591
代码规模统计工具CCT是根据华为公司的项目特点而开发的软件规模统计工具;它既可以统计指定版本的非空非注释行,也可以通过比较当前版本和基础版本,计算新增修改规模得到增强项目的规模。CCT通过辨认不同的扩展名支持对多种语言的规模统计,包括C,C++,JAVA,DELPHI,汇编(ASM),SQL,JSP,ASP,HTML和TXT等文件。
611592

612-
593+
613594
# EJ-Technologies一家(收费)
614595

615596
* 公司网址:http://www.ej-technologies.com/index.html
@@ -731,7 +712,7 @@ JavaDoc: https://storm.apache.org/javadoc/apidocs/index.html
731712
* Struts2中的零配置与CoC(Convention over Configration): http://andlu.iteye.com/blog/112675
732713
* struts2采用convention-plugin实现零配置: http://javeye.iteye.com/blog/358744
733714
* 改写Restful2ActionMapper让Struts2支持REST风格的URL映射: http://andlu.iteye.com/blog/110934
734-
715+
735716

736717
## Spring
737718

@@ -754,7 +735,7 @@ JavaDoc: https://storm.apache.org/javadoc/apidocs/index.html
754735
* 源码:
755736
* 匿名可访问地址 http://anonsvn.jboss.org/repos/hibernate
756737
* 开发者访问地址 http://svn.jboss.org/repos/hibernate
757-
738+
758739
* hibernator:https://sourceforge.net/projects/hibernator/
759740

760741

@@ -806,7 +787,8 @@ JavaDoc: https://storm.apache.org/javadoc/apidocs/index.html
806787

807788
# JACOB
808789

809-
* 官网:http://danadler.com/jacob/
790+
* old:http://danadler.com/jacob/
791+
* new:https://sourceforge.net/projects/jacob-project/
810792
* Java操作Microsoft Word之jacob: http://xiaoduan.blog.51cto.com/502137/136692/
811793
* 浅析JACOB: http://www.blogjava.net/lusm/archive/2008/11/22/jacob.html
812794
* JACOB的语法: http://www.bitscn.com/pdb/java/200904/161117.html

0 commit comments

Comments
 (0)