-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Site and dist updates for 0.9 release
- Loading branch information
1 parent
6a5bb46
commit adfbfcb
Showing
14 changed files
with
178 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 4 additions & 5 deletions
9
...-fhir-dist/src/assembly/hapi-fhir-all.xml → ...sembly/hapi-fhir-android-distribution.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 5 additions & 16 deletions
21
hapi-fhir-dist/src/assembly/hapi-fhir-jpaserver-example.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,35 +1,24 @@ | ||
<?xml version="1.0" encoding="ISO-8859-1"?> | ||
<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd"> | ||
|
||
<id>all</id> | ||
<id>jpaserver-example</id> | ||
|
||
<formats> | ||
<format>zip</format> | ||
<format>tar.bz2</format> | ||
<!--<format>tar.bz2</format>--> | ||
</formats> | ||
|
||
<includeBaseDirectory>false</includeBaseDirectory> | ||
|
||
<fileSets> | ||
<fileSet> | ||
<directory>${project.basedir}</directory> | ||
<directory>${project.basedir}/../hapi-fhir-jpaserver-example</directory> | ||
<outputDirectory>/</outputDirectory> | ||
<includes> | ||
<include>README*</include> | ||
<include>LICENSE*</include> | ||
<include>NOTICE*</include> | ||
<include>pom.xml</include> | ||
<include>src/**</include> | ||
</includes> | ||
</fileSet> | ||
</fileSets> | ||
|
||
<dependencySets> | ||
<dependencySet> | ||
<outputDirectory>/lib</outputDirectory> | ||
<useProjectArtifact>true</useProjectArtifact> | ||
<unpack>false</unpack> | ||
<scope>runtime</scope> | ||
</dependencySet> | ||
</dependencySets> | ||
|
||
|
||
</assembly> |
35 changes: 35 additions & 0 deletions
35
hapi-fhir-dist/src/assembly/hapi-fhir-standard-distribution.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<?xml version="1.0" encoding="ISO-8859-1"?> | ||
<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.2 http://maven.apache.org/xsd/assembly-1.1.2.xsd"> | ||
|
||
<id>hapi-fhir-standard-distribution</id> | ||
|
||
<formats> | ||
<format>zip</format> | ||
<!--<format>tar.bz2</format>--> | ||
</formats> | ||
|
||
<includeBaseDirectory>false</includeBaseDirectory> | ||
|
||
<fileSets> | ||
<fileSet> | ||
<directory>${project.basedir}</directory> | ||
<outputDirectory>/</outputDirectory> | ||
<includes> | ||
<include>README*</include> | ||
<include>LICENSE*</include> | ||
<include>NOTICE*</include> | ||
</includes> | ||
</fileSet> | ||
</fileSets> | ||
|
||
<dependencySets> | ||
<dependencySet> | ||
<outputDirectory>/lib</outputDirectory> | ||
<useProjectArtifact>true</useProjectArtifact> | ||
<unpack>false</unpack> | ||
<scope>runtime</scope> | ||
</dependencySet> | ||
</dependencySets> | ||
|
||
|
||
</assembly> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd"> | ||
|
||
<properties> | ||
<title>Android Support</title> | ||
<author email="[email protected]">James Agnew</author> | ||
</properties> | ||
|
||
<body> | ||
|
||
<section name="Android Client Development"> | ||
|
||
<p> | ||
HAPI now has a specially built binary (JAR) which can be used on Android. Android developers | ||
may use this JAR to take advantage of the FHIR model classes, and the FHIR client (running a FHIR server | ||
on Android is not yet supported. Help wanted!) | ||
</p> | ||
|
||
<p> | ||
The Android JAR ships as a "shade JAR", meaning it is a single JAR containing all of the | ||
dependencies required in order to use HAPI FHIR. You should not need to include any other | ||
libraries. | ||
</p> | ||
<p> | ||
Note that the Android JAR is still new and hasn't received as much testing as other | ||
parts of the library. We would greatly appreciate feedback, testing, etc. Also note that | ||
because mobile apps run on less powerful hardware compared to desktop and server applications, | ||
it is all the more important to keep a single instance of the <code>FhirContext</code> | ||
around for good performance, since this object is expensive to create. We are hoping to | ||
improve performance of the creation of this object in a future release. If you are an | ||
Android developer and would like to help with this, please get in touch! | ||
</p> | ||
|
||
<subsection name="Get the Android JAR"> | ||
<p> | ||
To use the Android JAR from Maven, add the following dependency: | ||
</p> | ||
<source><![CDATA[<dependency> | ||
<groupId>ca.uhn.hapi.fhir</groupId> | ||
<artifactId>hapi-fhir-android</artifactId> | ||
<version>${project.version}</version> | ||
</dependency>]]></source> | ||
|
||
<p> | ||
Gradle users can use the following: | ||
</p> | ||
<source><![CDATA[dependencies { | ||
compile group: 'ca.uhn.hapi.fhir', name: 'hapi-fhir-android', version: '${project.version}' | ||
}]]></source> | ||
|
||
<p> | ||
You may also download a copy from the GitHub | ||
<a href="https://github.com/jamesagnew/hapi-fhir/releases">Releases</a> page. | ||
</p> | ||
</subsection> | ||
</section> | ||
|
||
</body> | ||
|
||
</document> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,6 +39,48 @@ | |
|
||
<section name="Announcements"> | ||
|
||
<p> | ||
<b>March 14, 2015 - HAPI FHIR 0.9 Released</b> - HAPI 0.9 has now been released. This | ||
release is an important one. It brings a number of fixes and new features, and most importantly | ||
brings suport for DSTU2 resources and parsing/encoding. DSTU2 is the upcoming next version | ||
of the FHIR specification itself. Also of particular note, the | ||
<a href="./doc_jpa.html">JPA Server</a> has graduated to being included in the | ||
Maven repos (so you can create your own server which works just like <a href="http://fhirtest.uhn.ca">ours</a>). | ||
The <a href="./doc_android.html">Android JAR</a> has also been included. | ||
</p> | ||
<p> | ||
As always, you can see the complete list of what has | ||
changed by consulting the <a href="./changes-report.html">changelog</a>, and the | ||
<a href="./download.html">download page</a> has information on where to get it. | ||
</p> | ||
<p> | ||
<b>Note on DSTU2:</b> It is important to note that DSTU2 is not yet formally ballotted by HL7, and as such it | ||
is subject to change. A number of developers are starting to target it however, so support | ||
was important to us at HAPI HQ. See the <a href="./doc_dstu2.html">HAPI DSTU2 page</a> | ||
for information about how to add support for FHIR DSTU2 in your applications. | ||
</p> | ||
<p> | ||
<b>What's Next:</b> We are planning on making the next release of HAPI be the 1.0 release. | ||
The biggest development on our plate for the next development cycle will be to finish | ||
the integration of the HL7.org structure classes. Some people may have noticed a project | ||
in our GitHub repo called "hapi-fhir-structures-hl7org" that isn't a part of the current build. | ||
What we are trying to do is to unify the HL7.org Java Reference Implementation data model with | ||
the HAPI one in a single set of classes. This will mean that HAPI users can take advantage | ||
of tools from the RI (such as the excellent validator that comes with it) and users of the | ||
RI can take advantage of HAPI's client and server toolkits. It is still not 100% clear what | ||
this integration will look like when it is complete, but that should become clear in the | ||
coming weeks. | ||
</p> | ||
<p> | ||
As always, thanks to everyone who contributed code, pull requests, and filed bugs to make | ||
this release better. HAPI FHIR is the collective work of a large number of people now | ||
and we all benefit from the collective hard work being put in from around the world! | ||
</p> | ||
<p> | ||
- <a href="mailto:[email protected]">James Agnew</a> | ||
</p> | ||
|
||
<!-- | ||
<p> | ||
<b>Dec 17, 2014 - HAPI FHIR 0.8 Released</b> - HAPI 0.8 has been released! | ||
As always, thanks to everyone who contributed on this; this release includes | ||
|
@@ -112,7 +154,6 @@ | |
- <a href="mailto:[email protected]">James Agnew</a> | ||
</p> | ||
<!-- | ||
<p> | ||
<b>Sep 8, 2014 - HAPI FHIR 0.6 Released</b> - A new build has been uploaded, | ||
containing a number of new features and bug fixes. See the changelog | ||
|