You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by David Whipple <dw...@dtcc.com> on 2005/07/11 19:16:15 UTC

[OT] UML class diagrams

Anyone have any suggestions for an opensource/freeware tool for reverse
engineering java code to class diagrams?

Thanks,
Dave


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


RE: [OT] UML class diagrams

Posted by Mark Benussi <ma...@hotmail.com>.
http://www.gentleware.com/index.php?id=ce

-----Original Message-----
From: amitava.basak@tcs.com [mailto:amitava.basak@tcs.com] 
Sent: 15 July 2005 09:49
To: Struts Users Mailing List
Subject: Re: [OT] UML class diagrams


Can I have a look at Poseidon. I am using Jude, which is good but I need 
more than just seq and class diags. e.g: component diag..etc. can you mail 
it to me and many like me ?


Amitava Basak
ASE(T)
Tata Consultancy Services Limited
Mailto: amitava.basak@tcs.com
Website: http://www.tcs.com



Preeti Iyer <pr...@gmail.com> 
07/14/2005 08:23 PM
Please respond to
"Struts Users Mailing List" <us...@struts.apache.org>


To
Struts Users Mailing List <us...@struts.apache.org>
cc

Subject
Re: [OT] UML class diagrams






Hi Dave,
You can also try Poseidon or Jude. Both are free. 

--regards.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


ForwardSourceID:NT00005B6A 


Notice: The information contained in this e-mail message and/or attachments
to it may contain confidential or privileged information.   If you are not
the intended recipient, any dissemination, use, review, distribution,
printing or copying of the information contained in this e-mail message
and/or attachments to it are strictly prohibited.   If you have received
this communication in error, please notify us by reply e-mail or telephone
and immediately and permanently delete the message and any attachments.
Thank you

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: [OT] UML class diagrams

Posted by am...@tcs.com.
Can I have a look at Poseidon. I am using Jude, which is good but I need 
more than just seq and class diags. e.g: component diag..etc. can you mail 
it to me and many like me ?


Amitava Basak
ASE(T)
Tata Consultancy Services Limited
Mailto: amitava.basak@tcs.com
Website: http://www.tcs.com



Preeti Iyer <pr...@gmail.com> 
07/14/2005 08:23 PM
Please respond to
"Struts Users Mailing List" <us...@struts.apache.org>


To
Struts Users Mailing List <us...@struts.apache.org>
cc

Subject
Re: [OT] UML class diagrams






Hi Dave,
You can also try Poseidon or Jude. Both are free. 

--regards.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


ForwardSourceID:NT00005B6A 


Notice: The information contained in this e-mail message and/or attachments to it may contain confidential or privileged information.   If you are not the intended recipient, any dissemination, use, review, distribution, printing or copying of the information contained in this e-mail message and/or attachments to it are strictly prohibited.   If you have received this communication in error, please notify us by reply e-mail or telephone and immediately and permanently delete the message and any attachments.  Thank you

Re: Forward path entry in Struts-config

Posted by Laurie Harper <la...@holoweb.net>.
rajiv verma wrote:
> Hi,
>   I want to place my JSPs under the WEB-INF directory[login directory].
> How ths struts-config entries should look in this case.
> If I try to add the following forward--entry:
> 
> <forward name="success" path="/login/welcome.jsp" redirect="true"
> contextRelative="false" />
> But, this by default looks everything under the context[root].
> Any solution to this? I know there is forward pattern, I was trying to
> make use of it, but does not seem to work.
> Thanks,
> Rajiv

Have you tried with a path of /WEB-INF/login/welcome.jsp and redirect set 
to false? As Michael points out you wont be able to do this using 
redirects, but forwards should work OK.

L.
-- 
Laurie, Open Source advocate, Java geek and novice blogger:
http://www.holoweb.net/~laurie/


---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: Forward path entry in Struts-config

Posted by Michael Jouravlev <jm...@gmail.com>.
1. Files under WEB-INF cannot be accessed directly from outside, that
is, from browser
2. Redirect generates a new browser request to the server

So, the answer is "not possible" in your current configuration.

JSP generally should not be accessed from outside, they should be
forwarded to from an action class. You redirect to an action, which
forwards to JSP. This will work.

Michael.

On 7/14/05, rajiv verma <ra...@gmail.com> wrote:
> Hi,
>   I want to place my JSPs under the WEB-INF directory[login directory].
> How ths struts-config entries should look in this case.
> If I try to add the following forward--entry:
> 
> <forward name="success" path="/login/welcome.jsp" redirect="true"
> contextRelative="false" />
> But, this by default looks everything under the context[root].
> Any solution to this? I know there is forward pattern, I was trying to
> make use of it, but does not seem to work.
> Thanks,
> Rajiv

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Forward path entry in Struts-config

Posted by rajiv verma <ra...@gmail.com>.
Hi,
  I want to place my JSPs under the WEB-INF directory[login directory].
How ths struts-config entries should look in this case.
If I try to add the following forward--entry:

<forward name="success" path="/login/welcome.jsp" redirect="true"
contextRelative="false" />
But, this by default looks everything under the context[root].
Any solution to this? I know there is forward pattern, I was trying to
make use of it, but does not seem to work.
Thanks,
Rajiv

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: [OT] UML class diagrams

Posted by Preeti Iyer <pr...@gmail.com>.
Hi Dave,
You can also try Poseidon or Jude. Both are free. 

--regards.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: [OT] UML class diagrams

Posted by Nick Heudecker <nh...@gmail.com>.
ArgoUML will do it.  

On 7/11/05, David Whipple <dw...@dtcc.com> wrote:
> Anyone have any suggestions for an opensource/freeware tool for reverse
> engineering java code to class diagrams?
> 
> Thanks,
> Dave
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
> For additional commands, e-mail: user-help@struts.apache.org
> 
>

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org