Java

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • kindly help please

    4 answers - 82 bytes - related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

    Can I use swings instead of jsp as view in struts
    Regards
    Pradhap
  • No.1 | | 963 bytes | |

    Hi Pradhap,

    Yes, you can. However, your JSPs will in all probability NT be
    rendering markup for display to the user they will probably generate
    some sort of data structure that your Swing client will use to update
    the view. Maybe XML for example.

    Your Swing app just makes HTTP requests to the app on the server as
    usual. I know this because about 3 years ago I was asked to do this
    the project didn't go beyond proof-of-concept, but it was working just
    fine before it was aborted.

    Now, keep in mind that when you use JSPs, assuming you use Struts tags,
    you'll be giving that stuff up, or more precisely, you'll have to code
    it all yourself if input validation fails for instance, you'll have
    to deal with redisplaying the entered values (if they were ever not
    visible that is).

    Frank

    xavier prad wrote:
    Can I use swings instead of jsp as view in struts
    Regards
    Pradhap
  • No.2 | | 1201 bytes | |

    hai *Zammetti,*
    *Thanks for the help you have extended me .Kindly let me know some websites
    to find the details .*
    *Regards ,*
    *Pradhap.*

    6/9/06, Frank W. Zammetti <fzlists (AT) omnytex (DOT) comwrote:

    Hi Pradhap,

    Yes, you can. However, your JSPs will in all probability NT be
    rendering markup for display to the user they will probably generate
    some sort of data structure that your Swing client will use to update
    the view. Maybe XML for example.

    Your Swing app just makes HTTP requests to the app on the server as
    usual. I know this because about 3 years ago I was asked to do this
    the project didn't go beyond proof-of-concept, but it was working just
    fine before it was aborted.

    Now, keep in mind that when you use JSPs, assuming you use Struts tags,
    you'll be giving that stuff up, or more precisely, you'll have to code
    it all yourself if input validation fails for instance, you'll have
    to deal with redisplaying the entered values (if they were ever not
    visible that is).

    Frank

    xavier prad wrote:
    Can I use swings instead of jsp as view in struts
    Regards
    Pradhap
    --
  • No.3 | | 2281 bytes | |

    Sorry, I don't have any applicable links to give. Some time with Google
    might find you some details.

    Frank

    xavier prad wrote:
    hai *Zammetti,*
    *Thanks for the help you have extended me .Kindly let me know some websites
    to find the details .*
    *Regards ,*
    *Pradhap.*

    6/9/06, Frank W. Zammetti <fzlists (AT) omnytex (DOT) comwrote:
    >>

    >Hi Pradhap,
    >>

    >Yes, you can. However, your JSPs will in all probability NT be
    >rendering markup for display to the user they will probably generate
    >some sort of data structure that your Swing client will use to update
    >the view. Maybe XML for example.
    >>

    >Your Swing app just makes HTTP requests to the app on the server as
    >usual. I know this because about 3 years ago I was asked to do this
    >the project didn't go beyond proof-of-concept, but it was working just
    >fine before it was aborted.
    >>

    >Now, keep in mind that when you use JSPs, assuming you use Struts tags,
    >you'll be giving that stuff up, or more precisely, you'll have to code
    >it all yourself if input validation fails for instance, you'll have
    >to deal with redisplaying the entered values (if they were ever not
    >visible that is).
    >>

    >Frank
    >>

    >xavier prad wrote:
    >Can I use swings instead of jsp as view in struts
    >Regards
    >Pradhap
    >>
    >>

    >--
    >Frank W. Zammetti
    >Founder and Chief Software Architect
    >Technologies
    >http://www.omnytex.com
    >AIM: fzammetti
    >Yahoo: fzammetti
    >MSN: fzammetti (AT) hotmail (DOT) com
    >Java Web Parts -
    >
    >Supplying the wheel, so you don't have to reinvent it!
    >>

    >
    >To unsubscribe, e-mail: user-unsubscribe (AT) struts (DOT) apache.org
    >For additional commands, e-mail: user-help (AT) struts (DOT) apache.org
    >>
    >>
  • No.4 | | 2453 bytes | |

    okay thats fine .No problem.I will find it out
    Regards
    Pradhap

    6/9/06, Frank W. Zammetti <fzlists (AT) omnytex (DOT) comwrote:

    Sorry, I don't have any applicable links to give. Some time with Google
    might find you some details.

    Frank

    xavier prad wrote:
    hai *Zammetti,*
    *Thanks for the help you have extended me .Kindly let me know some
    websites
    to find the details .*
    *Regards ,*
    *Pradhap.*
    --
    6/9/06, Frank W. Zammetti <fzlists (AT) omnytex (DOT) comwrote:
    >>

    >Hi Pradhap,
    >>

    >Yes, you can. However, your JSPs will in all probability NT be
    >rendering markup for display to the user they will probably generate
    >some sort of data structure that your Swing client will use to update
    >the view. Maybe XML for example.
    >>

    >Your Swing app just makes HTTP requests to the app on the server as
    >usual. I know this because about 3 years ago I was asked to do this
    >the project didn't go beyond proof-of-concept, but it was working just
    >fine before it was aborted.
    >>

    >Now, keep in mind that when you use JSPs, assuming you use Struts tags,
    >you'll be giving that stuff up, or more precisely, you'll have to code
    >it all yourself if input validation fails for instance, you'll have
    >to deal with redisplaying the entered values (if they were ever not
    >visible that is).
    >>

    >Frank
    >>

    >xavier prad wrote:
    >Can I use swings instead of jsp as view in struts
    >Regards
    >Pradhap
    >>
    >>

    >--
    >Frank W. Zammetti
    >Founder and Chief Software Architect
    >Technologies
    >http://www.omnytex.com
    >AIM: fzammetti
    >Yahoo: fzammetti
    >MSN: fzammetti (AT) hotmail (DOT) com
    >Java Web Parts -
    >
    >Supplying the wheel, so you don't have to reinvent it!
    >>

    >
    >To unsubscribe, e-mail: user-unsubscribe (AT) struts (DOT) apache.org
    >For additional commands, e-mail: user-help (AT) struts (DOT) apache.org
    >>
    >>

    >
    >

Re: kindly help please


max 4000 letters.
Your nickname that display:
In order to stop the spam: 7 + 6 =
QUESTION ON "Java"

EMSDN.COM