Gmail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Call for Java programmers
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
  15 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
 
John Metta  
View profile  
 More options Oct 14 2008, 12:23 am
From: John Metta <mettad...@gmail.com>
Date: Mon, 13 Oct 2008 21:23:12 -0700
Local: Tues, Oct 14 2008 12:23 am
Subject: Call for Java programmers
Team,

This is ridiculous. I've been spinning my wheels way too much on the
codebase because, as it turns out, it's been far too long since I've
done any serious Java programming. I thought I'd be able to jump back in
cleanly as with PHP and other languages, but clearly that's not the
case. I really like what BigBark has to offer, but it's proving too much
for me at this point and few others have jumped into the code.

So, A.J. and I have discussed what the best steps are and decided to
bring it to the group. It seems  that without a strong Java programmer
with the time to take the reigns of the coding, we might be in a tight
management situation even after the BigBark codebase is running.

So the call is for a java programmer who can dedicate the time to
quickly bring the BigBark code up to speed and can also help maintain
the code in the short term until others come up to speed. Any takers?

Failing that, A.J. and I mentioned finally following Jeff Martens'
advice and stepping back to use Kyle's or another option to work with
the database that A.J. has. Depending on the language, Kyle's code might
be more manageable without strong Java coders on the team, and more
extensible with multiple developers.

I've held tightly to the idea of BigBark because it was supposed to be
nearly ready to go, but have to admit defeat before October breezes by.
Sound off now if you have thoughts on this either way.

-J


    Reply to author    Forward  
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.
Patrick Lightbody  
View profile  
 More options Oct 15 2008, 7:51 am
From: "Patrick Lightbody" <pligh...@gmail.com>
Date: Wed, 15 Oct 2008 04:51:02 -0700
Local: Wed, Oct 15 2008 7:51 am
Subject: Re: [ORBlogs] Call for Java programmers
John,
I saw you posted to the PJUG list. I got one email from someone I know
from the Struts world (didn't even know he was local!). Have you
received anymore responses? You might want to send a followup email
with a link to the getting started wiki page I created last week, just
to lower the barrier to entry a bit more.

Also - I want to make clear: I'm happy to be involved in hands on
coding, but I just can't *lead* the effort through to completion. But
in terms of getting others up to speed, mentoring on the codebase,
etc... I'd be happy to do that.

Patrick


    Reply to author    Forward  
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.
Craig McClanahan  
View profile  
 More options Oct 16 2008, 1:24 am
From: Craig McClanahan <craig...@gmail.com>
Date: Wed, 15 Oct 2008 22:24:44 -0700 (PDT)
Local: Thurs, Oct 16 2008 1:24 am
Subject: Re: Call for Java programmers

On Oct 15, 4:51 am, "Patrick Lightbody" <pligh...@gmail.com> wrote:

> John,
> I saw you posted to the PJUG list. I got one email from someone I know
> from the Struts world (didn't even know he was local!).

That would be me ... an Oregon native, no less :-).

> Have you
> received anymore responses? You might want to send a followup email
> with a link to the getting started wiki page I created last week, just
> to lower the barrier to entry a bit more.

> Also - I want to make clear: I'm happy to be involved in hands on
> coding, but I just can't *lead* the effort through to completion. But
> in terms of getting others up to speed, mentoring on the codebase,
> etc... I'd be happy to do that.

I'd love to have the opportunity to collaborate with Patrick and
others ... its just that (per my longer email earlier) I would like to
see it based on an assumption of wild success, rather than "just
another webapp that will not scale if it *does* become popular."  I'm
also a getting a bit allergic to forty gazillion framework layers (and
a 9mb war file) for something that, right now, isn't all that
complex.  Finally, there are leverage opportunities here if we look
(probably later on, based on availability of coding effort)
integration with other social networking sites.

Any comments on my suggested approach?

Craig


    Reply to author    Forward  
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.
Patrick Lightbody  
View profile  
 More options Oct 16 2008, 1:45 am
From: "Patrick Lightbody" <pligh...@gmail.com>
Date: Wed, 15 Oct 2008 22:45:07 -0700
Local: Thurs, Oct 16 2008 1:45 am
Subject: Re: [ORBlogs] Re: Call for Java programmers
Craig,
I'm definitely flexible - really, it's up to whoever steps up. My only
advice there would just be to be careful: even simple projects end up
being large than you originally expect and we've got a fairly complete
package, so I would just watch out for a case of throwing the baby out
with the bathwater.

That said: can you give a bit more detail about what your approach is?

I hear your concerns, but I don't know what you'd like to do about
them. The stack selected is, for the most part, actually fairly
"light" in terms of jars/bytes/etc:

 * Guice is three dependencies: guice.jar (500K), aopalliance.jar
(5K), and guice-servlet.jar (15K)
 * Stripes is two jars: stripes.jar (500K) and commons-logging.jar (59K)
 * Warp-Persist (the Hibernate/Guice integration) is a single jar at 66K
 * Hibernate is a touch "heavy", with several jars (hib core, hib
validations, c3p0, cglib, asm, etc) all weighing in ~3MB or so

Can you help me better understand what you're concerned about? Disk
space isn't something that bothers me. Complex dependencies do bug me
a bit more, but in terms of off the shelf options, the ones selected
here are fairly low on deps (minus Hibernate).

Is your desire to code the thing up using Serlvets, JSPs, and straight
JDBC because you find it to be a simple app?

You also mentioned "scale". Are you talking about performance or the
ability for the code to scale up with features?

Patrick


    Reply to author    Forward  
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.
Discussion subject changed to "ORBlogs programming" by John Metta
John Metta  
View profile  
 More options Oct 16 2008, 11:43 am
From: John Metta <mettad...@gmail.com>
Date: Thu, 16 Oct 2008 08:43:37 -0700
Local: Thurs, Oct 16 2008 11:43 am
Subject: ORBlogs programming
Wow, thank you all for the responses. It's great to have some more
enthusiasm come into the effort. First off, I'd like to move this
discussion to the ORBlogs list to reduce duplicated traffic.

A few more things.

Craig, I agree on your assessment, and am super excited because that is
the path that ORBlogs wants to go. However, we want to get the BigBark
code up and fully functional so that we have a good site running and
generating traffic WHILE we are working on such an effort. Reasons for
this are as follows.

0) BigBark is basically ready to run. We need to dust it off and turn
the key, this makes it an optimal instant, if temporary, solution.
1) There are at least 1800 blogs currently indexed which are now not
served. Many of these folks are, understandably chomping at the bit
since we (i.e. I) originally shot for Oct. 1st.
2) There are a large number of blogs (I have 4 alone) that are not
indexed which need to be added to ORBLogs ASAP.
e) Having BigBark up- and experiencing the slam of hundreds of bloggers
hitting it with full expectation- will not only give us juice, it will
give us data and information on what we want and need in the larger effort.
3) The thought was that it was a mere few days to get BigBark running
with strong Java people, so it would not take away from the longer term
effort.
4) Once BigBark is running, we can spend the actual time to design an
excellent system while blogs are  being indexed and traffic is being
generated. this will make the blogging community very happy.

