Monthly Archives: November 2015

Hackathon at Carnegie Museum of Art (My App: Track Your Progress)

Recently Carnegie Museum of Art (CMOA) has conducted a hackathon. As the website says: “To celebrate the 120th birthday of Carnegie Museums of Pittsburgh, Carnegie Museum of Art is opening up its collection data in a weekend-long hackathon that brings together arts, technology, and education communities. The museum will make… Read more »

PrimeFaces setup with Maven and Tomcat

In this post, we will setup PrimeFaces 5.3 with Maven and Tomcat. It is assumed that the installations described in this post are already in place.   Maven ArchetypeUse Maven webapp Archetype to create application structure

Create FoldersCreate folders src/main/java, src/test/java and src/test/resources. Update pom.xml

There are optional… Read more »

JBOSS Tools For Eclipse (JBOSS WildFly 9.x and Eclipse Mars)

To have development environment with JBOSS and Eclipse, need to install JBOSS Tools.  Installing JBOSS Tools plugin In Eclipse, Help -> Install New Software. In “Work With” box, give http://download.jboss.org/jbosstools/updates/development/mars/ Select ‘Abridged JBOSS Tools’. Click Next and Finish.  Setup JBOSS Server in Eclipse In Eclipse Java EE perspective, right click… Read more »