由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Java版 - 郁闷
相关主题
请问Java阵营最新潮的web development stack是什么?Java GUI Testing
htmlunit及多线程问题JCreator如何调试程序?
Java Web Framwork 比较语言坑:有没有Java和C#两边都用的
请教问题:什么decompiler比较好JavaFX is actually quite powerful
有几个公司是完全按照这个运作的呢java.util.timer的TimerTask有priority吗?
android 开发就是15年前的windows java开发嘛How to protect Jar files from being decompiled?
Is this a Bug or not?问java applet的问题
java在美国到底怎样?求助大家 如何用 Eclipse 给一个project加入image
相关话题的讨论汇总
话题: decompile话题: don话题: so话题: code话题: web
进入Java版参与讨论
1 (共1页)
g*****g
发帖数: 34805
1
用vaadin把我swing版的发包子机改写,确实很方便也很像swing,
一天不到改完了。
想放到google apps engine上,发现HtmlUnit GAE里用不了,有些类
不让用,那帮人也在讨论这个,看似只能等几个月再看了。
m****r
发帖数: 6639
2
你还有时间搞这个?

【在 g*****g 的大作中提到】
: 用vaadin把我swing版的发包子机改写,确实很方便也很像swing,
: 一天不到改完了。
: 想放到google apps engine上,发现HtmlUnit GAE里用不了,有些类
: 不让用,那帮人也在讨论这个,看似只能等几个月再看了。

g*****g
发帖数: 34805
3
昨天晚上一个晚上就搞定了呀。GAE禁掉的这几个类在第三方
包里,我绕不过去。

【在 m****r 的大作中提到】
: 你还有时间搞这个?
F****n
发帖数: 3271
4
发包子机的UI应该不复杂吧

【在 m****r 的大作中提到】
: 你还有时间搞这个?
b******y
发帖数: 9224
5
发包子机是啥?
k****u
发帖数: 133
6
co-ask

【在 b******y 的大作中提到】
: 发包子机是啥?
g*****g
发帖数: 34805
7
就是一个在这个BBS上发包子用的东西,
http://sites.google.com/site/goodbugsoftware/Home

【在 k****u 的大作中提到】
: co-ask
m******t
发帖数: 2416
8

If you need any testers, I'd be very glad to, er, help out.

【在 g*****g 的大作中提到】
: 就是一个在这个BBS上发包子用的东西,
: http://sites.google.com/site/goodbugsoftware/Home

g*****g
发帖数: 34805
9
Thanks, this stuff has been there for more than a year
and it's pretty stable. Although I do want to convert it
to be web-based so that people don't have to download or
have JVM.

【在 m******t 的大作中提到】
:
: If you need any testers, I'd be very glad to, er, help out.

b******y
发帖数: 9224
10
Nice, thanks for sharing that.
相关主题
android 开发就是15年前的windows java开发嘛Java GUI Testing
Is this a Bug or not?JCreator如何调试程序?
java在美国到底怎样?语言坑:有没有Java和C#两边都用的
进入Java版参与讨论
h*****0
发帖数: 4889
11
is it based on web GUI or telnet?
can you share the source code?

【在 g*****g 的大作中提到】
: Thanks, this stuff has been there for more than a year
: and it's pretty stable. Although I do want to convert it
: to be web-based so that people don't have to download or
: have JVM.

h*****0
发帖数: 4889
12
i'm especially interested in telnet bbs protocal

【在 h*****0 的大作中提到】
: is it based on web GUI or telnet?
: can you share the source code?

g*****g
发帖数: 34805
13
It's based on web UI. You can decompile the code yourself if you
want to. It's under baozi.jar and only 2 classes.

【在 h*****0 的大作中提到】
: is it based on web GUI or telnet?
: can you share the source code?

h*****0
发帖数: 4889
14
I don't know how to decompile things.. and I guess that will produce codes
difficult to read..

【在 g*****g 的大作中提到】
: It's based on web UI. You can decompile the code yourself if you
: want to. It's under baozi.jar and only 2 classes.

g*****g
发帖数: 34805
15
I don't use obfustcator so it won't be difficult to read at all.
And JadClipse is a tool every Eclipse user should install.

【在 h*****0 的大作中提到】
: I don't know how to decompile things.. and I guess that will produce codes
: difficult to read..

g**********y
发帖数: 14569
16
But for most developer, they don't need to decompile code. Besides, a bad/
long program is automatic obfuscated, nobody wants to read/understand such
code unless he is the unlucky maintainer.

【在 g*****g 的大作中提到】
: I don't use obfustcator so it won't be difficult to read at all.
: And JadClipse is a tool every Eclipse user should install.

g*****g
发帖数: 34805
17
Actually you do, with all these open source libs, you can
downlown the source code. But how about just open the class
like it's one of your own. So much more efficient for a quick
glance you'll need from time to time.

【在 g**********y 的大作中提到】
: But for most developer, they don't need to decompile code. Besides, a bad/
: long program is automatic obfuscated, nobody wants to read/understand such
: code unless he is the unlucky maintainer.

m******t
发帖数: 2416
18
Well you never know, right? I mean regression testing is always
a good idea. And I'd very much like to help out by being on
the receiving end... ;-)

【在 g*****g 的大作中提到】
: Thanks, this stuff has been there for more than a year
: and it's pretty stable. Although I do want to convert it
: to be web-based so that people don't have to download or
: have JVM.

g*****g
发帖数: 34805
19
We only talk about regression testing at least after we saw
some money on the table. Before that, it's always AS IS.
And I always put myself on receiving end so I am charged
transaction fee but at least I don't lose principle.

【在 m******t 的大作中提到】
: Well you never know, right? I mean regression testing is always
: a good idea. And I'd very much like to help out by being on
: the receiving end... ;-)

1 (共1页)
进入Java版参与讨论
相关主题
求助大家 如何用 Eclipse 给一个project加入image有几个公司是完全按照这个运作的呢
Java 6和Java 8的问题android 开发就是15年前的windows java开发嘛
Where I can find comparison of JVMsIs this a Bug or not?
Re: java class decompilejava在美国到底怎样?
请问Java阵营最新潮的web development stack是什么?Java GUI Testing
htmlunit及多线程问题JCreator如何调试程序?
Java Web Framwork 比较语言坑:有没有Java和C#两边都用的
请教问题:什么decompiler比较好JavaFX is actually quite powerful
相关话题的讨论汇总
话题: decompile话题: don话题: so话题: code话题: web