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 !!!
Related
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?
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
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 ?
Hi i have created a web based application using struts2,spring and ibatis. I am using Apache tomcat server to host it on my computer and using msql as datasource.
I am able to use application on my computer browser.
But the requirement is to make this web based application to be accessible on more than one system using the browser.
Can you guys please guide me as how i can do that.As i am new to web based applications
I have a java web application which i'm developing using a local embedded HSQL database. Is there kind of a servlet which I can plug-in into my application and expose it /dbconsole, where I can fire sql statements, inspect tables, fields and table data?
I think you can try H2 Database which is a fast java opensource database. It can be easily embedded and it has a build-in servlet (org.h2.server.web.WebServlet) for db admin usage. We have used it in our production several years and it is very stable.
Here's its web console UI rendered by org.h2.server.web.WebServlet: