Re: j2s-development] very good.
Brought to you by:
zhourenjian
|
From: Zhou R. <jo...@sj...> - 2006-07-23 06:02:01
|
Hi Fausto, You should get the sources by two ways: Download the release (latest release was 1.0.0-M2), or check out the latest codes from subversion repository (http://j2s.sourceforge.net/setup-j2s-from-subversion.html). There are some big changes between M2 and the latest codes (coming M3). So if you just want to solve the problem of j2s-core-basic.z.js, you may want to stay in M2 sources. The problem of integrating "qooxdoo" may be a confict of J2S' JavaScript's OO simulator with qooxdoo's OO codes. The J2S OO simulator sources are in net.sf.j2s.java.core/j2score/Class*.js. The *.z.js is packed by Ant build script in "net.sf.j2s.lib/j2s.core.build". J2S OO simulator invades some codes into JavaScript Object.prototype, which may also be invaded by qooxdoo. You may debug those parts of codes. Currently, we mainly focus on developing J2S SWT, so we do not spend much time on integrating J2S libraries with other existed libraries. And you can share your experience on this kind of integration to all of us. We warmly welcome developers to become as a contributor of J2S project, which is Eclipse Public License 1.0 based. But as a matter of ajax rush, we won't accept developers before he/she has 2 weeks or more experience on J2S. Because someone may think J2S is cool in the first few days but lose interests after then. We sincerely invite anyone who knew J2S for more than 2 weeks and still thought J2S is worthy for something to be a contributor of J2S. Regards /Zhou Renjian (Bugs & Patches: Known also as Josson Smith) Fausto wrote: > Hello Josson, > > I am impressed with your project J2S. I've been playing with it for 2 > days now and I can barely sleep. > > I am trying to create a wrapper of a toolkit for GUI in javascript > using Java with the help of your tool. > > Everythings is going very well until when I put the two project > together in one html page and then the GUI kit stops working. Iam > trying to user "qooxdoo" project. > > I could nail down the j2s-core-basic.z.js being the one that when > I REMOVE it the other library "qooxdoo" works. > > My question is: how can I open your project source code and see where > should I change? I am not very good with JDT but I have many years > (20+) in programming (7 in java). Is there a project in Eclipse where > I can just open your project and work on it? > > Man, your tool is simply amazing. I would love to participate if possible. > > Fausto. > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Take Surveys. Earn Cash. Influence the Future of IT > Join SourceForge.net's Techsay panel and you'll get the chance to share your > opinions on IT & business topics through brief surveys -- and earn cash > http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV > ------------------------------------------------------------------------ > > _______________________________________________ > j2s-development mailing list > j2s...@li... > https://lists.sourceforge.net/lists/listinfo/j2s-development > |