Discussion:
[argouml-dev] GSOC Lottery
Bob Tarling
2014-06-24 17:58:26 UTC
Permalink
Hi All

I decided to drop my name in for the GSOC lottery and it seems my name was
drawn out of the hat. So I'll be off to San Jose in October.

Do we have any others attending?

This may be a happy co-incidence. My lack of activity has many reasons but
one of the most overriding has been due to professional restrictions. A
recent change of employer has changed all this situation though.

A new job means I'm also still in a learning curve so not so much time to
spare but I do have some features I would like to commit soon.

Cheers

Bob

------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=450&dsMessageId=3083830

To unsubscribe from this discussion, e-mail: [dev-***@argouml.tigris.org].
To be allowed to post to the list contact the mailing list moderator, email: [***@tigris.org]
Linus Tolke Tigris
2014-06-24 18:11:07 UTC
Permalink
Hello Bob!

This sounds great.

Alas there are some problems with the cheepo computer running Jenkins and
Gerrit so I turned it off on Sunday because it requires supervision and I
am away from home for a few weeks vacation. I hope you can do without it
and I will take care of it, when I will be back in August.

/Linus
Den 24 jun 2014 19:58 skrev "Bob Tarling" <***@gmail.com>:

> Hi All
>
> I decided to drop my name in for the GSOC lottery and it seems my name was
> drawn out of the hat. So I'll be off to San Jose in October.
>
> Do we have any others attending?
>
> This may be a happy co-incidence. My lack of activity has many reasons but
> one of the most overriding has been due to professional restrictions. A
> recent change of employer has changed all this situation though.
>
> A new job means I'm also still in a learning curve so not so much time to
> spare but I do have some features I would like to commit soon.
>
> Cheers
>
> Bob
>
>

------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=450&dsMessageId=3083832

To unsubscribe from this discussion, e-mail: [dev-***@argouml.tigris.org].
To be allowed to post to the list contact the mailing list moderator, email: [***@tigris.org]
Thomas Neustupny
2014-07-28 14:31:39 UTC
Permalink
<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>
<div>Hi Bob,</div>

<div>&nbsp;</div>

<div>good news, have a great time in SanJose!</div>

<div>I&#39;m curious which features you&#39;re talking about, but take any time you need. For myself, I do sometimes think about ArgoUML, but got too many private projects this and last year.</div>

<div>
<div>&nbsp;</div>

<div>Thomas</div>

<div>&nbsp;</div>

<div name="quote" style="margin: 10px 5px 5px 10px; padding: 10px 0px 10px 10px; border-left-color: rgb(195, 217, 229); border-left-width: 2px; border-left-style: solid; word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">
<div style="margin: 0px 0px 10px;"><b>Gesendet:</b>&nbsp;Dienstag, 24. Juni 2014 um 20:11 Uhr<br/>
<b>Von:</b>&nbsp;&quot;Linus Tolke Tigris&quot; &lt;***@tigris.org&gt;<br/>
<b>An:</b>&nbsp;***@argouml.tigris.org<br/>
<b>Betreff:</b>&nbsp;Re: [argouml-dev] GSOC Lottery</div>

<div name="quoted-content">
<p>Hello Bob!</p>

<p>This sounds great.</p>

<p>Alas there are some problems with the cheepo computer running Jenkins and Gerrit so I turned it off on Sunday because it requires supervision and I am away from home for a few weeks vacation. I hope you can do without it and I will take care of it, when I will be back in August.</p>

<p>/Linus</p>

<div class="gmail_quote">Den 24 jun 2014 19:58 skrev &quot;Bob Tarling&quot; &lt;<a href="***@gmail.com" target="_parent">***@gmail.com</a>&gt;:

<blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex; padding-left: 1ex; border-left-color: rgb(204, 204, 204); border-left-width: 1px; border-left-style: solid;">
<div>
<div>
<div>
<div>
<div>
<div>
<div>Hi All<br/>
&nbsp;</div>
I decided to drop my name in for the GSOC lottery and it seems my name was drawn out of the hat. So I&#39;ll be off to San Jose in October.<br/>
&nbsp;</div>
Do we have any others attending?<br/>
&nbsp;</div>
This may be a happy co-incidence. My lack of activity has many reasons but one of the most overriding has been due to professional restrictions. A recent change of employer has changed all this situation though.<br/>
&nbsp;</div>
A new job means I&#39;m also still in a learning curve so not so much time to spare but I do have some features I would like to commit soon.<br/>
&nbsp;</div>
Cheers<br/>
&nbsp;</div>
Bob<br/>
&nbsp;</div>
</blockquote>
</div>
</div>
</div>
</div>
</div></div></body></html>

------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=450&dsMessageId=3085881

To unsubscribe from this discussion, e-mail: [dev-***@argouml.tigris.org].
To be allowed to post to the list contact the mailing list moderator, email: [***@tigris.org]
Bob Tarling
2014-07-28 17:03:26 UTC
Permalink
Hi Thomas

Something odd happened in your last email. I see the html tags in text - I
see your question though.

Professionally I've been working with the Ext JS javascript library on an
existing project with a reasonably complex set of initial classes. In order
to understand how this works I wanted to see a UML model of these classes
and so I've written an ArgoUML plugin that can reverse engineer that code.
It's something I plan to open source but its not in a current state for me
to do so. Its nothing I'm proud of, having written it under some pressure,
but it does the job for now.

