- 浏览: 269310 次
- 性别:
- 来自: 新乡
文章分类
- 全部博客 (227)
- servciemix (10)
- db (18)
- javaTools (4)
- hibernate (31)
- web (3)
- spring (14)
- design pattern (4)
- java security (3)
- portal (1)
- ejb (6)
- session (2)
- java_lang (21)
- jbpm (29)
- struts (7)
- orgRights (2)
- project manager Jira (7)
- 跨库事务 (2)
- mysql (14)
- ubuntu (7)
- osgi (9)
- maven ant make (4)
- 分布式 高并发 高性能 (5)
- virgo-dm_server (0)
- osgi web (3)
- platform (1)
- smooks (1)
- business (1)
- 职场生涯 (14)
- Java编码格式 (2)
- web服务 (1)
- 计算机使用 (1)
- 健康工作生活的保障,工作中务必抛掉的不良心态 (4)
- 电信-网络监控 (1)
- 多线程-multithread (1)
- 海量数据-高性能 (2)
- Mybatis (1)
- web开发平台研发 (0)
- oracle (0)
- 应用服务器调优 (0)
- web前端 (0)
- servlet-jsp (0)
- tomcat (2)
- newtouch (1)
- portal_liferay (2)
- version control (1)
- apm-impact (2)
- tools (1)
- 研发管理 (1)
- 电商业务 (1)
- 生鲜电商市场调查 (0)
- PBX (0)
- 房东 (0)
最新评论
-
lifuchao:
...
权限问题 -
Branding:
谢谢,受教了,另外,CONN AS SYSDBA,必须是在操作 ...
Oracle密码忘记了怎么办? -
zhuchao_ko:
...
Portal实现原理 -
败类斯文:
不知道改哪里。。。木有见到红色。。表示悟性低了、、
jira error: Neither the JAVA_HOME nor the JRE_HOME environment variable is defin -
c__06:
正文:假如事务我是这样定义的: <tx:method n ...
Spring中Transactional配置
JBoss Tools 3.2 Installation From Update Site
1. First, download the correct version of Eclipse for your platform which is compatible with the version of JBoss Tools you plan to install. We recommend you start with the Eclipse 3.6.1 (Helios SR1) IDE for Java EE Developers in order to install JBoss Tools 3.2 (less dependencies to download). If no bundle is available for your platform, or if you would prefer a smaller download, choose the Eclipse 3.6.1 Platform Runtime Binary - Eclipse will then download only the bare essentials needed for JBoss Tools. Fedora users can simply `yum install eclipse-platform`.
* Eclipse 3.6.1 Helios Bundles (including Eclipse 3.6.1 (Helios SR1) IDE for Java EE Developers)
* Other Versions, Platforms, Options
2. Next, unpack Eclipse somewhere on your drive, eg., ~/eclipse or c:\eclipse
3. If you do not already have Java 6 installed and in your path, download and install that. Fedora users, `yum install java-1.6.0-openjdk-devel`. Note that gcj/gij is not supported.
4. Double-click the Eclipse icon, or open a terminal and run `~/eclipse/eclipse -vm /path/to/bin/java`. See also more startup options.
5. When Eclipse starts, go to Help > Install New Software...
6. Paste in the URL of the update site you've chosen, such as http://download.jboss.org/jbosstools/updates/stable/helios/. See the complete list here or here. On some platforms, you may also be able to drag and drop the link from your browser directly into Eclipse.
Help > Install New Software... > Add...
7. Alternatively, if you prefer to install from an offline update site zip, you can download one and use that instead of a remote http URL as in the screenshot above.
a) Download an Update Site Zip, but DO NOT UNZIP IT.
b) As in step 5 above, when Eclipse starts, go to Help > Install New Software... > Add... However, in this case you should press the Archive... button and browse for the update site zip you downloaded.
Help > Install New Software... > Add... > Archive... > Browse for zip
8. Select features to install, then click Next. Note that many features are be listed in multiple categories for convenience, though not all features are not included in the "All" category.
It is not recommended that you select the same feature more than once: doing so may cause the install process to crash Eclipse. If this happens just restart and try again. Launching Eclipse with a different JDK, or giving Eclipse more memory may also help.
Select features to install
9. If you encounter problems resolving dependencies, you can click 'Available Software Sites' and manually add or enable missing sites. You can also import the list of required sites from a bookmarks.xml.
10. After fetching all the features and plugins for installation, you will be prompted that your selection contains unsigned jars. This is normal, and should not be seen as an "unsafe" installation. Simply accept the warning and continue.
11. Install. Restart when prompted.
12. If the install gets stuck on a particular jar download (bandwidth saturation, slow mirror, etc.), you can shut down Eclipse and try again. Ignore any errors you get when starting the second time - a completed install should resolve them so that when you restart the third time you will be ready to go.
Enjoy!
Installation From Update Site Zip (Scripted)
Should you want to install from an Update Site Zip via a script (eg., for easy deployment / testing) you can use the following scripts:
* installJBossTools.sh - wrapper for Ant script w/ usage examples (Linux or Mac OSX)
* installJBossTools.cmd - wrapper for Ant script w/ usage examples (Windows)
* installJBossTools.xml - Ant script, runs p2 director to install specific plugins &/or features, or else everything in the zip
1. First, download the correct version of Eclipse for your platform which is compatible with the version of JBoss Tools you plan to install. We recommend you start with the Eclipse 3.6.1 (Helios SR1) IDE for Java EE Developers in order to install JBoss Tools 3.2 (less dependencies to download). If no bundle is available for your platform, or if you would prefer a smaller download, choose the Eclipse 3.6.1 Platform Runtime Binary - Eclipse will then download only the bare essentials needed for JBoss Tools. Fedora users can simply `yum install eclipse-platform`.
* Eclipse 3.6.1 Helios Bundles (including Eclipse 3.6.1 (Helios SR1) IDE for Java EE Developers)
* Other Versions, Platforms, Options
2. Next, unpack Eclipse somewhere on your drive, eg., ~/eclipse or c:\eclipse
3. If you do not already have Java 6 installed and in your path, download and install that. Fedora users, `yum install java-1.6.0-openjdk-devel`. Note that gcj/gij is not supported.
4. Double-click the Eclipse icon, or open a terminal and run `~/eclipse/eclipse -vm /path/to/bin/java`. See also more startup options.
5. When Eclipse starts, go to Help > Install New Software...
6. Paste in the URL of the update site you've chosen, such as http://download.jboss.org/jbosstools/updates/stable/helios/. See the complete list here or here. On some platforms, you may also be able to drag and drop the link from your browser directly into Eclipse.
Help > Install New Software... > Add...
7. Alternatively, if you prefer to install from an offline update site zip, you can download one and use that instead of a remote http URL as in the screenshot above.
a) Download an Update Site Zip, but DO NOT UNZIP IT.
b) As in step 5 above, when Eclipse starts, go to Help > Install New Software... > Add... However, in this case you should press the Archive... button and browse for the update site zip you downloaded.
Help > Install New Software... > Add... > Archive... > Browse for zip
8. Select features to install, then click Next. Note that many features are be listed in multiple categories for convenience, though not all features are not included in the "All" category.
It is not recommended that you select the same feature more than once: doing so may cause the install process to crash Eclipse. If this happens just restart and try again. Launching Eclipse with a different JDK, or giving Eclipse more memory may also help.
Select features to install
9. If you encounter problems resolving dependencies, you can click 'Available Software Sites' and manually add or enable missing sites. You can also import the list of required sites from a bookmarks.xml.
10. After fetching all the features and plugins for installation, you will be prompted that your selection contains unsigned jars. This is normal, and should not be seen as an "unsafe" installation. Simply accept the warning and continue.
11. Install. Restart when prompted.
12. If the install gets stuck on a particular jar download (bandwidth saturation, slow mirror, etc.), you can shut down Eclipse and try again. Ignore any errors you get when starting the second time - a completed install should resolve them so that when you restart the third time you will be ready to go.
Enjoy!
Installation From Update Site Zip (Scripted)
Should you want to install from an Update Site Zip via a script (eg., for easy deployment / testing) you can use the following scripts:
* installJBossTools.sh - wrapper for Ant script w/ usage examples (Linux or Mac OSX)
* installJBossTools.cmd - wrapper for Ant script w/ usage examples (Windows)
* installJBossTools.xml - Ant script, runs p2 director to install specific plugins &/or features, or else everything in the zip
发表评论
-
如何使用hibernate
2012-05-24 19:21 0一、选择Hibernate还是iBATIS都有它的道理: H ... -
关于hibernate自动建表和主键的数据类型的关系
2012-02-27 16:18 1141要想让hibernate自动建表, 1、除了 <prop ... -
用Spring+Hibernate链接时,在增删改时会报错: Write operations are not allowed in read-only mod
2011-09-11 19:53 880用Spring+Hibernate链接时,在增删改时会报错: ... -
[转]hibernate延迟加载
2011-04-26 11:41 5662007-12-01 [转]hibernate延迟 ... -
Hibernate利用XDoclet自动生成配置文件
2011-04-18 18:34 798Hibernate利用XDoclet自动生 ... -
如何利用 myeclipse 生成Hibernate 配置文件
2011-04-18 18:13 1246在hibernate中,每个数据表对应的其实是一个实体类,每个 ... -
Hibernate Synchronizer是一个Eclipse插件,可以自动生成*.hbm文件、持久化类和DAOs
2011-04-18 18:00 1891Hibernate Synchronizer是一个Eclips ... -
Hibernate auto produce
2011-04-18 17:52 980Hibernate 中需要class和mapp ... -
使用动态代理实现用AOP对数据库进行操作
2011-04-12 14:11 946使用动态代理实现用AOP对数据库进行操作 2008-03-14 ... -
Hibernate中cascade与inverse属性详解
2011-04-01 16:20 937Hibernate中cascade与inverse属性详解 ... -
事务和事务边界
2011-03-31 15:44 101210.1.2 事务和事务边界 http://book.51ct ... -
事务传播行为种类
2011-03-31 15:31 819事务传播行为种类 Spring在TransactionDef ... -
Hibernate saveOrUpdate分析
2011-03-31 15:30 859* Hibernate s ... -
使用Spring AOP代理方式实现声明式事务的原理
2011-03-31 15:28 1204使用Spring AOP代理方式实 ... -
Hibernate Session缓存概述
2011-03-31 15:27 1002* Hibernate Session缓存 ... -
解说Hibernate的工作原理实例
2011-03-31 15:26 871* 解说Hibernate的工作原理实例 ... -
简述Hibernate配置连接池
2011-03-31 15:25 840* 简述Hiber ... -
简单解析J2EE数据持久层设计
2011-03-31 15:24 978* 简单解 ... -
浅析Hibernate Callback接口
2011-03-31 15:23 891* 浅析Hibernate Callbac ... -
概述Hibernate equals()方法
2011-03-31 15:22 768* 概述Hiber ...
相关推荐
Jboss tools 4.15 (eclipse 4.16)离线安装包,解决在线安装慢,官网下载慢的...官网下载地址:https://download.jboss.org/jbosstools/static/photon/stable/updates/core/jbosstools-4.15.0.Final-updatesite-core.zip
《JBoss Tools for Eclipse 4.5.2:企业级开发的强大助力》 Eclipse作为一款广受欢迎的开源集成开发环境(IDE),以其强大的可扩展性和丰富的插件库深受开发者喜爱。而JBoss Tools则是Eclipse的一个重要扩展,专为...
标题中的“eclipse安装hibernate的jboss tools插件”指的是在Eclipse集成开发环境中安装用于支持Hibernate的JBoss Tools扩展。这个过程是开发者为了提高在Eclipse中使用Hibernate框架进行开发的便利性,通过添加插件...
jbosstools-4.0.1.Final JBoss Tools 原名为JBoss IDE,现在统一改名为 JBossTools,JBoss Tools包含了JSF,Hibernate,JBossSeam,jBPM等一系列的开发工具。
标题所反映的知识点是:在Eclipse集成开发环境中安装Jboss Tools插件后遇到的性能问题及其解决方案。 描述所涉及的知识点:当用户在Eclipse中安装了Jboss Tools插件之后,可能会发现Eclipse的启动和运行速度变慢,...
JBossTools实践系列:JBossESB服务开发入门
【Eclipse3.7集成JbossTools+Drools】的知识点详解 1. **Eclipse3.7**:Eclipse 3.7是Eclipse IDE的一个版本,它是一款广泛使用的开源集成开发环境(IDE),支持多种编程语言,如Java、Python等。3.7版本在2011年...
### jboss tools ESB技术文档知识点详述 #### 一、ESB概念介绍 ##### 1.1 什么是ESB? ESB(Enterprise Service Bus)是一种企业级消息系统之上的抽象层,它提供了用于实现面向服务架构(SOA)所需的各种功能。ESB...
JBossTools-ALL-win32-3.0.0.CR2 是一个专为Windows操作系统设计的集成开发环境(IDE)扩展包,它基于Eclipse平台,提供了丰富的工具集来支持JBoss相关技术的开发、部署和管理。这个版本是3.0.0的候选发布2(CR2),...
将`jbosstools-3.2.0.Beta1.aggregate-Update-2010-10-16_05-18-24-H221.zip`文件复制到Eclipse安装目录的同级目录下。然后,在Eclipse中执行以下操作来安装JBoss Tools: - 打开Eclipse,进入`Help` -> `Install ...
下载并安装hibernate tools插件,下载地址:http://download.jboss.org/jbosstools/static/neon/stable/updates/core/jbosstools-4.4.1.Final-updatesite-core.zip 安装过程参考...
jboss 3.2 workbook for enterprise javabeans 3rd edition
1. **下载JBoss Tools**:访问`http://www.jboss.org/tools/download.html`,找到与Eclipse版本相匹配的JBoss Tools版本,下载相应的Nightly Builds(例如JBoss Tools 3.2)。 2. **安装插件**:打开Eclipse,通过`...
JBOSS Tools是JBOSS社区提供的一套用于J2EE开发的Eclipse插件,现在的版本是3.1,本书出版于2009年,详述如何使用JBOSS Tools 3插件在Eclipse下开发J2EE project, 涵盖JSF, Struts, Seam, Hibernate, JBPM, ESB, web...
插件的压缩包"jbosstools-freemarker-1.5.3"包含了所有必要的文件,用户只需将解压后的文件放到Eclipse的"dropins"目录下,即可自动完成安装。通常,这样的压缩包会包含一个或多個JAR文件,这些文件包含了插件的实现...
Hibernate Eclipse Tools是一部分,可以从中单独或与完整的JBoss Tools发行版一起。 获取代码 开始编写代码的最简单方法是 ,然后克隆fork: $ git clone git@github.com:<you>/jbosstools-hibernate.git $ cd ...
JBoss Tools 是一组专为 JBoss 开发者设计的 Eclipse 插件,它极大地提升了基于 JBoss 平台的开发效率。这些插件包括了服务器管理、应用部署、性能监控等多种实用工具: 1. 服务器管理:通过 JBoss Tools,开发者...