I am trying to create an Desktop Application which function as Code
Review for COBOL.








Input- Cobol File(s) which will be parsed first using Cobol Parser.
Parsed Data will be sent to maven check the code quality which in turn
returns some output. That output will be pumped in Sonar (or Report
Generation tool as Sonar is web Based utility). It will be shown through
UI.







Concept is like parsing the Cobol file first. Saving the data in
Database. Reviewing the data against some rules which will check weather
, code is as per defined rules. Now we need to use this output to
generate some report .





Questions:

1.       Can we use Sonar for Desktop Application?

2.       Does maven build the application only or Input , here Cobol
Files.

3.       Can we use Sonar to generate report?

4.       Which framework will be better for such application?










Regards,

Thanks in advance,

Alok


































From: Dave Newton-6 [via Struts]
[mailto:ml-node+4313250-2125301431-199...@n5.nabble.com]

Sent: Tuesday, April 19, 2011 6:53 PM
To: Singh, Alok (Cognizant)
Subject: Re: Using Strut in Desktop Application




> I am working on a Desktop application. I would like

> to use [the] Struts frame[work] in it.


Question one: why?


> Is it possible?


Sure, in a variety of ways. Most of them don't seem like a good idea.


> Please explain me if yes , how to implement.


Struts 1 or Struts 2? If Struts 1, I really wouldn't bother. If Struts

2, implement an action-based application. Struts 2 is a web layer on

top of the action pattern implementation provided by XWork. You'd put

a Swing layer on top of that. Doesn't mean it's a good idea.


You could also just write a self-contained web app, served with an

embedded server, and open a browser window, too.


> If not why ?


Because there are better solutions; Struts is pretty web-centric.


Dave


---------------------------------------------------------------------

To unsubscribe, e-mail: [hidden email]

For additional commands, e-mail: [hidden email]





________________________________

If you reply to this email, your message will be added to the discussion
below:

http://struts.1045723.n5.nabble.com/Using-Strut-Framework-in-Desktop-App
lication-tp4313164p4313250.html


To unsubscribe from Using Strut Framework in Desktop Application, click
here
<http://struts.1045723.n5.nabble.com/template/NamlServlet.jtp?macro=unsu
bscribe_by_code&node=4313164&code=YWxvay5zaW5naEBjb2duaXphbnQuY29tfDQzMT
MxNjR8MTc0MjQ3NjAyMA==> .




This e-mail and any files transmitted with it are for the sole use of the 
intended recipient(s) and may contain confidential and privileged information.
If you are not the intended recipient, please contact the sender by reply 
e-mail and destroy all copies of the original message.

Any unauthorised review, use, disclosure, dissemination, forwarding, printing 
or copying of this email or any action taken in reliance on this e-mail is 
strictly

prohibited and may be unlawful.

--
View this message in context: 
http://struts.1045723.n5.nabble.com/Using-Strut-Framework-in-Desktop-Application-tp4313164p4315049.html
Sent from the Struts - User mailing list archive at Nabble.com.

Reply via email to