Click here to Skip to main content
15,905,068 members
Home / Discussions / Design and Architecture
   

Design and Architecture

 
QuestionFrontend JS directly invoking backend services Pin
Member 1220163911-Dec-15 8:44
Member 1220163911-Dec-15 8:44 
AnswerRe: Frontend JS directly invoking backend services Pin
Eddy Vluggen14-Dec-15 6:25
professionalEddy Vluggen14-Dec-15 6:25 
QuestionJava web service code design Pin
Stephen Holdorf18-Nov-15 1:55
Stephen Holdorf18-Nov-15 1:55 
AnswerRe: Java web service code design Pin
Stephen Holdorf20-Nov-15 3:19
Stephen Holdorf20-Nov-15 3:19 
AnswerRe: Java web service code design Pin
Gerry Schmitz20-Nov-15 5:49
mveGerry Schmitz20-Nov-15 5:49 
GeneralRe: Java web service code design Pin
Stephen Holdorf20-Nov-15 6:14
Stephen Holdorf20-Nov-15 6:14 
GeneralRe: Java web service code design Pin
Gerry Schmitz20-Nov-15 6:37
mveGerry Schmitz20-Nov-15 6:37 
GeneralRe: Java web service code design Pin
Stephen Holdorf20-Nov-15 6:59
Stephen Holdorf20-Nov-15 6:59 
GeneralRe: Java web service code design Pin
Gerry Schmitz20-Nov-15 7:24
mveGerry Schmitz20-Nov-15 7:24 
GeneralRe: Java web service code design Pin
Stephen Holdorf20-Nov-15 7:45
Stephen Holdorf20-Nov-15 7:45 
QuestionScaling a Core PHP Project Pin
gouravkaila6-Nov-15 6:47
gouravkaila6-Nov-15 6:47 
AnswerRe: Scaling a Core PHP Project Pin
jschell7-Nov-15 6:22
jschell7-Nov-15 6:22 
QuestionInter-process communications in a desktop client-server app with local server? Pin
markrlondon3-Nov-15 11:01
markrlondon3-Nov-15 11:01 
AnswerRe: Inter-process communications in a desktop client-server app with local server? Pin
jschell3-Nov-15 16:18
jschell3-Nov-15 16:18 
GeneralRe: Inter-process communications in a desktop client-server app with local server? Pin
markrlondon2-Nov-20 18:14
markrlondon2-Nov-20 18:14 
AnswerRe: Inter-process communications in a desktop client-server app with local server? Pin
Eddy Vluggen3-Nov-15 23:41
professionalEddy Vluggen3-Nov-15 23:41 
GeneralRe: Inter-process communications in a desktop client-server app with local server? Pin
markrlondon2-Nov-20 18:14
markrlondon2-Nov-20 18:14 
QuestionWeb service arhitecture for mobile game Pin
golandy29-Oct-15 7:05
golandy29-Oct-15 7:05 
QuestionMaintainable Design Pattern Pin
Lucas A. Martinez18-Oct-15 6:57
Lucas A. Martinez18-Oct-15 6:57 
AnswerRe: Maintainable Design Pattern Pin
Mycroft Holmes18-Oct-15 16:25
professionalMycroft Holmes18-Oct-15 16:25 
AnswerRe: Maintainable Design Pattern Pin
Gerry Schmitz18-Oct-15 23:17
mveGerry Schmitz18-Oct-15 23:17 
AnswerRe: Maintainable Design Pattern Pin
Udayakiran Kallavi29-Oct-15 7:20
Udayakiran Kallavi29-Oct-15 7:20 
QuestionQuestion about Programming Language/Architecture For A Specialized Reporting Tool Pin
Member 120472219-Oct-15 15:46
Member 120472219-Oct-15 15:46 
Hello:

I need to build a reporting tool that can read an xml file (which is the data output of a piece of hardware). The report would be populated with the read-only data (output from the hardware), but there also needs to be a comment field added to the report template that the user can data enter into and then the whole thing needs to be saved as a filled in report instance. I was thinking .pdf.

1) One way I see this application is.: I would create an xsl file for the template. The xsl file would be merged with the xml file to create the report.

The data is sensitive so I don't want the data in the cloud.
It will be available locally via a flash drive.

If I did it this way, I envision a local web server to be started on the client since a browser can not read a local xsl or xml file without security issues.

So, this design is kind of a local web application.

2) Another way is to create a desktop application, but then there are distribution issues and runtime issues, if it's a C# application. The other alternative for me is a Java Web Start application.

Either way, I do it, I think it would be easiest to have the data/template be displayed on the screen so the user can enter the comments into a field and then have another tool save to a .pdf.

Any ideas or has someone done something similar where they would be able to share what worked for them?

Dan
AnswerRe: Question about Programming Language/Architecture For A Specialized Reporting Tool Pin
Gerry Schmitz18-Oct-15 23:29
mveGerry Schmitz18-Oct-15 23:29 
QuestionDiscussion - Backward Compatibility Implementation Strategies Pin
Lior Cohen9-Oct-15 0:00
Lior Cohen9-Oct-15 0:00 

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.