Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Is GXP still alive?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  9 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Mark Derricutt  
View profile  
 More options Feb 10 2011, 7:19 pm
From: Mark Derricutt <m...@talios.com>
Date: Thu, 10 Feb 2011 16:19:03 -0800 (PST)
Local: Thurs, Feb 10 2011 7:19 pm
Subject: Is GXP still alive?

'lo all,

Is the GXP Project still alive?  Looks like the last release was back in
2008 with no real activity on the list here?

Has there been any recent updates, or a maven plugin made?

GXP still looks to be one of the best/cleanest templating systems available
( I love the first class parameters, compile to class approach ) but it
doesn't really seem "alive"...

Mark


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ben McCann  
View profile  
 More options Feb 11 2011, 6:29 pm
From: Ben McCann <bmcc...@google.com>
Date: Fri, 11 Feb 2011 15:29:35 -0800
Local: Fri, Feb 11 2011 6:29 pm
Subject: Re: Is GXP still alive?

It's in the central Maven repository now and there's a Struts 2 plugin
that's going to be released with the next version of Struts 2:
http://www.benmccann.com/dev-blog/google-gxp-struts-2-plugin/

-Ben


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Christian  
View profile  
 More options Feb 11 2011, 6:50 pm
From: Christian <christian.rivass...@gmail.com>
Date: Fri, 11 Feb 2011 15:50:23 -0800 (PST)
Local: Fri, Feb 11 2011 6:50 pm
Subject: Re: Is GXP still alive?
There hasn't been an update since it was first released, but there was
some great work on the documentation couple months ago.

My understanding is that the people behind the open sourcing of this
project got pretty busy with
other stuff.

On Feb 12, 12:29 am, Ben McCann <bmcc...@google.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Laurence Gonsalves  
View profile  
 More options Feb 11 2011, 6:54 pm
From: Laurence Gonsalves <laurence.gonsal...@gmail.com>
Date: Fri, 11 Feb 2011 15:54:39 -0800 (PST)
Local: Fri, Feb 11 2011 6:54 pm
Subject: Re: Is GXP still alive?
On Feb 10, 4:19 pm, Mark Derricutt <m...@talios.com> wrote:

> Is the GXP Project still alive?  Looks like the last release was back in
> 2008 with no real activity on the list here?

> Has there been any recent updates, or a maven plugin made?

> GXP still looks to be one of the best/cleanest templating systems available
> ( I love the first class parameters, compile to class approach ) but it
> doesn't really seem "alive"...

I don't like to think of it as dead... more like in a really deep
sleep. :-)

The two main authors of GXP were myself and Harry Heymann. Neither of
us works at Google anymore. We both still have commit access to the
GXP code.google.com site (and we've both made minor contributions
since leaving Google) but we've both got other priorities now, so it's
hard to find time to work on GXP.

Last I heard GXP was still being used by quite a few projects at
Google. The recently open-sourced Wave code actually uses GXP a tiny
bit.

I know Ben McCann (at Google) has done some Maven and Struts related
work, including adding GXP to the Maven repository. I don't think
there's a Maven plugin, though. Google doesn't really use Maven (or
Ant, for that matter) internally which reduces the likelihood that
someone at Google would make a Maven plugin. There is an Ant plugin
though, so perhaps you can invoke that from Maven.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
harryh  
View profile  
 More options Feb 11 2011, 6:55 pm
From: harryh <har...@gmail.com>
Date: Fri, 11 Feb 2011 15:55:42 -0800 (PST)
Local: Fri, Feb 11 2011 6:55 pm
Subject: Re: Is GXP still alive?
Ya, unfortunately things are in a pretty stale state at the moment.  I
left Google about 2 years ago to work for foursquare and Laurence
recently left as well.  AFAIK gxp is still used pretty extensively
inside of google but I don't have any direct knowledge anymore.

It's true that I'm pretty busy with other stuff these days but I still
have a soft spot in my heart for GXP.  I kinda want to make a
ScalaCodeGenerator for it at some point (I'm loving scala these
days).  I'm happy to answer any questions you might have to the best
of my ability, but I don't really have the time to do any coding on
GXP these days.  Happy to accept patches though if others want to get
something in.

-harryh


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ben McCann  
View profile  
 More options Feb 11 2011, 7:14 pm
From: Ben McCann <bmcc...@google.com>
Date: Fri, 11 Feb 2011 16:14:07 -0800
Local: Fri, Feb 11 2011 7:14 pm
Subject: Re: Is GXP still alive?

My new project at Google isn't a frontend project, so it doesn't use GXP,
and I haven't done as much with it for awhile.  One thing that's missing for
external use are GXP Maven and Ant plugins.  I'm not super familiar with
either of these since I don't use them at work.  Nuwan Chandrasoma pasted
some code on the Struts 2 bug tracker that he was using to invoke the GXP
compiler in Maven.  If you're looking to contribute, turning this into a
real Maven plugin might be nice.

-Ben

<plugin>
        <artifactId>maven-antrun-plugin</artifactId>
        <executions>
          <execution>
            <phase>generate-sources</phase>
            <configuration>
              <tasks>
                  <taskdef name="gxpc"
classname="com.google.gxp.compiler.ant.GxpcTask"
classpathref="maven.compile.classpath" />
                  <gxpc srcdir="${basedir}\src\main\java"
srcpaths="${basedir}\src\main\java"
destdir="${basedir}\target\generated-sources"
target="com.xxxss.s2.example.message" i18nwarn="false" />
                  <copy todir="${basedir}\src\main\java">
                        <fileset dir="${basedir}\target\generated-sources"
/>
                  </copy>
              </tasks>
            </configuration>
            <goals>
              <goal>run</goal>
            </goals>
          </execution>
        </executions>
      </plugin>


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Laurence Gonsalves  
View profile  
 More options Feb 11 2011, 7:33 pm
From: Laurence Gonsalves <laurence.gonsal...@gmail.com>
Date: Fri, 11 Feb 2011 16:33:13 -0800 (PST)
Local: Fri, Feb 11 2011 7:33 pm
Subject: Re: Is GXP still alive?
On Feb 11, 3:50 pm, Christian <christian.rivass...@gmail.com> wrote:

> There hasn't been an update since it was first released, but there was
> some great work on the documentation couple months ago.

Thanks! I made a big update to the tutorial a few months ago, but
didn't realize anyone had noticed. I've been meaning to add more, but
haven't gotten around to it.

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
twhitmore...@gmail.com  
View profile  
 More options Apr 2, 4:18 am
From: twhitmore...@gmail.com
Date: Tue, 2 Apr 2013 01:18:49 -0700 (PDT)
Local: Tues, Apr 2 2013 4:18 am
Subject: Re: Is GXP still alive?

GXP looks great & I'm very interested -- but there really isn't anything
dated more recently than 2008, on the web. There is an absolute smell of
"nothing happened since 2008".

Perhaps if you prominently put a more recent year, on the GXP project
homepage? Since it looks like such a great project, it would be good to see
looking alive so people can use it & take it forward.

Thanks Laurence!


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
harryh  
View profile  
 More options Apr 2, 2:48 pm
From: harryh <har...@gmail.com>
Date: Tue, 2 Apr 2013 11:48:22 -0700 (PDT)
Local: Tues, Apr 2 2013 2:48 pm
Subject: Re: Is GXP still alive?

It still works. AFAIK it's still used somewhat inside of Google (though I
haven't worked there since 2009).  Every now and then I tinker with making
progress on the Scala code generator though it's been a while.

I would say that it's somewhat alive.

-harryh


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions Older topic »