Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
mehi
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
Guiced Jetty on Heroku Cedar in 15 minutes
(dailyjavatips.com)
2 points
by
mehi
15y ago
|
0 comments
2.
▲
by
mehi
15y ago
My first impression is that Trello isn't a (good) product (yet) but it will certainly leverage on Joel's marketing machine. Observations: The organization information should not be public by default. I haven't found a way to delete an organ
3.
▲
Rate my coming-soon project: hassle-free email posting system.
(abacron.com)
2 points
by
mehi
15y ago
|
0 comments
4.
▲
by
mehi
16y ago
I agree. I've just met the RingoJS developers at the RingoJS meetup in Vienna. Very impressed! The RingoJS/Helma team should make it more clear about how committed they are to the development of future RingoJS libraries. RingoJS will benefi
5.
▲
by
mehi
16y ago
RingoJS is not slow . We use it in the Erbix backend, running a separate Rhino/RingoJS engine for each account. It's really stable, fast, multi-threaded. We use it in conjunction with PostgreSQL JDBC driver, serving large source code files
6.
▲
by
mehi
16y ago
Erbix launched the first server-side JavaScript Marketplace ( https://secure.erbix.com/marketplace ). The apps and libraries within the first apps developed by Erbix team are GPLed. They also use many other open source libraries (check out
7.
▲
by
mehi
16y ago
AppJet is being hosted at http://apps.jgate.de/ . We also launched Erbix a few days ago: http://www.erbix.com http://apps.ycombinator.com/item?id=1938066
8.
▲
by
mehi
16y ago
Thanks for your comments. We actually have synchronization an transactions. You can execute any SQL statement, including BEGIN, ROLLBACK and COMMIT. It's just that we haven't finished the database driver wrapper yet, so you have to handle t
9.
▲
by
mehi
16y ago
I see the parent comment got deleted. The question was in the lines of "I loved AppJet, how will you succeed where they didn't".
10.
▲
by
mehi
16y ago
Paul Graham congratulated AppJets in this post: http://ycombinator.posterous.com/congratulations-appjets . What got my attention was the "all-Javascript application platform" that the AppJets didn't know they were building. We are building
11.
▲
by
mehi
16y ago
Regarding non-JavaScript frameworks: We are considering other languages (Java especially, given our implementation). Technically, we can add any Java code and run it directly, however there are security issues with this approach. So these f
12.
▲
by
mehi
16y ago
It's really easy to port/wrap plain JavaScript code to Erbix/CommonJS; this is the first thing we've noticed while coding on Erbix Blog/Form Creator/ActiveRecord (included in Blog, a port from TrimPath Junction). One other example si Unders