forked from opensourceBIM/BIMserver
-
Notifications
You must be signed in to change notification settings - Fork 0
Download
Ruben de Laat edited this page Jul 9, 2013
·
2 revisions
A lot of different builds have been added in the past, this page should explain which downloads could be interesting for you.
Substitute "[version]" with the version, for nightly builds this is something like "nightlybuild-2011-11-15".
- bimserver-client-lib-[version].zip: Client library, usable for Java projects that want to connect to a BIMserver
- bimserver-lib-[version].zip: Server library, usable for Java developers that want to embed a BIMserver in their own application
- bimserver-[version].jar: A runnable JAR file that starts a BIMserver
- bimserver-[version].war: A WAR file that has to be deployed in a WebApplicationContainer like Tomcat that starts a BIMserver
- bimserver-source-[version].zip: A zip file containing all source code
Deployment
Developers
- Service Interfaces
- Clients
-
Plugin Development
- [Serializer Plugin](https://github.com/opensourceBIM/BIMserver/wiki/Serializer Plugin)
- [Deserializer Plugin](https://github.com/opensourceBIM/BIMserver/wiki/Deserializer Plugin)
- Model Compare Plugin
- Model Merge Plugin
- Query Engine Plugin
- Render Engine Plugin
- ObjectIDM Plugin
- Schema Plugin
- Service Plugin
BIMServer Developers
- Eclipse
- Eclipse Modeling Framework
- Embedding
- Terminology
- Database/Versioning
- IFC STEP Encoding
- Communication
General