Blog

ColdBox Eclipse Plugins Online!

Luis Majano October 04, 2009

Spread the word

Luis Majano

October 04, 2009

Spread the word


Share your thoughts

I just uploaded the ColdBox Eclipse Documentation plugins online for sharing with the community.  You can find all the SVN access information in our SVN access page and below.  This way, the community can contribute to our simple eclipse plugins.

ColdBox Eclipse Plugins

The eclipse plugins contains three folder repositories:

  • org.coldbox.apidocs
  • org.coldbox.apidocs_feature
  • org.coldbox.updatesite

svn co http://ortus.svnrepository.com/svn/coldbox/eclipse_plugins --username nightlybuild --password nightlybuild

svn co https://secure3.svnrepository.com/s_lmajano/coldbox/eclipse_plugins --username nightlybuild --password nightlybuild


Add Your Comment

(1)

Oct 14, 2009 20:49:20 UTC

by chien Chia Te

get coldbox eclipse

Recent Entries

BoxLang 1.15.0 Released: Blazing Fast Strings, Runtime Portability, and much more

BoxLang 1.15.0 Released: Blazing Fast Strings, Runtime Portability, and much more

BoxLang 1.15.0 is a high-impact release with two big headlines and a long tail of hardening. The first headline is a massive performance upgrade to string handling: a new first-class BoxStringBuilder type, compile-time literal folding, smarter &= semantics, and a runtime concat strategy that automatically switches to builder-backed accumulation once your expression gets big enough. Your existing string-heavy code just got faster. No rewrites required.

Luis Majano
Luis Majano
July 09, 2026
MatchBox Web Server: BoxLang Without the Full Server Stack

MatchBox Web Server: BoxLang Without the Full Server Stack

MatchBox includes a native web runtime for building small, fast BoxLang web applications without requiring a JVM or a traditional servlet container. You can follow the MatchBox open beta at https://github.com/ortus-boxlang/matchbox. There are two related pieces in the beta today: a webroot server for .bxm templates and static assets, and a routed app server built around web.server(). Both are early, but they show the direction clearly: BoxLang should be able to serve HTTP from a compact native runtime when the application does not need the full JVM stack.

Victor Campos
Victor Campos
July 07, 2026