GenoPro Home
GenoPro Home  |  Get Started With My Genealogy Tree  |  Buy  |  Login  |  Privacy  |  Search  |  Site Map
 
Display Family View Tree a JSP of J2EE Application


https://support.genopro.com/Topic37056.aspx
Print Topic | Close Window

By Faisalraza - Monday, May 16, 2016
Our application runs on WebSphere 7.0 with JDK 1.8 using JSP/ Servlets. We use IE11 as our primarily internet browser. 
We want to see the family tree view of the selected individual in a web page. So basically user will click a link (person name) and a web page will be launched with family tree view/information. 
Does your application provide the runtime library/ API which can be included in a J2EE application to generate the family tree view of the selected individual on a pop-up page or a new web page? 
Thank you 
By GenoProSupport - Friday, May 27, 2016
GenoPro does not have any APIs for this, however the .gno file format uses XML which may be used by third party tools to display the family tree. 

My brother made an application written in Silverlight to do exactly what you described above at http://genolight.genopro.com/ .  The problem is Silverlight is dead Crying

For GenoProX, the native file format is JSON, to make it easier for third party applications to use and render the data.  Ron already written a prototype to draw family trees for GenoProX.  Of course, the file format of GenoProX is not finalized, so the tools are likely to require some updates.