Click here to Skip to main content
15,886,919 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
AnswerRe: System Design Patterns reading material? Pin
jschell17-Jun-17 6:12
jschell17-Jun-17 6:12 
AnswerRe: System Design Patterns reading material? Pin
Gerry Schmitz17-Jun-17 6:38
mveGerry Schmitz17-Jun-17 6:38 
GeneralRe: System Design Patterns reading material? Pin
Thirlan17-Jun-17 6:46
Thirlan17-Jun-17 6:46 
GeneralRe: System Design Patterns reading material? Pin
Gerry Schmitz17-Jun-17 7:25
mveGerry Schmitz17-Jun-17 7:25 
QuestionWhich technologies to build a collaborative multi user web application Pin
User 1322786614-Jun-17 10:01
User 1322786614-Jun-17 10:01 
AnswerRe: Which technologies to build a collaborative multi user web application Pin
jschell14-Jun-17 10:44
jschell14-Jun-17 10:44 
GeneralRe: Which technologies to build a collaborative multi user web application Pin
User 1322786616-Jun-17 14:12
User 1322786616-Jun-17 14:12 
GeneralRe: Which technologies to build a collaborative multi user web application Pin
jschell17-Jun-17 6:00
jschell17-Jun-17 6:00 
Member 13259867 wrote:
and which programming language to use on the server.


Based on my experience, in college, keep it simple. No extras. If you get done way early then you can add extras.

Do you consider that you are better in one language than others? Then use that one.

Member 13259867 wrote:
And I never integrated one into any software project


Fortunately there are many examples of that on the internet - but keep it simple.

Member 13259867 wrote:
Java Beans, Java Servlets and JSP but I don’t know how these should/would work togethe


Forget all of those. Try searching for examples using the following in google. (There are others besides codeproject of course but finding actual examples can be more difficult.)

jdbc site:codeproject.com

Why forget those specific ones? First because they probably are not as relevant now as the once were. There is some concepts there to learn but I suspect there is too much that isn't relevant. Second anything that accesses the database in java, no matter what sort of pretty facades they wrap it in, must still use jdbc. So learning that is always useful. Third jdbc matches your skill set in that it basically just SQL in java.
AnswerRe: Which technologies to build a collaborative multi user web application Pin
Gerry Schmitz14-Jun-17 16:36
mveGerry Schmitz14-Jun-17 16:36 
AnswerRe: Which technologies to build a collaborative multi user web application Pin
User 1322786616-Jun-17 14:14
User 1322786616-Jun-17 14:14 
Questionvending machine Pin
Member 1325295211-Jun-17 0:45
Member 1325295211-Jun-17 0:45 
RantRe: vending machine Pin
Richard Deeming12-Jun-17 1:58
mveRichard Deeming12-Jun-17 1:58 
QuestionDesign & | Architectural Solution for my Application which should work for different types of clients: (Thin Client(Browser), Thick Client(WPF), mobile application) Pin
Member 80678309-Jun-17 4:56
Member 80678309-Jun-17 4:56 
Rant[REPOST] Design & | Architectural Solution for my Application which should work for different types of clients: (Thin Client(Browser), Thick Client(WPF), mobile application) Pin
Richard Deeming9-Jun-17 5:23
mveRichard Deeming9-Jun-17 5:23 
SuggestionSoftware Design solution for Different Presentations - Thin Client(Browser), Thick Client(WPF), 3rd Party(SOA) application Pin
Member 80678309-Jun-17 0:47
Member 80678309-Jun-17 0:47 
GeneralRe: Software Design solution for Different Presentations - Thin Client(Browser), Thick Client(WPF), 3rd Party(SOA) application Pin
Mycroft Holmes9-Jun-17 23:10
professionalMycroft Holmes9-Jun-17 23:10 
GeneralRe: Software Design solution for Different Presentations - Thin Client(Browser), Thick Client(WPF), 3rd Party(SOA) application Pin
Member 806783011-Jun-17 19:56
Member 806783011-Jun-17 19:56 
GeneralRe: Software Design solution for Different Presentations - Thin Client(Browser), Thick Client(WPF), 3rd Party(SOA) application Pin
Mycroft Holmes11-Jun-17 23:42
professionalMycroft Holmes11-Jun-17 23:42 
QuestionCan we develop micro service with web api Pin
Mou_kol1-Jun-17 23:37
Mou_kol1-Jun-17 23:37 
AnswerRe: Can we develop micro service with web api Pin
Richard MacCutchan1-Jun-17 23:40
mveRichard MacCutchan1-Jun-17 23:40 
GeneralRe: Can we develop micro service with web api Pin
Mou_kol2-Jun-17 0:04
Mou_kol2-Jun-17 0:04 
AnswerRe: Can we develop micro service with web api Pin
Gerry Schmitz2-Jun-17 4:44
mveGerry Schmitz2-Jun-17 4:44 
GeneralRe: Can we develop micro service with web api Pin
Mou_kol5-Jun-17 22:28
Mou_kol5-Jun-17 22:28 
GeneralRe: Can we develop micro service with web api Pin
Gerry Schmitz6-Jun-17 3:50
mveGerry Schmitz6-Jun-17 3:50 
GeneralRe: Can we develop micro service with web api Pin
Mycroft Holmes6-Jun-17 14:44
professionalMycroft Holmes6-Jun-17 14:44 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.