Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I'm working on a Java project in which I should migrate a module based on ETBAC to EBICS. I've been searching for few days but I can't find any any example for such project.
The only available information is the official EBICS documentation.
Here, you can find a free EBICS client (french version) written in Java:
http://sourceforge.net/projects/ebics/
I came across your question a few times when researching for available ebics clients.
We have developed an Open Source ruby implementation of EBICS: https://github.com/railslove/epics
It is a pure ruby implementation and runs also on jruby to be deployed in a java environment
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I couldn't find any public data about the number of hosted project in Maven. I'm particularly interested in Java programming language and open source projects.
Is there any official statistics?
Maven Central's site has some stats, like that it contains over 100,000 unique artifacts, but it doesn't break it down by language or license.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I studied some tutorials in domino designer 9 now I want to make java agent but I didn't find any tutorials, Can any one give me good tutorials to learn java agent please?
I don't know that you'll find a clear, concise step-by-step tutorial. I've found some generic code samples, and there are samples for specific tasks (you know, like "How do I send a message?") What I did to learn was to take a small task, perhaps one already written in LotusScript and make it in Java. Open a database. Open a view. Create a document. Delete a document.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
Hello to all please I need help, I am very versed with java but I have this project I am working on that needs java web programming skills. I have to establish a platform for web development in java. That already done I have to test if the platform is suitable for bot static and dynamic web applications in java.This is my point of difficulty now for the test
There are plenty of tutorials. I have found these ones by Oracle to be the best. They assume you know very little java and work there way up to the complex stuff.
With out knowing what your project it is very hard to give you specific information.
http://docs.oracle.com/javase/tutorial/tutorialLearningPaths.html
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
my question is that......
I want to host my content management system without java dedicated server,Because of high Cost of java server.And what framework is beneficial for me to make content management system in java......
Help please,Thank you from my side.
You can always try amazon web services for hosting:
AWS
Grails is built on groovy and provides you with features like scaffolding. Groovy is an extension of java and relatively easy and fun to use. See these official sites for groovy and grails and this SO post for more info:
Stackoverflow
Groovy
Grails
Ultimately not a definite answer, but rather just some suggestions
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Is there any Free and Open Source web application which is developed on Google App Engine's Java platform?
I guess there are many. Here's mine: https://memwords.appspot.com/. Its source code is hosted on Google Code. See http://code.google.com/hosting/search?q=label%3aAppEngine for a list of other projects hosted on google code and labeled with AppEngine.