Author Topic: Need a partner or two with moderate skill in Java  (Read 1088 times)

Offline SolemnMonk

  • Member
  • Posts: 36
    • Hallhosting
Need a partner or two with moderate skill in Java
« on: March 08, 2010, 04:58:40 PM »
I'm building a program in Java right now that is starting to team up with school and work to overwhelm me. I'm planning on this being a donate-ware (not nag-ware) application for helping people keep track of finances and work with budgets and the like. Once this client is released, I'm planning on releasing a server version for a limited amount of free backup (a few megabytes, everything will be stored as straight text) and automatic updates. I have a web host ready for these purposes (I'm also willing to store screen shots for torrents for free, no expiration date) and just need to get this thing finished. Anyone want to join me? There will be an even split of any revenue generated from donations. Serious inquiries only please.

Offline wolkec

  • Member
  • Posts: 833
Re: Need a partner or two with moderate skill in Java
« Reply #1 on: March 08, 2010, 05:15:19 PM »
can you be more specific about required skill

Offline SolemnMonk

  • Member
  • Posts: 36
    • Hallhosting
Re: Need a partner or two with moderate skill in Java
« Reply #2 on: March 08, 2010, 05:19:00 PM »
Sure. Required skills: GUI programming, file I/O, Networking (later on), and dynamic graphics (for graphs and the like). I'm also planning, by version 2, to add support for user-built extensions.

Offline Natheria

  • Member
  • Posts: 742
  • Gnome in Disguise ¬_¬
    • Mikaeru's Blog
Re: Need a partner or two with moderate skill in Java
« Reply #3 on: March 08, 2010, 10:39:44 PM »
I know how to print Hello World, is that good enough?  ;D

Offline SolemnMonk

  • Member
  • Posts: 36
    • Hallhosting
Re: Need a partner or two with moderate skill in Java
« Reply #4 on: March 08, 2010, 10:56:02 PM »
To a separate GUI or to console? Lol.

Offline vuzedome

  • Member
  • Posts: 6376
  • Reppuzan~!
  • Awards Winner of the BakaBT Mahjong tournament 2010
    • GoGreenToday
Re: Need a partner or two with moderate skill in Java
« Reply #5 on: March 08, 2010, 11:45:38 PM »
I know how to print Hello World, is that good enough?  ;D
I know how to replace that with Doomsday. But I don't think that's good enough.
BBT Ika Musume Fan Club Member #000044   
Misaka Mikoto Fan Club Member #000044
BBT Duke Nukem Fan Club Member #0000002

Offline Natheria

  • Member
  • Posts: 742
  • Gnome in Disguise ¬_¬
    • Mikaeru's Blog
Re: Need a partner or two with moderate skill in Java
« Reply #6 on: March 09, 2010, 02:22:12 AM »
I know how to print Hello World, is that good enough?  ;D
I know how to replace that with Doomsday. But I don't think that's good enough.

lol, yeah i don't think so ether.

And sending it to a GUI aint that hard right? I haven't done much outside of a console yet. I've made an applet or two, that's about it (which is probably not what you're looking for  :D).

Offline SolemnMonk

  • Member
  • Posts: 36
    • Hallhosting
Re: Need a partner or two with moderate skill in Java
« Reply #7 on: March 09, 2010, 04:25:39 PM »
I know how to print Hello World, is that good enough?  ;D
I know how to replace that with Doomsday. But I don't think that's good enough.

lol, yeah i don't think so ether.

And sending it to a GUI aint that hard right? I haven't done much outside of a console yet. I've made an applet or two, that's about it (which is probably not what you're looking for  :D).

Yeah, it isn't too hard, especially when you use JOptionPane lol.

Offline Xiong Chiamiov

  • Member
  • Posts: 3012
  • I'm gonna tolerate and love the SHIT out of you!
    • changedmy.name
Re: Need a partner or two with moderate skill in Java
« Reply #8 on: March 13, 2010, 04:58:33 AM »
Oh, so you're probably using Swing?  Yuck.

You'll find many more people willing to help you if you don't build it in such a painful language.  I tend to see most FOSS project using either a nice scripting language like Python or Ruby, or good ol' C and C++.

Also, GitHub.  It really helps.
Projects of interest: nagi | sheska | bdg
Posts made between 2009-05-09 and 2011-08-26 were in the capacity of staff.  Please read accordingly.

Offline SolemnMonk

  • Member
  • Posts: 36
    • Hallhosting
Re: Need a partner or two with moderate skill in Java
« Reply #9 on: March 13, 2010, 09:24:31 PM »
I don't have nearly the experience in those...yet. They're next on my list of languages to learn (I recently started an extremely accelerated learning pace).

Offline Xiong Chiamiov

  • Member
  • Posts: 3012
  • I'm gonna tolerate and love the SHIT out of you!
    • changedmy.name
Re: Need a partner or two with moderate skill in Java
« Reply #10 on: March 13, 2010, 10:33:48 PM »
The best way to learn a programming language is to write something in it.  You have a project idea, and you have a language you want to learn, so you're all set.
Projects of interest: nagi | sheska | bdg
Posts made between 2009-05-09 and 2011-08-26 were in the capacity of staff.  Please read accordingly.

Offline kostya

  • Member
  • Posts: 181
  • Rar
Re: Need a partner or two with moderate skill in Java
« Reply #11 on: March 14, 2010, 09:02:58 PM »
If you do end up staying with Java and need some help, I may be available to lend a hand in several months (around May, when my semester ends). I would be able to do at least the networking and file I/O.

If you choose to switch to C/C++, I can help if you do not mind your program not supporting Windows. I have never coded no using POSIX libraries. If anyone has a nice reference on the Windows libraries, mind sharing?