Personal computing discussed

Moderators: renee, SecretSquirrel, just brew it!

 
Nitrodist
Grand Gerbil Poohbah
Topic Author
Posts: 3281
Joined: Wed Jul 19, 2006 1:51 am
Location: Minnesota

What is the easiest application server to implement?

Fri Sep 24, 2010 10:54 am

My stack overflow question. I'll just repost what was posted on there...

Intro
We have a project to design and implement this semester. For our project, we chose to create an inventory system that uses Android phones for clients. More information on that portion of the project.

The Problem
The next problem that we have run into is that we are to design some kind of intermediary server that authenticates users and regulates what commands are issued to the database -- in other words, an application server.

We are a bit constrained for time (especially this semester with this project) and we realize that this kind of a problem has already been solved by people much smarter than us.

Our Ideas So Far
As the title says, what is the easiest application server to implement with Java-based clients? We currently have 3 separate clients for this project: a workstation (running Windows XP), an Android phone and a web-interface.

A Ruby on Rails server will be used for the web-interface already. After talking with one of my professors, he mentioned that we could actually use RoR to act as the application server by communicating through HTTP and XML. This would simply the development of the entire application since we could code the web-interface and the application server along side each other.

Our other option is something like JBoss or GlassFish (or is it? We really aren't experienced in this area). While we are comfortable creating Java clients, we haven't delved into something like JBoss/GlassFish in the slightest bit.

We're willing to spend the time to learn the technology, but we want to know which technology to use before we find out a month before it's due that we used the wrong application server.

Any guidance would be greatly appreciated, thank you in advance.
Image
 
Corrado
Minister of Gerbil Affairs
Posts: 2574
Joined: Sun Feb 17, 2002 7:00 pm

Re: What is the easiest application server to implement?

Fri Sep 24, 2010 11:01 am

JBoss is incredibly easy to implement, as is Tomcat. We use both here at work for industry leading HR recruiting/hiring process/career management tools. They work equally well on Linux and Windows, but we tend to stick with Tomcat on Windows and JBoss on Linux. We have yet to run into any issues that weren't the fault of our own developers. Both of which you can just drop a war file into the apps directory and the server will automatically load it. They're also both free.
 
SNM
Emperor Gerbilius I
Posts: 6209
Joined: Fri Dec 30, 2005 10:37 am

Re: What is the easiest application server to implement?

Fri Sep 24, 2010 11:13 am

If I understand you correctly, it sounds like the best setup would be to write backend server application that does all the work, and then link into that via FastCGI.
But I haven't done much in this area so maybe I'm missing something, or misunderstood your project.
Core i7 920, 3x2GB Corsair DDR3 1600, 80GB X25-M, 1TB WD Caviar Black, MSI X58 Pro-E, Radeon 4890, Cooler Master iGreen 600, Antec P183, opticals
 
Flying Fox
Gerbil God
Posts: 25690
Joined: Mon May 24, 2004 2:19 am
Contact:

Re: What is the easiest application server to implement?

Sat Sep 25, 2010 3:10 am

You have invested in RoR I would say stick with that.
The Model M is not for the faint of heart. You either like them or hate them.

Gerbils unite! Fold for UnitedGerbilNation, team 2630.
 
just brew it!
Administrator
Posts: 54500
Joined: Tue Aug 20, 2002 10:51 pm
Location: Somewhere, having a beer

Re: What is the easiest application server to implement?

Sat Sep 25, 2010 10:09 am

Flying Fox wrote:
You have invested in RoR I would say stick with that.

Yeah, that was more or less my thought as well. Since you need to learn RoR anyway, it'll probably simplify things if you just use that for the functionality you need to add. RoR is designed for the sort of thing you're trying to do; why create extra work by learning yet another framework (and figuring out how to get it to talk to the existing RoR backend)?
Nostalgia isn't what it used to be.
 
Nitrodist
Grand Gerbil Poohbah
Topic Author
Posts: 3281
Joined: Wed Jul 19, 2006 1:51 am
Location: Minnesota

Re: What is the easiest application server to implement?

Sun Sep 26, 2010 3:29 am

Thanks for your input, guys. We are going to use the RoR solution.
Image

Who is online

Users browsing this forum: No registered users and 1 guest
GZIP: On