 |
 |
Opinions for application(s) needed.
|
 |
|
 |
|
Dedicated MacNNer
Join Date: Dec 2003
Location: Madison, WI USA
Status:
Offline
|
|
I have just been put on a project and I am not sure where to go with it. At my place of work we have a system set up that takes care of many interconnected processes, like billing, purchases orders, etc. We are a public institution our setup is not exactly standard. Hence, I cannot really fin a commercial app that would help us.
Right now everything is handled through an old FileMaker 4 system and a bunch of C and Perl apps on our Unix server. It is a hodge podge system that was first started 20 years ago and just built on over the years.
I have been tasked with coming up wit an update plan. My background is in web development and my first thought was to create a browser interface for all these processes. We are however a Mac shop so I am wondering if creating a Cocoa app may be a direction I should look into.
If I were to convert this into a web application it would be a PHP/MySQL project. I'm literally just beginning to learn Cocoa. Is this something I can tackle with Cocoa?
|
|
|
| |
|
|
|
 |
|
 |
|
Professional Poster
Join Date: Sep 1999
Location: Ottawa, ON, Canada
Status:
Offline
|
|
If you have programmed before, it can be done, but a database system is probably easier and less time-consuming.
Do you have a budget? Have you thought about just updating to FileMaker 7?
|
|
|
| |
|
|
|
 |
|
 |
|
Dedicated MacNNer
Join Date: Dec 2003
Location: Madison, WI USA
Status:
Offline
|
|
Originally posted by hayesk:
If you have programmed before, it can be done, but a database system is probably easier and less time-consuming.
Do you have a budget? Have you thought about just updating to FileMaker 7?
I've been programming for a decade, I actually am a recent Mac switcher though. So I am new to the Mac programming world.
No budget to speak of. In a good way though. I need something I just order it. I have considered upgrading FileMaker but to be honest I really do not like it. I know FileMaker 7 is supposed to be great but I have not been impressed with what I have seen.
|
|
|
| |
|
|
|
 |
|
 |
|
Professional Poster
Join Date: Sep 1999
Location: Ottawa, ON, Canada
Status:
Offline
|
|
You may want to look at Servoy then. It uses Java, and connects to SQL backends.
|
|
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: Jun 2001
Location: Dundee, Scotland
Status:
Offline
|
|
Have a look at Webobjects + an SQL database..
|
|
|
| |
|
|
|
 |
|
 |
|
Addicted to MacNN
Join Date: May 2001
Location: Cupertino, CA
Status:
Offline
|
|
Originally posted by sambeau:
Have a look at Webobjects + an SQL database..
Ditto. Sounds like a small shop, so a solution like that might be sufficient. WebObjects is also quite affordable, and if you know Java you'll have a leg up over learning ObjC + Cocoa... you also gain the platform independence of a web based app, but still get a very Mac-oriented development environment. And if you want to learn Cocoa, WebObjects can be kind of a nice lead-in, because some of the APIs (eg collections, key-value coding) are similar and both use the same IDE. Don't go with PHP/MySQL though, you'll want something a bit more robust than that for this kind of system, IMO.
(Last edited by itai195; Jul 9, 2004 at 03:34 PM.
)
|
|
|
| |
|
|
|
 |
|
 |
|
Mac Elite
Join Date: Jul 2002
Status:
Offline
|
|
Originally posted by servo:
If I were to convert this into a web application it would be a PHP/MySQL project. I'm literally just beginning to learn Cocoa. Is this something I can tackle with Cocoa?
Well, after you develop the PHP/MySQL part, I think it would be possible to create a small Cocoa app to interface with the web portion. Essentially, you would communicate with the server like the app was a web browser and then parse the data that came back. Shouldn't be too difficult, though I don't really know.
|
|
|
| |
|
|
|
 |
 |
|
 |
|
|
|
|
|

|
|
 |
Forum Rules
|
 |
 |
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
|
HTML code is Off
|
|
|
|
|
|
 |
 |
 |
 |
|
 |
|