I've recently been using
JSEclipse
, the Eclipse plugin from the InterAKT folks and much prefer it over the
WST components
that the Eclipse project provided so far. Now I finally got around to making the
switch to the Aptana Web IDE
and I think I like where this project seems to be heading.
Check it out, if you haven't already!
Apparently based on the Eclipse code base and promised to be open source itself, Aptana is targeted mainly at Javascript development instead of Eclipse's Java core audience. With the open and flexible way in which it allows to integrate code auto-completion and API documentation of different Javascript libraries, it could well be an ideal IDE for
Helma
based development.
An interesting side project to come out of this effort is
scriptdoc.org
, which addresses shortcomings in the javadoc-style of documenting source code and API's, when used in Javascript environments such as Helma.
4.8.2006, 16:18
Update: 8.9.2007, 11:22:
Unfortunately, the Aptana project has changed from the Eclipse Public License to the Aptana Public License and
Aptana is no longer open source
.
Update 2: 23.9.2007, 10:09:
The Aptana project has announced that due to the community reactions they intend to
also license the APL code under the GPL
.
In the fight against drive-by-commenting, we've come one step closer towards "It just works". The changed behavior of the
coComment bookmarklet
should make following your conversations on the web much more enjoyable and make the service more accessible to new users.
Beyond that honorable cause, the
newest release of coComment
also makes the first step towards seemlessly making the rest of the web conversational, one page at a time. The true usefullness of this might not become apparent until our next release :-)
The
new Firefox extension
does a beautiful job and continuously learns from its user base about pages and comment forms where it should auto-enable coCommenting. On pages where commenting is not possible, it automatically adds a commenting fascility to the page, so that coComment users can leave comments on any page on the web.
This same automatic-mode
can now also be leveraged by any browser that supports user scripts
. Combine that with the bookmarklet and you get almost the same functionality that the extension provides for Firefox and Flock in other browsers such as
Opera
, Safari (using
Creammonkey
), Internet Explorer (using
Trixie
) or
Epiphany
ILoveJackDaniels
already reports it to be working in Opera and I have tested it in Safari with Creammonkey.
Let us know how it works for you
, when you use coComment as a user script!
28.7.2006, 11:04
|
The latest addition to the WebKit open source tools is Drosera, a Javascript debugger for any WebKit apps - inluding Safari.
I could certainly use it right now but it isn't quite ready yet... only able to step in... without being able to see where you are stepping in to...
it's still kind of like a safari in the fog
. But nice to see the fog is lifting!
1.7.2006, 15:14
|
Time of release announcement
: 6.6.6, 22:22
|
Addressing a bunch of "minor and medium" problems that were discovered in RC1, a fresh new Release Candidate 2 of Helma 1.5 is out.
Grab it while it's hot
.
26.5.2006, 21:40
|
New features in Helma 1.5 include a flexible new way to load multiple code repositories, many low-level improvements and features such as updateable collections, additional web-based development tools that can run inside your applications and complement existing external debugging and database management tools, and a library of Javascript prototypes and methods that extend the Java based core of Helma.
Please note that Helma 1.5.0 requires a Java Runtime Environment 1.4 or later. The README.txt in the currently available RC1 packages still lists the minimum requirements as Java 1.3. Let us know if you notice anything else that needs fixing before the final Helma 1.5.0 release.
Head on over to the Download section...
Roadmap: Helma 1.5.1, Helma 1.6 and Helma 2.0
The Helma 1.5 branch will receive additional feature updates, mainly regarding improved integration of client-side and server-side Javascript code in the form of extended libraries. While Helma 1.5 still uses Rhino 1.5, Helma 1.6 will feature Rhino 1.6 and will bring E4X to Helma's server-side scripting environment.
Helma 2.0 is a parallel development branch that will lay the foundation for future versions with a reduced core, allowing for an even more flexible framework around it.
23.5.2006, 22:49
|
Just had to setup a brand new box with a
fresh FreeBSD 6.1
to house applications in separate
Jails
, from several machines that still have been running 4.11.
Coinsidence wants it, that just the same day
Dirk Engling
releases
a beta of his new ezjail tool
, that will make efficient Jail handling in FreeBSD even easier:
In the future (once it's out of beta and in the ports tree) you'll be able to do the following:
cd /usr/ports/sysutils/ezjail
su root
make install
exit
su root
ezjail-admin install
ezjail-admin create jail.mocha.ch 10.0.1.10
...and there you've got your jail :-) ...weighing in at only 2MB of disk space!!!
To start all the jails you create like this at startup, just add the following to /etc/rc.conf:
ezjail_enable="YES"
To prevent syslogd from the host environment to get in the way of the one inside the jail, add the following to /etc/rc.conf:
syslogd_flags="-ss"
Similarly, to bind sshd in the host environment to its IP, add the following to /etc/ssh/sshd_config:
ListenAddress 10.0.1.100 # the IP of your host environment
To automatically setup your jails the way you like them, with default user accounts and all, just create a "flavor" and apply it when you create the jail:
cp -Rp /usr/jails/flavours/default /usr/jails/flavours/myflavor
...then edit the files in there to your liking, and...
ezjail-admin create -f myflavor jail.mocha.ch 10.0.1.10
Voilà! I'm impressed!
23.5.2006, 13:37
|
Brendan Eich made the slides of the talk he gave on Friday at
XTech 2006 in Amsterdam
available. It's a revised version of the slides from the presentation at
Ajax Experience
two weeks ago.
46 slides well worth the time to go through!
Particularly interesting bits in my opinion for one reason or another:
- We can't make so big a spec jump again, so this is it
- No more primitive types vs. wrappers
- Function type: function (this: T, a: U, b: V): R
- let as a "better var" for block scope: for (let key in obj)
- The let variables are scoped to the expression
-
Group assignments: [p, q, r] = [q, r, p]
Even in for/in loops:
for (let [key, {'Title':title, 'FileSize':size}] in dict) print(key, title, size);
- Iterators using foo.next()
- "yield" in a function makes a generator (returns an iterator)
- foo.send(value) passes value back to yield
- Sugar for initializing an Array from iterators (couldn't quite wrap my brain around that syntax, though)
- Object getters, setters, and "catch-alls"
- Standard global properties (Date, String, etc.) immutable (hmm... !?)
23.5.2006, 12:39
|
|
|
> No Rough Cut :-(
|
|
> Welcome to Helma!
|
|
> 40th Montreux Jazz Festival
|
|
> trackAllComments
|
|
> Rails' greatest contribution
|
|
> Consensus vs Direct Democracy
|
|
> A candidate for CSCSJS or a Mocha Fetchlet
|
|
> A (Re)-Introduction to JavaScript
|
|
> coComment Roundup
|
|
> Track your comments
|
|
> Sketching image queries and reinventing email
|
|
> ECMAScript - The Switzerland of development environments
|
|
> I love E4X
|
|
> Tutorial D, Industrial D and the relational model
|
|
> Stop bashing Java
|
|
> E4X Mocha Objects
|
|
> Logging and other antimatters
|
|
> Stronger types in Javascript 2
|
|
> Javascript Diagnosis & Testing
|
|
> Homo Oxymora
|
|
> Yeah, why not Javascript?
|
|
> Moving beyond Java
|
|
> Spidermonkey Javascript 1.5 finally final
|
|
> Helma Trivia
|
|
> Finding Java Packages
|
|
> JSEclipse Javascript plug-in for Eclipse
|
|
> Catching up to Continuations
|
|
> Mighty and Beastie Licenses
|
|
> Tasting the OpenMocha Console
|
|
> "Who am I?", asks Helma
|
|
> Savety vs Freedom and other recent ramblings
|
|
> Mont-Soleil Open Air Lineup
|
|
> Rhinola - Mocha reduced to the minimum
|
|
> OpenMocha 0.6 available for download
|
|
> E4X presentation by Brendan Eich
|
|
> What is Mocha?
|
|
> Do you remember Gopher?
|
|
> The current.tv disappointment
|
|
> OpenMocha Project Roadmap
|
|
> MochiKit Javascript Library
|
|
> Getting your feet wet with OpenMocha
|
|
> People flocking to see global warming
|
|
> Rails vs Struts vs Mocha
|
|
> The JavaScript Manifesto
|
|
> OpenMocha is ready for a spin
|
|
> The limits of harmonization
|
|
> Le Conseil fédéral au Mont-Soleil
|
|
> Amiga History Guide
|
|
> The people must lead the executive, control the legislature and be the military
|
|
> Copyback License
|
|
> Looking at FreeBSD 6 and Beyond
|
|
> Qualified Minority Veto
|
|
> The Doom of Representative Democracy
|
|
> Violence in a real democracy
|
|
> Concordance and Subsidiarity
|
|
> Wrapping Aspects around Mocha Objects?
|
|
> Future of Javascript Roadmap
|
|
> Baby steps towards Javascript heaven
|
|
> Mac OS X spreading like wildfire
|
|
> Trois petits filous à Faoug
|
|
> Jackrabbit JSR 170
|
|
> Rich components for HTML 5
|
|
> More Java Harmony
|
|
> Mac goes Intel
|
|
> Google goes Rumantsch
|
|
> Oxymoronic Swiss-EU relations
|
|
> Rico and Prototype Javascript libraries
|
|
> Paul Klee - An intangible man and artist
|
|
> Incrementalism in the Mozilla roadmap
|
|
> Mocha multi-threading
|
|
> Moving towards OpenMocha
|
|
> Google goes Portal
|
|
> What Bush doesn't get
|
|
> Unique and limited window of opportunity
|
|
> Persisting Client-side Errors to your Server
|
|
> Dive Into Greasemonkey
|
|
> Brown bears knock on Switzerland's door
|
|
> The experience to make what people want
|
|
> "Just" use HTTP
|
|
> Yes, what is gather?
|
|
> A Free Song for Every Swiss Citizen
|
|
> Java in Harmony
|
|
> Jan getting carried away
|
|
> Evil Google Web Accelerator?
|
|
> JSON.stringify and JSON.parse
|
|
> Ajax for Java
|
|
> The launching of launchd
|
|
> Timeless RSS
|
|
> Kupu
|
|
> SNIFE goes Victorinox
|
|
> AJAX is everywhere
|
|
> Papa Ratzi
|
|
> How Software Patents Work
|
|
> Ten good practices for writing Javascript
|
|
> Free-trade accord with japan edges closer
|
|
> Mocha at a glance
|
|
> Adobe acquires Macromedia
|
|
> Safari 1.3
|
|
> View complexity is usually higher than model complexity
|
|
> Free Trade Neutrality
|
|
> SQL for Java Objects
|
|
> Security Bypass
|
|
> Exactly 1111111111 seconds
|
|
> Kurt goes Chopper
|
|
> Choosing a Java scripting language
|
|
> Spamalot's will get spammed a lot
|
|
> The visual Rhino debugger
|
|
> The Unix wars
|
|
> EU-Council adopts software patent directive
|
|
> FreeBSD baby step "1j"
|
|
> Never trust a man who can count to 1024 on his fingers
|
|
> Visiting the world's smallest city
|
|
> Finally some non-MS, non-nonsense SPF news
|
|
> Swiss cows banned from eating grass
|
|
> Ludivines, the "Green Fairy" of absinthe
|
|
> First Look At Solaris 10
|
|
> EU Commission Declines Patent Debate Restart
|
|
> Alan Kay's wisdom guiding the OpenLaszlo roadmap towards Mocha?
|
|
> 1 Kilo
|
|
> Re: FreeBSD logo design competition
|
|
> Schweizer Sagen
|
|
> Europas Eidgenossen
|
|
> XMLHttpRequest glory
|
|
> Art Nouveau La Chaux-de-Fonds 2005-2006
|
|
> The Beastie Silhouette
|
|
> The Number One Nightmare
|
|
> Safe and Idempotent Methods such as HEAD and TRACE
|
|
> Sorry, you have been verizoned.
|
|
> Daemons and Pixies and Fairies, Oh My!
|
|
> Sentient life forms as MIME-attachments: RFC 1437
|
|
> Web Developer Extension for Firefox
|
|
> Refactoring until nothing is left
|
|
> Brendan, never tired of providing Javascript support
|
|
> Catching XP in just 20 Minutes
|
|
> Designing the Star User Interface
|
|
> Rhino, Mono, IKVM. Or: JavaScript the hard way
|
|
> Re: SCO
|
|
> Judo
|
|
> Convergence on abstraction and on browser-based Console evaluation
|
|
> Today found out that inifinite uptimes are still an oxymoron
|
|
> New aspects of woven apps
|
|
> Original Contribution License (OCL) 1.0
|
|
> Unified SPF: a grand unified theory of MARID
|
|
> BSD is designed. Linux is grown.
|
|
> 5 vor 12 bei 10 vor 10
|
|
> Mocha vs Helma?
|
|
> Schattenwahrheit: Coup d'etat underway against the Cheney Circle?
|
|
> Abschluss Bilaterale II Schweiz-EU
|
|
> From Adam Smith to Open Source
|
|
> Linux - the desktop for the rest of them
|
|
> Big Bang
|
|
> Leaky Hop Objects
|
|
> Return Path Rewriting (RPR) - Mail Forwarding in the Spam Age
|
|
> Microsoft Discloses Huge Number Of Windows Vulnerabilties
|
|
> Steuerungsabgabe statt Steuern
|
|
> Anno 2003: deployZone
|
|
> The war against terror
|
|
> The war against terror (continued)
|
|
> The relativity of Apple's market share
|
|
> Are humans animals?
|
|
> Anno 1999: Der Oberhasler
|
|
> Anno 1998: crossnet
|
|
> Geschwindigkeit vs Umdrehungszahl
|
|
> Anno 1997: Xmedia
|
|
> "The meaning of life is to improve the quality of all life"
|
|
> Anno 1996: CZV
|
|
> How do I set a DEFAULT HTML-DOCUMENT?
|
|
> Global Screen Design Services
|