All Questions
4 questions
0
votes
0
answers
75
views
How can I design a secure content verification web application?
In my country, there is a high number of fraudulent doctor's sick letter as they are manually written on paper. I'm designing a web application to combat this issue and have the whole process ...
3
votes
1
answer
729
views
Confused how to design app server architecture
I'm developing a desktop JavaFX application that connects to a local WildFly app server via the REST protocol. WildFly describes itself as an
application runtime that helps you build amazing ...
13
votes
2
answers
21k
views
Structure of RESTful Service with Java Spring for Beginner
I am relatively new in terms of Java web development skills. I have a project that I think would make a good candidate for a RESTful service from what little I understand about APIs. I'm trying to get ...
64
votes
4
answers
71k
views
Reasons NOT to use JSF [closed]
I am new to StackExchange, but I figured you would be able to help me.
We're crating a new Java Enterprise application, replacing an legacy JSP solution. Due to many many changes, the UI and parts of ...