Difficulties in java web programming [closed] - java

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

Related

Java framework for desktop application development [closed]

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 5 years ago.
Improve this question
Due to some constraints in the project I'm working on, I need to develop a desktop application using Java. Now, I face the decision of which framework should I use. Is there any outstanding one? I've searched in different questions already done in this forum, but most of them are from 2014 or earlier.
You can try JavaFx. You can also find a lot of tutorials on JavaFx in google.
https://docs.oracle.com/javafx/2/overview/jfxpub-overview.htm
As #StephaneM told this is off topic. Anyways you should use javaFX. Which is a library that has graphics and media controlling capabilities. Your next question would be what kind of IDE you should use. As I have seen both Eclipse and Intellij Idea have the drag and drop UI building interfaces. So you can only focus on the functionality building. Welcome to Stackoverflow and please read what #StephaneM mentioned.

java agent for IBM domino lotus [closed]

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.

Regarding Hosting Java application without dedicated Server [closed]

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

Java EBICS client [closed]

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

Java CUP resources, is it still used? [closed]

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 5 years ago.
Improve this question
I have recently been tasked to working on code that uses Java CUP. Does anybody still use it? I've found a couple small resources on it, but it looks like there isn't much documentation on the main site, Java Cup Website. If there are any mailing-lists or users out there I would like to know. BTW, I can't use the new engine that is being maintained by the people in Munich, I got to stick with version 0.1.
We use the newer one on the Eclipse XPath2 engine (disturbingly called PsychoPath).
CUP gets the job done, but we use the newer one.
Being a small piece of software, it's easier to understand, which makes up for the scarceness of resources.

Categories