I'm trying to develop a web application using java and I just want use HBase as my back end database.
I'm able use the HBase Java API but the problem is with the Web Application, I'm trying to write the HBase Java API code in JSPs(java server pages), is this the right way for developing HBase Web Application ???
I'm not having any idea of developing HBase web application. Please help me to find out procedure or any sample examples so that I can try it.
Thanks in advance
Related
as the title says I'm trying to integrate a node.js application in a java website. Can this be accomplished without running the application in a dedicate node server? If yes, how? The specific application is bpmn-js, by bpmn.io.
thanks for your help.
I have created a web app using java servlets and was wondering if there was a possibility of connection ios apps written in swift2 to the MySQL database in the web application. I have found information on how to connect android applications to the java servlet on my web app to be able to make queries to the database but the only information I can get about connecting the swift2 app to the database is through php and from what I have read, Java Servlets and php cannot be used together. Has anyone a solution to this problem?
please i need someone to highlight firstly how i could execute php 5.x on Oracle Weblogic J2EE server and the settings required if any...
its a java based environment and i'm wondering how i could get this up and running seamlessly.
if you could provide in details the process required to get Apache working, alongside PHP, my intentions is to use it as the base for a Laravel application i'm currently working on and utilize Oracle as the backend database model...
any ideas ?
I have a java web application using oracle 10g as database server .The datas are inserted using my web application in the tables. Is it possible to configure Tally Software to use the data in those tables?? Please Guide !!!
I want to access the SQL database from ubuntu 11.10. It's not possible to install SQL software in my ubuntu. Some suggested that to use webservice to access database from other sytem which has the database. Can anyone tell me the procedure to call a webservice which is written in java by some one else. I need to call the Web service in my python & plone project. But I'm not using any IDE for developing code. I don't have any experience in Web services. SO Please explain me the clear steps to hit the database.