All of lore.kernel.org
 help / color / mirror / Atom feed
* Graphical control interface support.
@ 2005-06-27 18:37 Javier Godinez
  2005-06-29  8:32 ` Christian Hergert
  0 siblings, 1 reply; 5+ messages in thread
From: Javier Godinez @ 2005-06-27 18:37 UTC (permalink / raw)
  To: Xen-devel

Hello,

Has anyone drawn up hard requirements for the graphical control interface?
I am interested in contributing...

Javier Godinez

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Graphical control interface support.
  2005-06-27 18:37 Graphical control interface support Javier Godinez
@ 2005-06-29  8:32 ` Christian Hergert
  2005-06-30 21:31   ` Javier Godinez
  0 siblings, 1 reply; 5+ messages in thread
From: Christian Hergert @ 2005-06-29  8:32 UTC (permalink / raw)
  To: Javier Godinez; +Cc: Xen-devel

Javier,

I am working on xenmanager. You can find the trac site at
http://xenmanager.dronestudios.com/. The code that is currently in
there is in python. I am both very bad and very new to python, so I am
preparing things to switch to writing in Mono with Gtk#. Should be
starting on that next week. (There are a couple of reasons for this,
anyone who is interested may ask me on here or via irc. The reasons
have mostly to do with making things work on both 2.0 and 3.0 quick
enough for 3.0 release.

Cheers,

On 6/27/05, Javier Godinez <godinezj@gmail.com> wrote:
> Hello,
> 
> Has anyone drawn up hard requirements for the graphical control interface?
> I am interested in contributing...
> 
> Javier Godinez
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
> 


-- 
Christian Hergert
Medsphere Systems Corporation
Software Programmer
C: 253 906 2115

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Graphical control interface support.
  2005-06-29  8:32 ` Christian Hergert
@ 2005-06-30 21:31   ` Javier Godinez
  2005-07-01  5:52     ` Christian Hergert
  0 siblings, 1 reply; 5+ messages in thread
From: Javier Godinez @ 2005-06-30 21:31 UTC (permalink / raw)
  To: Christian Hergert; +Cc: Xen-devel

Christian,

I think you have a really good start, myself and another guy I work
with are interested in helping. I think though that you should stick
to Python for a few reasons 1) you have already come so far, 2)
integration would be easier and 3) extra overhead with Mono. Not too
sure about the third one as I have never used Mono before, but of
course the call is yours, the source is GPLed anyway right. I did not
see a TODO in the source, is there a place where I can find such
information?

Thank, Javier Godinez