Patrick can discuss the timeline for BigBark better than I, but it
really seems as though it will be trivial to get it up. This is
important, I can't stress enough how many people are waiting for this to
come back online. Once this is up, I've got some ideas to add to Craig's
wonderful list. I'm excited, this is going to be great.

Cheers,
-J


    Reply to author    Forward  
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.
Discussion subject changed to "Call for Java programmers" by Lyle T. Harris
Lyle T. Harris  
View profile  
 More options Oct 17 2008, 11:03 am
From: "Lyle T. Harris" <Lyle.Har...@Sun.COM>
Date: Fri, 17 Oct 2008 08:03:10 -0700
Local: Fri, Oct 17 2008 11:03 am
Subject: Re: [ORBlogs] Re: Call for Java programmers

I downloaded the BigBark code and got it running last night.
The getting started page should include the Maven option
to run it of "mvn jetty:run-war" which is much handier.

Per Bill's request I'd like to help out where/when I can.

What specific areas need addressing?   The bigbark.net site
seems to be currently up and running.

Operators are standing by...  ;-)

Regards,

  lyle_harris.vcf
< 1K Download

    Reply to author    Forward  
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.
Bill Jackson  
View profile  
 More options Oct 17 2008, 12:30 pm
From: Bill Jackson <waj...@gmail.com>
Date: Fri, 17 Oct 2008 09:30:04 -0700
Local: Fri, Oct 17 2008 12:30 pm
Subject: Re: [ORBlogs] Re: Call for Java programmers
Hi Lyle, good to see you!

I also finally got it running on my system yesterday.  I also created  
and resolved an issue and checked in a few trivial changes before I  
ran out of time. :)

Anyway, Patrick had a list of things to be done to make the BigBark  
code ready for ORBlogs.org. I think you can find it in this mailing  
list's archive. I'll see whether I can find it when I get back to my  
computer (writing this on my phone) and save it to the wiki, then we  
can break it out into individual issue/enhancement records.

Since I didn't have time to start configuring my instance, the only  
thing  I can think of right now is the reskinning needed. :)

-Bill

On Oct 17, 2008, at 8:03, "Lyle T. Harris" <Lyle.Har...@Sun.COM> wrote:


    Reply to author    Forward  
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.
Patrick Lightbody  
View profile  
 More options Oct 18 2008, 12:40 pm
From: "Patrick Lightbody" <pligh...@gmail.com>
Date: Sat, 18 Oct 2008 09:40:19 -0700
Local: Sat, Oct 18 2008 12:40 pm
Subject: Re: [ORBlogs] Re: Call for Java programmers
Lyle,
There are likely a lot of bugs in the code that cropped up when the
stack was modernized to use Guice/Stripes/Hibernate. So I'd say the
best way to get started is to do one of three things:

1) Look around for the bugs and close them as you find them.

2) Work on getting the UI updated so it says "Oregon Blogs" rather
than "political blogs" :)

