employee read me
diff --git a/jpa/employee/README.md b/jpa/employee/README.md
index 1fff78e..69108e8 100644
--- a/jpa/employee/README.md
+++ b/jpa/employee/README.md
@@ -1,4 +1,24 @@
 EclipseLink Example
 ===================
 
-http://wiki.eclipse.org/EclipseLink/Examples
\ No newline at end of file
+The EclipseLink Employee example is used to illustrate basic usage of JPA. Instructions for running the examples are available here:
+
+http://wiki.eclipse.org/EclipseLink/Examples/JPA/Employee
+
+employee.model
+--------------
+
+employee.web
+------------
+
+Simple JSF application that leverages the employee.model.
+
+employee.web-js
+---------------
+
+TODO
+
+employee.model-nosql
+--------------------
+
+TODO
\ No newline at end of file
diff --git a/jpa/polyglot/web/.gitignore b/jpa/polyglot/web/.gitignore
new file mode 100644
index 0000000..5e56e04
--- /dev/null
+++ b/jpa/polyglot/web/.gitignore
@@ -0,0 +1 @@
+/bin
diff --git a/jpa/polyglot/web/.project b/jpa/polyglot/web/.project
new file mode 100644
index 0000000..8038f7a
--- /dev/null
+++ b/jpa/polyglot/web/.project
@@ -0,0 +1,29 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>polyglot.web</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.wst.common.project.facet.core.builder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.eclipse.m2e.core.maven2Builder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+		<nature>org.eclipse.m2e.core.maven2Nature</nature>
+		<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
+	</natures>
+</projectDescription>