How to integrate Java with Tally application [closed] - java

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
I need to integrate my java web application with Tally software.
Is it possible? Please provide some idea.

Well, Tally doesn't support SOAP, but does support a basic XML/HTTP interface, as one of the integration options. Some of my experiments with Tally is captured here: http://subbaraman.wordpress.com/2010/07/01/playing-with-tally-software/.
Hope this helps

Tally ERP 9 implements SOAP web services. More here. Accessing an application using SOAP is common technique in Java and is supported by many libraries.

Related

Is maven necessary to create web sockets in java? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
As i m new to the web sockets i want to clarify that is there any simple methods to create web sockets in java without using maven.
please help me friends.
There might be different ways to create web sockets,but if your question is whether you can create web sockets without including maven as a build ,then the answer is yes.
but let me clarify maven is not the one which you need to create web sockets,its just a build tool.
For better understanding ,go through following link
http://www.mkyong.com/tutorials/maven-tutorials/

Integrate Elasticsearch with Spring MVC [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
How to Integrate Elasticsearch with Spring MVC application and perform basic CRUD Operations.
Maybe this can help you or perhaps this? I hope this will lead you closer to what you want.

How to make installer for a program include java and sql database? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
I have wrote a program with using Netbeans and Java language. This program uses sql database. Now I want to create an installer for it that users only install it and starting use it. How can I do this?
You can consider using install4j, it comes with many useful features like scripting, service for windows, conguration ...
http://www.ej-technologies.com/products/install4j/overview.html
Also you can experimenting on izpack. But i would suggest install4j as i have good experience with install4j.
http://java-source.net/open-source/installer-generators/izpack

How to make chating application in android? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
I want to create chating app in which two different users able to do personal chating using app(like whats app), Here users registered on sql server.
Look into GCM(Google Cloud Messaging). Also, this question has been asked many times before so just use search.

Automation android game test tool [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
I have got a project to create an automated test tool for 3rd party (Source code isn't available) android games.So my question is to what extend can we run an automated test for a game. Is it possible to create such a tool ? If yes please let me how we can do it.
Robotium seems matching your requirements well. It allows to tap here and there on a running application without having source code access, also search for a text that must appear in response to these taps.

Categories