3) Work with AJ and John to see about mapping in the database dump
they got from the original site and ensuring that all the feeds can be
parsed in this codebase.

I'd say what we should do is split up these three top-level tasks and
assign an owner to each one. Then they can likely be chased down in
parallel.

Patrick


    Reply to author    Forward  
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.
Lyle T. Harris  
View profile  
 More options Oct 18 2008, 11:32 pm
From: "Lyle T. Harris" <Lyle.Har...@Sun.COM>
Date: Sat, 18 Oct 2008 20:32:19 -0700
Local: Sat, Oct 18 2008 11:32 pm
Subject: Re: [ORBlogs] Re: Call for Java programmers

I can start grinding through some of the work for #2
but will need commit permissions for svn.

  lyle_harris.vcf
< 1K Download

    Reply to author    Forward  
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.
Patrick Lightbody  
View profile  
 More options Oct 19 2008, 11:29 am
From: "Patrick Lightbody" <pligh...@gmail.com>
Date: Sun, 19 Oct 2008 08:29:04 -0700
Local: Sun, Oct 19 2008 11:29 am
Subject: Re: [ORBlogs] Re: Call for Java programmers
Lyle,
What's your Google Code username? I'd be happy to get you SVN access.

Patrick

On Sat, Oct 18, 2008 at 8:32 PM, Lyle T. Harris <Lyle.Har...@sun.com> wrote:


    Reply to author    Forward  
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.
Discussion subject changed to "Task divisions" by John Metta
John Metta  
View profile  
 More options Oct 19 2008, 12:20 pm
From: John Metta <mettad...@gmail.com>
Date: Sun, 19 Oct 2008 09:20:15 -0700
Local: Sun, Oct 19 2008 12:20 pm
Subject: Task divisions
AJ is probably going to be pretty busy with his new OSW, but I'm happy
to work on #3. I'm also working on some non-programming issues (of
course), but want to keep the bottlenecks to a minimum. I'll make sure I
have the latest DB version from AJ, and if someone wants to take the
Java side of DB mapping, let me know.

-J


    Reply to author    Forward  
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.
Patrick Lightbody  
View profile  
 More options Oct 23 2008, 1:00 pm
From: "Patrick Lightbody" <pligh...@gmail.com>
Date: Thu, 23 Oct 2008 10:00:02 -0700
Local: Thurs, Oct 23 2008 1:00 pm
Subject: Re: [ORBlogs] Task divisions
John,
How's the DB mapping stuff going? Which approach do you think you'll
pursue? Mold AJ's schema to fit the BigBark schema, or modify the
BigBark code to work with AJ's schema?

My gut says that option #1 is probably easier, but I'll defer to those
who do the actual work of course :)

Patrick


    Reply to author    Forward  
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.
A. J.  
View profile  
 More options Oct 23 2008, 1:18 pm
From: A.J. <linux...@gmail.com>
Date: Thu, 23 Oct 2008 10:18:36 -0700
Local: Thurs, Oct 23 2008 1:18 pm
Subject: Re: [ORBlogs] Re: Task divisions
If it were me, I would mold my schema to the bigbark code.  Let me
know what you need and I will make it happen.

A.J.


    Reply to author    Forward  
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.
John Metta  
View profile  
 More options Oct 23 2008, 1:36 pm
From: John Metta <mettad...@gmail.com>
Date: Thu, 23 Oct 2008 10:36:38 -0700
Local: Thurs, Oct 23 2008 1:36 pm
Subject: Re: [ORBlogs] Re: Task divisions
I'm with you and AJ, Molding our DB at this point would be fastest and
easiest. We can re-evaluate once things are running and we better know
our needs.

I meant to get with Bill earlier to ask some questions (duh, actually
didn't think to ask Patrick), but didn't get to it and I'm out this
weekend with family. AJ, I was assuming you'd be booked working on your
new OS so was taking the DB work. Shouldn't take too much time. Patrick,
did you actually have a formal database schema in the code? Sample.sql
is all I saw:

http://orblogs.googlecode.com/svn/trunk/src/main/resources/sql/sample...

Cheers,
-J


    Reply to author    Forward  
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.
Patrick Lightbody  
View profile  
 More options Oct 23 2008, 1:39 pm
From: "Patrick Lightbody" <pligh...@gmail.com>
Date: Thu, 23 Oct 2008 10:39:08 -0700
Local: Thurs, Oct 23 2008 1:39 pm
Subject: Re: [ORBlogs] Re: Task divisions
This is the closest thing to the schema:

http://orblogs.googlecode.com/svn/trunk/src/main/resources/sql/schema...

But it's actually not totally right, since it's the postgres schema
and when I updated the code to the latest tech, we switched over to
MySQL. As it stands now, Hibernate is auto-creating the schema, so
we'd have to do a dump of the schema right after Hibernate creates it
to get the formal DDL.

However, that link is probably a good starting point to get a high
level picture of the schema. Just don't trust it for accuracy under
MySQL.

Patrick


    Reply to author    Forward  
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 « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google