TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Classic WTF: We Use BobX

4 点作者 hartleybrody大约 12 年前

1 comment

api大约 12 年前
I wrote an XML-based language in Java years ago. It worked a bit like Rails macros, allowing arbitrary Java classes to be instantiated and their results displayed in a web page.<p>In my defense, this was in the late 90s. There was not much out there for not-completely-ugly web development. It actually worked pretty well. It let us write our business logic in POJOs and then rapidly code up XHTML web pages with embedded XML tags to invoke these and display the results. It was also pretty fast. The alternatives were crummy old PHP3, a bunch of proprietary junk that was mostly worse than PHP, and servlets full of out.println("&#60;tr&#62;&#60;td&#62;"+var+"&#60;/td&#62;&#60;td&#62;"... madness.<p>But apparently it's still in production. That makes me shudder, since there are <i>much</i> better things out there now.<p>Edit: just checked. Finally, it appears to be dead. Heh.