Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <blockquote> <p>Which driver would you recommend?</p> <pre><code>* cassandra-jdbc driver implemented with datastax community edition? * Or Hector, which seems to be the most advanced client? </code></pre> </blockquote> <p>I would probably suggest hector as this project status is active. There are many q&amp;a, articles and manuals that can be found online and that help greatly when you starting to learn this new technology. But that does not means cassandra-jdbc driver is lack of materials that can be found online. This is my personal preference development using hector library from version 0.8 to the current latest version.</p> <blockquote> <p>If Hector how would I use Hector properly within a JSF project?</p> <pre><code>* Hector JPA integration (could not find any information on how to use)? * Using Hector directly from Managed Beans without JPA? </code></pre> <p>How would I use the driver best in a JSF 2.0 web application?</p> <pre><code>* Managed Beans? * Singleton Bean? * POJOs? </code></pre> <p>(I'm not very familiar with Java EE yet, but in the process of building up knowledge)</p> <p>How would I structure the classes/beans so that connections can be pooled?</p> <p>Is there maybe an open source example that is using JSF/Java EE or JSF/POJO to see how such as setup is used in best practice?</p> </blockquote> <p>You should really read and study into these repository.</p> <ul> <li><a href="https://github.com/btoddb/cassandra-queue-spring" rel="nofollow">cassandra-queue-spring</a></li> <li><a href="https://github.com/rantav/hector/tree/master/object-mapper" rel="nofollow">hector object mapper</a></li> </ul> <p>I don't have experience in JPA so I can't comment further but it seem that hector has the JPA classes that you will be interested in. Be sure to check out this <a href="https://github.com/rantav/hector/wiki/Hector-Object-Mapper-%28HOM%29" rel="nofollow">Hector Object Mapper</a> introduction. </p> <blockquote> <p>What are your opinions on how to start such a project from scratch?</p> </blockquote> <p>It's probably difficult to start everything from scratch if you are new JavaEE but this <a href="https://github.com/btoddb/cassandra-queue-spring" rel="nofollow">link</a> should provide you assistance when you start your own project.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload