<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>question Is it possible to connect a Java ee application(JSF, Spring,Hibernate) with HDP and use hortonworks features ? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-it-possible-to-connect-a-Java-ee-application-JSF-Spring/m-p/155772#M20744</link>
    <description />
    <pubDate>Fri, 16 Sep 2022 10:05:30 GMT</pubDate>
    <dc:creator>haroun_dellay</dc:creator>
    <dc:date>2022-09-16T10:05:30Z</dc:date>
    <item>
      <title>Is it possible to connect a Java ee application(JSF, Spring,Hibernate) with HDP and use hortonworks features ?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-it-possible-to-connect-a-Java-ee-application-JSF-Spring/m-p/155772#M20744</link>
      <description />
      <pubDate>Fri, 16 Sep 2022 10:05:30 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-it-possible-to-connect-a-Java-ee-application-JSF-Spring/m-p/155772#M20744</guid>
      <dc:creator>haroun_dellay</dc:creator>
      <dc:date>2022-09-16T10:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to connect a Java ee application(JSF, Spring,Hibernate) with HDP and use hortonworks features ?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-it-possible-to-connect-a-Java-ee-application-JSF-Spring/m-p/155773#M20745</link>
      <description>&lt;A rel="user" href="https://community.cloudera.com/users/3006/haroundellay.html" nodeid="3006"&gt;@haroun dellay&lt;/A&gt;&lt;P&gt;Short answer: Yes&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2016 15:38:19 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-it-possible-to-connect-a-Java-ee-application-JSF-Spring/m-p/155773#M20745</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-02-24T15:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to connect a Java ee application(JSF, Spring,Hibernate) with HDP and use hortonworks features ?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-it-possible-to-connect-a-Java-ee-application-JSF-Spring/m-p/155774#M20746</link>
      <description>&lt;P&gt;&lt;A href="http://hortonworks.com/training/class/hdp-certified-java-developer-exam/"&gt;http://hortonworks.com/training/class/hdp-certified-java-developer-exam/&lt;/A&gt; &lt;/P&gt;&lt;P&gt;This training covers the details.&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2016 15:41:51 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-it-possible-to-connect-a-Java-ee-application-JSF-Spring/m-p/155774#M20746</guid>
      <dc:creator>nsabharwal</dc:creator>
      <dc:date>2016-02-24T15:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to connect a Java ee application(JSF, Spring,Hibernate) with HDP and use hortonworks features ?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-it-possible-to-connect-a-Java-ee-application-JSF-Spring/m-p/155775#M20747</link>
      <description>&lt;P&gt;And the long answer ?  haha , how may my JavaEE Application connect to hortonwroks running on virtualBox  &lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2016 15:50:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-it-possible-to-connect-a-Java-ee-application-JSF-Spring/m-p/155775#M20747</guid>
      <dc:creator>haroun_dellay</dc:creator>
      <dc:date>2016-02-24T15:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to connect a Java ee application(JSF, Spring,Hibernate) with HDP and use hortonworks features ?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-it-possible-to-connect-a-Java-ee-application-JSF-Spring/m-p/155776#M20748</link>
      <description>&lt;P&gt;Not really. You mean as a persisted storage layer under hibernate and ejbs correct? &lt;/P&gt;&lt;P&gt;Hive wouldn't work well for this since it's not an oltp database. It is a wareshoue.. So that would leave hbase most likely with Apache Phoenix. &lt;/P&gt;&lt;P&gt;I Googled it a bit and focused on hibernate because that seems to be the most popular recently  and did not find a connector for Phoenix. Doesn't mean it's not possible to write one. &lt;/P&gt;&lt;P&gt;Googled a bit more and there is Hibernate OGM for NoSQL stores as well. Unfortunately it currently does not support HBase. &lt;/P&gt;&lt;P&gt;&lt;A href="http://hibernate.org/ogm/" target="_blank"&gt;http://hibernate.org/ogm/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;So the two possibilities would be to write an extension for OGM for HBase or rewrite a connector for Apache Phoenix. I wrote one for Netezza a while back and it should not be terribly difficult, although the Phoenix syntax has some differences to standard SQL ( UPSERT instead of INSERT ... )&lt;/P&gt;</description>
      <pubDate>Wed, 24 Feb 2016 17:00:38 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/Is-it-possible-to-connect-a-Java-ee-application-JSF-Spring/m-p/155776#M20748</guid>
      <dc:creator>bleonhardi</dc:creator>
      <dc:date>2016-02-24T17:00:38Z</dc:date>
    </item>
  </channel>
</rss>