A side effect of this work is that I want to improve creation of diagrams
post reverse engineering (argo has usually been a sketch tool for me to
describe what I plan to do - I never did much RE except to look at defects).

Current RE can auto-generate many diagrams by package but often there are
cross package patterns that I explicitly want to see in a diagram. For
example an MVC pattern may have separate packages for model/view/controller
but a useful diagram would show relationships between those classes and not
just a package with a set of controllers that don't communicate with each
other.

I've started off thinking about adding options to Create Class Diagram so
that once you have a model it will help you to create populated diagrams
with different techniques (the first being to simply added all classes in
same package and sub-package). This solves my immediate problems but I want
to be sure there is something flexible and extendible for others.

I also realize that whatever can be automated is almost certainly not going
to be exactly right and that is why I committed a recent change for
http://argouml.tigris.org/issues/show_bug.cgi?id=6487 - This is in the
latest code base and allows a related class to more easily be added to the
diagram (i.e. right click a controller class, you can see what other
classes its associated to and choose to add one to the same diagram). This
could always be done by scrolling through the package explorer and dragging
from there but I find this a lot easier to do from the diagram context.

My plugin also has a mechanism to color code Figs based on the stereotype
name (hence my other recent addition to add a listener when a fig is
created). My plugin is currently hard coded with the colours I want, I'm
wondering how this would best be separated and made reusable and
configurable.

My works is slow at the moment and Argo is less familiar to me now after
all this time but you will see issues being raised and changes coming
through.

Cheers

Bob




On 28 July 2014 15:31, Thomas Neustupny <thn-***@gmx.de> wrote:

> <html><head></head><body><div style="font-family: Verdana;font-size:
> 12.0px;"><div>
> <div>Hi Bob,</div>
>
> <div>&nbsp;</div>
>
> <div>good news, have a great time in SanJose!</div>
>
> <div>I&#39;m curious which features you&#39;re talking about, but take any
> time you need. For myself, I do sometimes think about ArgoUML, but got too
> many private projects this and last year.</div>
>
> <div>
> <div>&nbsp;</div>
>
> <div>Thomas</div>
>
> <div>&nbsp;</div>
>
> <div name="quote" style="margin: 10px 5px 5px 10px; padding: 10px 0px 10px
> 10px; border-left-color: rgb(195, 217, 229); border-left-width: 2px;
> border-left-style: solid; word-wrap: break-word; -webkit-nbsp-mode: space;
> -webkit-line-break: after-white-space;">
> <div style="margin: 0px 0px 10px;"><b>Gesendet:</b>&nbsp;Dienstag, 24.
> Juni 2014 um 20:11 Uhr<br/>
> <b>Von:</b>&nbsp;&quot;Linus Tolke Tigris&quot; &lt;***@tigris.org
> &gt;<br/>
> <b>An:</b>&nbsp;***@argouml.tigris.org<br/>
> <b>Betreff:</b>&nbsp;Re: [argouml-dev] GSOC Lottery</div>
>
> <div name="quoted-content">
> <p>Hello Bob!</p>
>
> <p>This sounds great.</p>
>
> <p>Alas there are some problems with the cheepo computer running Jenkins
> and Gerrit so I turned it off on Sunday because it requires supervision and
> I am away from home for a few weeks vacation. I hope you can do without it
> and I will take care of it, when I will be back in August.</p>
>
> <p>/Linus</p>
>
> <div class="gmail_quote">Den 24 jun 2014 19:58 skrev &quot;Bob
> Tarling&quot; &lt;<a href="***@gmail.com" target="_parent">
> ***@gmail.com</a>&gt;:
>
> <blockquote class="gmail_quote" style="margin: 0px 0px 0px 0.8ex;
> padding-left: 1ex; border-left-color: rgb(204, 204, 204);
> border-left-width: 1px; border-left-style: solid;">
> <div>
> <div>
> <div>
> <div>
> <div>
> <div>
> <div>Hi All<br/>
> &nbsp;</div>
> I decided to drop my name in for the GSOC lottery and it seems my name was
> drawn out of the hat. So I&#39;ll be off to San Jose in October.<br/>
> &nbsp;</div>
> Do we have any others attending?<br/>
> &nbsp;</div>
> This may be a happy co-incidence. My lack of activity has many reasons but
> one of the most overriding has been due to professional restrictions. A
> recent change of employer has changed all this situation though.<br/>
> &nbsp;</div>
> A new job means I&#39;m also still in a learning curve so not so much time
> to spare but I do have some features I would like to commit soon.<br/>
> &nbsp;</div>
> Cheers<br/>
> &nbsp;</div>
> Bob<br/>
> &nbsp;</div>
> </blockquote>
> </div>
> </div>
> </div>
> </div>
> </div></div></body></html>
>
> ------------------------------------------------------
>
> http://argouml.tigris.org/ds/viewMessage.do?dsForumId=450&dsMessageId=3085881
>
> To unsubscribe from this discussion, e-mail: [
> dev-***@argouml.tigris.org].
> To be allowed to post to the list contact the mailing list moderator,
> email: [***@tigris.org]
>

------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=450&dsMessageId=3085887

To unsubscribe from this discussion, e-mail: [dev-***@argouml.tigris.org].
To be allowed to post to the list contact the mailing list moderator, email: [***@tigris.org]
Loading...