On 6/29/05, Christian Hergert <christian.hergert@gmail.com> wrote:
> Javier,
> 
> I am working on xenmanager. You can find the trac site at
> http://xenmanager.dronestudios.com/. The code that is currently in
> there is in python. I am both very bad and very new to python, so I am
> preparing things to switch to writing in Mono with Gtk#. Should be
> starting on that next week. (There are a couple of reasons for this,
> anyone who is interested may ask me on here or via irc. The reasons
> have mostly to do with making things work on both 2.0 and 3.0 quick
> enough for 3.0 release.
> 
> Cheers,
> 
> On 6/27/05, Javier Godinez <godinezj@gmail.com> wrote:
> > Hello,
> >
> > Has anyone drawn up hard requirements for the graphical control interface?
> > I am interested in contributing...
> >
> > Javier Godinez
> >
> > _______________________________________________
> > Xen-devel mailing list
> > Xen-devel@lists.xensource.com
> > http://lists.xensource.com/xen-devel
> >
> 
> 
> --
> Christian Hergert
> Medsphere Systems Corporation
> Software Programmer
> C: 253 906 2115
>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Graphical control interface support.
  2005-06-30 21:31   ` Javier Godinez
@ 2005-07-01  5:52     ` Christian Hergert
  2005-07-01 15:50       ` Javier Godinez
  0 siblings, 1 reply; 5+ messages in thread
From: Christian Hergert @ 2005-07-01  5:52 UTC (permalink / raw)
  To: Javier Godinez; +Cc: Xen-devel

Javier,

What is there is mostly just a prototype to show my employer that the
project is worth while. While being one of the mono developers, I am
partial, but you will find that mono can keep up with python just fine
and even outperform it in many places. My reason for wanting to switch
to a strongly typed language is two fold. The main reason is that i
want a rich plugin interface, and for me, python would be very tough
as I am new to python. Secondly, since the only reason i wanted to use
python was to interact with the xend python bindings natively, I am no
longer held to that with how much they are changing and may someday
not even become the profered method of communication.

I hope to do some work on this tomorrow and let you know how
development goes. I would love to have some help.

Cheers

On 6/30/05, Javier Godinez <godinezj@gmail.com> wrote:
> Christian,
> 
> I think you have a really good start, myself and another guy I work
> with are interested in helping. I think though that you should stick
> to Python for a few reasons 1) you have already come so far, 2)
> integration would be easier and 3) extra overhead with Mono. Not too
> sure about the third one as I have never used Mono before, but of
> course the call is yours, the source is GPLed anyway right. I did not
> see a TODO in the source, is there a place where I can find such
> information?
> 
> Thank, Javier Godinez
> 
> On 6/29/05, Christian Hergert <christian.hergert@gmail.com> wrote:
> > Javier,
> >
> > I am working on xenmanager. You can find the trac site at
> > http://xenmanager.dronestudios.com/. The code that is currently in
> > there is in python. I am both very bad and very new to python, so I am
> > preparing things to switch to writing in Mono with Gtk#. Should be
> > starting on that next week. (There are a couple of reasons for this,
> > anyone who is interested may ask me on here or via irc. The reasons
> > have mostly to do with making things work on both 2.0 and 3.0 quick
> > enough for 3.0 release.
> >
> > Cheers,
> >
> > On 6/27/05, Javier Godinez <godinezj@gmail.com> wrote:
> > > Hello,
> > >
> > > Has anyone drawn up hard requirements for the graphical control interface?
> > > I am interested in contributing...
> > >
> > > Javier Godinez
> > >
> > > _______________________________________________
> > > Xen-devel mailing list
> > > Xen-devel@lists.xensource.com
> > > http://lists.xensource.com/xen-devel
> > >
> >
> >
> > --
> > Christian Hergert
> > Medsphere Systems Corporation
> > Software Programmer
> > C: 253 906 2115
> >
> 


-- 
Christian Hergert
Medsphere Systems Corporation
Software Programmer
C: 253 906 2115

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: Graphical control interface support.
  2005-07-01  5:52     ` Christian Hergert
@ 2005-07-01 15:50       ` Javier Godinez
  0 siblings, 0 replies; 5+ messages in thread
From: Javier Godinez @ 2005-07-01 15:50 UTC (permalink / raw)
  To: Christian Hergert; +Cc: Xen-devel

Christian,

OK, I see what you mean, Gtk# should be interesting and possibly easier eh!
Where in the development cycle are you?
Do you have requirements/architecture docs yet?
Anything else you can post on the website?

Thanks, Javier Godinez

On 6/30/05, Christian Hergert <christian.hergert@gmail.com> wrote:
> Javier,
> 
> What is there is mostly just a prototype to show my employer that the
> project is worth while. While being one of the mono developers, I am
> partial, but you will find that mono can keep up with python just fine
> and even outperform it in many places. My reason for wanting to switch
> to a strongly typed language is two fold. The main reason is that i
> want a rich plugin interface, and for me, python would be very tough
> as I am new to python. Secondly, since the only reason i wanted to use
> python was to interact with the xend python bindings natively, I am no
> longer held to that with how much they are changing and may someday
> not even become the profered method of communication.
> 
> I hope to do some work on this tomorrow and let you know how
> development goes. I would love to have some help.
> 
> Cheers
> 
> On 6/30/05, Javier Godinez <godinezj@gmail.com> wrote:
> > Christian,
> >
> > I think you have a really good start, myself and another guy I work
> > with are interested in helping. I think though that you should stick
> > to Python for a few reasons 1) you have already come so far, 2)
> > integration would be easier and 3) extra overhead with Mono. Not too
> > sure about the third one as I have never used Mono before, but of
> > course the call is yours, the source is GPLed anyway right. I did not
> > see a TODO in the source, is there a place where I can find such
> > information?
> >
> > Thank, Javier Godinez
> >
> > On 6/29/05, Christian Hergert <christian.hergert@gmail.com> wrote:
> > > Javier,
> > >
> > > I am working on xenmanager. You can find the trac site at
> > > http://xenmanager.dronestudios.com/. The code that is currently in
> > > there is in python. I am both very bad and very new to python, so I am
> > > preparing things to switch to writing in Mono with Gtk#. Should be
> > > starting on that next week. (There are a couple of reasons for this,
> > > anyone who is interested may ask me on here or via irc. The reasons
> > > have mostly to do with making things work on both 2.0 and 3.0 quick
> > > enough for 3.0 release.
> > >
> > > Cheers,
> > >
> > > On 6/27/05, Javier Godinez <godinezj@gmail.com> wrote:
> > > > Hello,
> > > >
> > > > Has anyone drawn up hard requirements for the graphical control interface?
> > > > I am interested in contributing...
> > > >
> > > > Javier Godinez
> > > >
> > > > _______________________________________________
> > > > Xen-devel mailing list
> > > > Xen-devel@lists.xensource.com
> > > > http://lists.xensource.com/xen-devel
> > > >
> > >
> > >
> > > --
> > > Christian Hergert
> > > Medsphere Systems Corporation
> > > Software Programmer
> > > C: 253 906 2115
> > >
> >
> 
> 
> --
> Christian Hergert
> Medsphere Systems Corporation
> Software Programmer
> C: 253 906 2115
>

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2005-07-01 15:50 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-27 18:37 Graphical control interface support Javier Godinez
2005-06-29  8:32 ` Christian Hergert
2005-06-30 21:31   ` Javier Godinez
2005-07-01  5:52     ` Christian Hergert
2005-07-01 15:50       ` Javier Godinez

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.