﻿<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Alex的个人Blog &#187; Java</title>
	<atom:link href="http://www.gemini5201314.net/category/java/feed" rel="self" type="application/rss+xml" />
	<link>http://www.gemini5201314.net</link>
	<description>关注数据仓库,商业智能和八卦</description>
	<lastBuildDate>Mon, 28 Nov 2011 12:04:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>smartsvn5 + visualsvn</title>
		<link>http://www.gemini5201314.net/java/smartsvn5-visualsvn.html</link>
		<comments>http://www.gemini5201314.net/java/smartsvn5-visualsvn.html#comments</comments>
		<pubDate>Mon, 22 Dec 2008 12:03:46 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.gemini5201314.net/?p=141</guid>
		<description><![CDATA[smartsvn 现在也出到5.0.1 版了,两年前开始用的,当时还是3.0版,一直觉得很好用,而且当时还没有像visualsvn 这么方便的建立apache+svn 的软件,所以还是在命令行下搞merge + tag 操作, 当时搞死人呀,而且那时候svn 也不像现在这么少的bug . 常常要把代码备份2份以上才敢做什么merge 或 tag 操作, 唉, 往事不堪回首呀. &#160;&#160;&#160; 现在smartsvn 5 的最大变化就是它绿色了,删除了跟explorer 集成的那些功能,smatsvn 4 里面也可以不安装,然后就是现在ignore 文件更方便,再就是它新的revision graph 功能还不错,其余的用的很少,也懒的去看它的发布说明. &#160;&#160;&#160; 觉得smartsvn 作为最流行的svn 控制工具,一个很大程度上就是因为eclipse 没有默认已经安装好的的svn 工具,它cvs 是自带的,因为eclipse 本身是用cvs 控制的,svn 的两个工具suclipse 和 subversive 一直都用的不顺手,bug 那个烦人呀,真的是用过的自然知道. 而Java 开发中eclipse 用的又是最多的. 而相反,其他的netbean 和idea 的svn 工具一直都还比较稳定,连oracle 的jdeveloper 甚至oracle 的数据库GUI sql developer 的svn 管理工具都比较可以. [...]]]></description>
		<wfw:commentRss>http://www.gemini5201314.net/java/smartsvn5-visualsvn.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>使用Selenium 和Junit 进行WEB功能测试</title>
		<link>http://www.gemini5201314.net/java/%e4%bd%bf%e7%94%a8selenium-%e5%92%8cjunit-%e8%bf%9b%e8%a1%8cweb%e5%8a%9f%e8%83%bd%e6%b5%8b%e8%af%95.html</link>
		<comments>http://www.gemini5201314.net/java/%e4%bd%bf%e7%94%a8selenium-%e5%92%8cjunit-%e8%bf%9b%e8%a1%8cweb%e5%8a%9f%e8%83%bd%e6%b5%8b%e8%af%95.html#comments</comments>
		<pubDate>Thu, 18 Dec 2008 04:14:57 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Test]]></category>

		<guid isPermaLink="false">http://www.gemini5201314.net/?p=140</guid>
		<description><![CDATA[相信Selenium IDE 和 Selenium RC 不少人都用过, 如果使用最新的JUnit4 来编写功能测试, 就可以更容易的从CI 服务器来运行自动化的功能测试, 减少因为代码变更而出现功能与以前不一致的bug. 下载 用firefox 到http://selenium-ide.openqa.org/download.jsp 下载selenium-ide 这个firefox 插件, 然后安装, 到http://release.openqa.org/selenium-remote-control/ 下载selenium-rc  , 它包括python,php,java ,ruby 等的测试驱动. 用Selenium 编写一个测试 在firefox 里面的菜单Tools &#8211;&#62; Selenium IDE , 打开了selenium ide 之后你可以录制一个测试案例,记得最后选择Java 的格式. 在selenium ide 里面Options -&#62;Format -&#62; Java . 然后保存. 注意,它默认的格式是junit3 的, 后面我们使用junit4 的格式. 开启和关闭Selenium Server 在下载的selenium-server 包里面,有一个selenium-server.jar 文件, 你可以在命令行下启动. java [...]]]></description>
		<wfw:commentRss>http://www.gemini5201314.net/java/%e4%bd%bf%e7%94%a8selenium-%e5%92%8cjunit-%e8%bf%9b%e8%a1%8cweb%e5%8a%9f%e8%83%bd%e6%b5%8b%e8%af%95.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>使用JavaRebel 开发web程序</title>
		<link>http://www.gemini5201314.net/java/%e4%bd%bf%e7%94%a8javarebel-%e5%bc%80%e5%8f%91web%e7%a8%8b%e5%ba%8f.html</link>
		<comments>http://www.gemini5201314.net/java/%e4%bd%bf%e7%94%a8javarebel-%e5%bc%80%e5%8f%91web%e7%a8%8b%e5%ba%8f.html#comments</comments>
		<pubDate>Wed, 17 Dec 2008 13:37:51 +0000</pubDate>
		<dc:creator>Alex</dc:creator>
				<category><![CDATA[Java]]></category>

		<guid isPermaLink="false">http://www.gemini5201314.net/?p=139</guid>
		<description><![CDATA[javarebel 是干什么的自己google 去, 如果你在官网下载的是只有30天的试用期的,在beansoft 的网站上看到他提供了只供他个人使用的一个个人license , 这个东西做开发真的很好, 你可以到他个人页面下载 http://www.blogjava.net/beansoft/archive/2008/11/24/242373.html &#160; 他给出的下载地址: 1 . http://cid-519b3f7aa2172030.skydrive.live.com/self.aspx/java/jrebel.rar&#160;&#160;&#160;&#160; 使用浏览器打开这个页面, 在点里面的下载按钮 http://beansoft.java-cn.org/download/jrebel.rar&#160;&#160;&#160;&#160; 可直接右键保存的 &#160; 之前一直用的时候都是修改操作系统时间, 本来准备crack 的, 也反编译过他的代码, 找到了验证license 的地方在一个R.class 文件里,还是R.class , javarebel.jar 文件里面用了混淆的,而且看得出来实在linux 下编译打包的, 可以同时有R.class 和r.class 只有文件大小写区别的文件(windows 显然是不区分的) , 所以解压要在linux 下打包(又要搞虚拟机) , 觉得太麻烦了. 所以一直没弄. 随便推荐一个反编译class 文件的小工具,当然这些工具都很多了, 叫jd-gui&#160; ,很好用,是个绿色免费软件. 1. http://java.decompiler.free.fr/&#160;&#160; 这是主页. &#160; 随便感谢一下beansoft 刘老师.]]></description>
		<wfw:commentRss>http://www.gemini5201314.net/java/%e4%bd%bf%e7%94%a8javarebel-%e5%bc%80%e5%8f%91web%e7%a8%8b%e5%ba%8f.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

