FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » UML
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
UML [message #181674] Fri, 24 May 2013 22:49 Go to next message
Scott Johnson is currently offline  Scott Johnson
Messages: 196
Registered: January 2012
Karma: 0
Senior Member
Has anyone used UML class diagrams to present an OOP project?

If so is there a program that helps this diagramming besides pen and paper?
Re: UML [message #181679 is a reply to message #181674] Fri, 24 May 2013 23:17 Go to previous messageGo to next message
Jerry Stuckle is currently offline  Jerry Stuckle
Messages: 2598
Registered: September 2010
Karma: 0
Senior Member
On 5/24/2013 6:49 PM, Scott Johnson wrote:
> Has anyone used UML class diagrams to present an OOP project?
>

Yup

> If so is there a program that helps this diagramming besides pen and paper?

Lots of them, from free to expensive. I'd suggest you try an OO-related
newsgroup. You'll get better answers than in a PHP newsgroup.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex(at)attglobal(dot)net
==================
Re: UML [message #181681 is a reply to message #181679] Fri, 24 May 2013 23:40 Go to previous messageGo to next message
Christoph Becker is currently offline  Christoph Becker
Messages: 91
Registered: June 2012
Karma: 0
Member
Jerry Stuckle wrote:
> On 5/24/2013 6:49 PM, Scott Johnson wrote:
>> Has anyone used UML class diagrams to present an OOP project?
>>
>
> Yup
>
>> If so is there a program that helps this diagramming besides pen and
>> paper?
>
> Lots of them, from free to expensive. I'd suggest you try an OO-related
> newsgroup. You'll get better answers than in a PHP newsgroup.

If Scott is asking not only for a tool to *draw* UML class diagramms,
but for a tool which might be able to generate (an) actual PHP code
(skeleton) from, or even reverse engineer existing PHP to UML class
diagramms, the question *might* better be asked here than in a generally
OO-related newsgroup.

I have only superficial experience with such tools, but I am aware that
there has been quite mature support for *some* languages since many
years (at least Java, C++ and Eiffel--the latter regarding BON instead
of UML).

--
Christoph M. Becker
Re: UML [message #181683 is a reply to message #181679] Sat, 25 May 2013 00:04 Go to previous messageGo to next message
Scott Johnson is currently offline  Scott Johnson
Messages: 196
Registered: January 2012
Karma: 0
Senior Member
On 5/24/2013 4:17 PM, Jerry Stuckle wrote:
> On 5/24/2013 6:49 PM, Scott Johnson wrote:
>> Has anyone used UML class diagrams to present an OOP project?
>>
>
> Yup
>
>> If so is there a program that helps this diagramming besides pen and
>> paper?
>
> Lots of them, from free to expensive. I'd suggest you try an OO-related
> newsgroup. You'll get better answers than in a PHP newsgroup.
>

Thanks, will pursue.
Re: UML [message #181684 is a reply to message #181681] Sat, 25 May 2013 00:05 Go to previous messageGo to next message
Scott Johnson is currently offline  Scott Johnson
Messages: 196
Registered: January 2012
Karma: 0
Senior Member
On 5/24/2013 4:40 PM, Christoph Becker wrote:
> Jerry Stuckle wrote:
>> On 5/24/2013 6:49 PM, Scott Johnson wrote:
>>> Has anyone used UML class diagrams to present an OOP project?
>>>
>>
>> Yup
>>
>>> If so is there a program that helps this diagramming besides pen and
>>> paper?
>>
>> Lots of them, from free to expensive. I'd suggest you try an OO-related
>> newsgroup. You'll get better answers than in a PHP newsgroup.
>
> If Scott is asking not only for a tool to *draw* UML class diagramms,
> but for a tool which might be able to generate (an) actual PHP code
> (skeleton) from, or even reverse engineer existing PHP to UML class
> diagramms, the question *might* better be asked here than in a generally
> OO-related newsgroup.
>
> I have only superficial experience with such tools, but I am aware that
> there has been quite mature support for *some* languages since many
> years (at least Java, C++ and Eiffel--the latter regarding BON instead
> of UML).
>

Thanks CB.

Actually I just need something to whiteboard on while I am building. I
get lost in the weeds sometimes.
Re: UML [message #181686 is a reply to message #181681] Sat, 25 May 2013 00:21 Go to previous messageGo to next message
Jerry Stuckle is currently offline  Jerry Stuckle
Messages: 2598
Registered: September 2010
Karma: 0
Senior Member
On 5/24/2013 7:40 PM, Christoph Becker wrote:
> Jerry Stuckle wrote:
>> On 5/24/2013 6:49 PM, Scott Johnson wrote:
>>> Has anyone used UML class diagrams to present an OOP project?
>>>
>>
>> Yup
>>
>>> If so is there a program that helps this diagramming besides pen and
>>> paper?
>>
>> Lots of them, from free to expensive. I'd suggest you try an OO-related
>> newsgroup. You'll get better answers than in a PHP newsgroup.
>
> If Scott is asking not only for a tool to *draw* UML class diagramms,
> but for a tool which might be able to generate (an) actual PHP code
> (skeleton) from, or even reverse engineer existing PHP to UML class
> diagramms, the question *might* better be asked here than in a generally
> OO-related newsgroup.
>

Yes, but that's not what he asked for.

> I have only superficial experience with such tools, but I am aware that
> there has been quite mature support for *some* languages since many
> years (at least Java, C++ and Eiffel--the latter regarding BON instead
> of UML).
>

I've been working with them for well over 15 years (probably closer to
20) with various languages, including SmallTalk, C++ and Java. But each
tool has it's advantages and disadvantages - which is why I recommended
he look in a newsgroup where OO experts hang out.

comp.lang.php is NOT such a newsgroup. Most people here barely know how
to spell OO.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex(at)attglobal(dot)net
==================
Re: UML [message #181693 is a reply to message #181674] Sat, 25 May 2013 07:33 Go to previous messageGo to next message
Thomas 'PointedEars'  is currently offline  Thomas 'PointedEars'
Messages: 701
Registered: October 2010
Karma: 0
Senior Member
Scott Johnson wrote:

> Has anyone used UML class diagrams to present an OOP project?

Yes.

> If so is there a program that helps this diagramming besides pen and
> paper?

Yes.


PointedEars
--
var bugRiddenCrashPronePieceOfJunk = (
navigator.userAgent.indexOf('MSIE 5') != -1
&& navigator.userAgent.indexOf('Mac') != -1
) // Plone, register_function.js:16
Re: UML [message #181695 is a reply to message #181693] Sat, 25 May 2013 10:42 Go to previous messageGo to next message
Scott Johnson is currently offline  Scott Johnson
Messages: 196
Registered: January 2012
Karma: 0
Senior Member
On 5/25/2013 12:33 AM, Thomas 'PointedEars' Lahn wrote:
> Scott Johnson wrote:
>
>> Has anyone used UML class diagrams to present an OOP project?
>
> Yes.
>
>> If so is there a program that helps this diagramming besides pen and
>> paper?
>
> Yes.
>
>
> PointedEars
>

I overestimated the ability of someone to take a simple question parse
it and bring in a useful answer. My apologies.

Scotty
Re: UML [message #181696 is a reply to message #181695] Sat, 25 May 2013 11:00 Go to previous messageGo to next message
Thomas 'PointedEars'  is currently offline  Thomas 'PointedEars'
Messages: 701
Registered: October 2010
Karma: 0
Senior Member
Scott Johnson wrote:

> On 5/25/2013 12:33 AM, Thomas 'PointedEars' Lahn wrote:
>> Scott Johnson wrote:
>>> Has anyone used UML class diagrams to present an OOP project?
>>
>> Yes.
>>
>>> If so is there a program that helps this diagramming besides pen and
>>> paper?
>>
>> Yes.
>> […]

<http://learn.to/quote>

> I overestimated the ability of someone to take a simple question parse
> it and bring in a useful answer. My apologies.

<http://www.catb.org/~esr/faqs/smart-questions.html#classic>
<http://www.catb.org/~esr/faqs/smart-questions.html#not_losing>


PointedEars
--
Use any version of Microsoft Frontpage to create your site.
(This won't prevent people from viewing your source, but no one
will want to steal it.)
-- from <http://www.vortex-webdesign.com/help/hidesource.htm> (404-comp.)
Re: UML [message #181710 is a reply to message #181696] Mon, 27 May 2013 01:27 Go to previous messageGo to next message
Ross McKay is currently offline  Ross McKay
Messages: 14
Registered: January 2011
Karma: 0
Junior Member
Thomas 'PointedEars' Lahn wrote:

> [...]
> <http://www.catb.org/~esr/faqs/smart-questions.html#classic>
> <http://www.catb.org/~esr/faqs/smart-questions.html#not_losing>

http://www.catb.org/~esr/faqs/smart-questions.html#idp5285344
--
Ross McKay, Toronto, NSW Australia
"Nobody expects the Spanish inquisition" - Cardinal Ximénez
Re: UML [message #181716 is a reply to message #181674] Mon, 27 May 2013 14:07 Go to previous messageGo to next message
Goran is currently offline  Goran
Messages: 38
Registered: January 2011
Karma: 0
Member
On 25.5.2013 0:49, Scott Johnson wrote:
> Has anyone used UML class diagrams to present an OOP project?
>
> If so is there a program that helps this diagramming besides pen and paper?

Try Enterprise Architect, it's really powerfull although not free.

If you prefer light solution, NClass is interesting too.
Re: UML [message #181737 is a reply to message #181716] Tue, 28 May 2013 21:42 Go to previous messageGo to next message
Scott Johnson is currently offline  Scott Johnson
Messages: 196
Registered: January 2012
Karma: 0
Senior Member
On 5/27/2013 7:07 AM, Goran wrote:
> On 25.5.2013 0:49, Scott Johnson wrote:
>> Has anyone used UML class diagrams to present an OOP project?
>>
>> If so is there a program that helps this diagramming besides pen and paper?
>
> Try Enterprise Architect, it's really powerfull although not free.
>
> If you prefer light solution, NClass is interesting too.
>

Thanks Goran appreciate the info.
Re: UML [message #181740 is a reply to message #181674] Tue, 28 May 2013 22:37 Go to previous messageGo to next message
Leonardo Azpurua is currently offline  Leonardo Azpurua
Messages: 46
Registered: December 2010
Karma: 0
Member
"Scott Johnson" <noonehome(at)chalupasworld(dot)com> escribió en el mensaje
news:knoqij$s9g$1(at)dont-email(dot)me...
> Has anyone used UML class diagrams to present an OOP project?
>
> If so is there a program that helps this diagramming besides pen and
> paper?

Years ago I used a crippled free version of Rational Rose and it was quite
nice, but it has not been available for years.

Now I scribble my designs with Star UML. It has its quirks, but it should be
enough to produce inteligible small diagrams.

Also on the "free" price range, I tried Argo UML; it may be pefect for large
projects (so they say) but it sucks at scribbling.
Re: UML [message #181761 is a reply to message #181737] Thu, 30 May 2013 10:26 Go to previous messageGo to next message
M. Strobel is currently offline  M. Strobel
Messages: 386
Registered: December 2011
Karma: 0
Senior Member
Am 28.05.2013 23:42, schrieb Scott Johnson:
> On 5/27/2013 7:07 AM, Goran wrote:
>> On 25.5.2013 0:49, Scott Johnson wrote:
>>> Has anyone used UML class diagrams to present an OOP project?
>>>
>>> If so is there a program that helps this diagramming besides pen and paper?
>>
>> Try Enterprise Architect, it's really powerfull although not free.
>>
>> If you prefer light solution, NClass is interesting too.
>>
>
> Thanks Goran appreciate the info.

I used ArgoUML http://argouml.tigris.org/

/Str.
Re: UML [message #181770 is a reply to message #181684] Sat, 01 June 2013 00:47 Go to previous message
Sanders Kaufman is currently offline  Sanders Kaufman
Messages: 24
Registered: May 2013
Karma: 0
Junior Member
"Scott Johnson" wrote in message news:knov0f$eum$2(at)dont-email(dot)me...

> Actually I just need something to whiteboard on while I am building. I get
> lost in the weeds sometimes.

I spent a lot of money trying out different tools and technologies to
accomplish that - including UML.
They're great for a team environment - if the team embraces them.
But for individual work, I had to just come up with my own processes.
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Exhaustive memory allocation using arrays
Next Topic: can one make a php function or macro with arguments to generate HTML code?
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Wed Jun 05 05:24:58 GMT 2024

Total time taken to generate the page: 0.03027 seconds