streamable-httpApache-2.0updated 1mo ago
The Early Years â The History of javaBin (Norwegian Java User Group)
What can you do with javaBin archive â Norwegian Java community origins?
javabin-archive
The Early Years â The History of javaBin (Norwegian Java User Group)
A documentary-style static site chronicling the founding and early history of javaBin, the Norwegian Java User Group (founded April 23, 1998), and how a small community in Oslo grew JavaZone into Scandinavia's largest developer conference.
Live Site
The site is deployed on GitHub Pages from the docs/ folder:
https://exoreaction.github.io/javabin-archieve/
Structure
docs/ GitHub Pages source (plain HTML + CSS)
index.html Single-page documentary site
style.css Custom CSS â no frameworks, no build step
baseline/ Research baseline: timeline, people, findings
sources/ Primary sources: firsthand accounts, tributes
snapshots/ Wayback Machine snapshots of java.no
scripts/ Fetch and research scripts
wayback-output/ Raw Wayback Machine downloads
Enabling GitHub Pages
If the site is not yet live, enable it in the repository settings:
- Go to Settings â Pages
- Under Source, select Deploy from a branch
- Set branch to main and folder to /docs
- Click Save
The site will be live within a few minutes at the URL above.
Content
The site covers javaBin's history from 1996 to the present, with focus on the founding era (1998â2008):
- The Origin â The 1996 first attempt, the 1998 founding, Totto's motivation
- The People â The inner circle: Totto, Stein Grimstad, Carl Onstad; key contributors
- The Platform â java.no as a Java web application, JForum, 2M+ hits/month
- JavaZone â From 350 people in a basement (2002) to 3,600 at Oslo Spektrum (2024)
- The Community â Forum culture, Norwegian-language tech discussion, monthly meetups
- The Handover â 2007: Totto and Stein step down, the next generation takes over
- Legacy â Teknologihuset, Duke's Choice Award 2019, 4,000 members today
Sources
Built from primary sources including:
- Olve Maudal's 2007 tribute blog post
- Thor Henning Hetland's firsthand memories (2026)
- javaBin annual meeting documents (2003â2009)
- Wayback Machine snapshots of java.no (1997â2006)
- JavaZone web archive (jz09âjz12.java.no)
Tech
Plain HTML + CSS. No build step, no JavaScript frameworks, no dependencies. Opens in any browser. Deploys on GitHub Pages with zero configuration beyond the settings above.
License
See LICENSE.
Install
Add javaBin archive â Norwegian Java community origins to your client. Pick the one you use.
claude mcp add --transport http javabin-archive-norwegian-java-community https://mcp-javabin-archieve.fly.dev/mcpcodex mcp add javabin-archive-norwegian-java-community --url https://mcp-javabin-archieve.fly.dev/mcp{
"mcpServers": {
"javabin-archive-norwegian-java-community": {
"url": "https://mcp-javabin-archieve.fly.dev/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"javabin-archive-norwegian-java-community": {
"type": "http",
"url": "https://mcp-javabin-archieve.fly.dev/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"javabin-archive-norwegian-java-community": {
"url": "https://mcp-javabin-archieve.fly.dev/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"javabin-archive-norwegian-java-community": {
"serverUrl": "https://mcp-javabin-archieve.fly.dev/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation18/25
- Maintenance16/25
- Trust13/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 49 days ago
- Has a release history
- Repository is not archived
- Licensed Apache-2.0
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint â no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Jul 14, 2026 |