473,771 Members | 2,394 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Selecting the next language

We are a software company that provides Inventory & Procurement
mangement to the hospitality industry. For the past twenty years we
have been using Progress Software as both the development language and
the underlying database. We are in the process of exploring new
languages to write our application in, as Progress is becoming
expensive for us.

Here are some of our issues

1. Progress is a 4GL language so it is very rapid development. We would
like something that is as fast or faster

2. We would like to be somewhat database agnostic but we are leaning
towards using MS SQL - Progress was an embedded database so it was very
easy to maintain (any suggestions here...are there other good embedded
databases)

3. We will probably (Eventually) be creating web services. It would be
nice if once we learn a language that we could easily use that language
to both CREATE webservices as well as use them (once again rapid
development is important)

4. Since we were using a 4GL lanaguage we are looking for tools that
will help us with a lot of the code development (suggestions? I have
seen YesSoftware and it looks pretty good)

5. We want something that is OO and runs quickly

6. Our current app is developed in a rich GUI interface. It is similar
in nature to an applet where only the Form that is required is
downloaded to the clients local machine. Otherwise everything remains
on the server (thus making it easy to send updates to our clients). Can
PHP achieve this?

7. I have seen PHP compilers are they any good. We mostly would want to
use them in order to protect our IP

8. There seems to be a large community of PHP users (is that correct).
Are there a number of user groups in the US?

9. We will eventually be providing multi-language capabilities... does
PHP support this?

10. We need a language that is easy to learn and can provide us with
good connections to databases

11. What are the posatives and negatives of using PHP?

12. If you were chosing between C# and PHP which one would you go with
and why (good and bad of both)

13. We are interested in cross platform capabilities. Today most of our
customers use Windows, so this is not a critical feature, but since you
never know exactly what the futre brings it would be nice to go either
way

14. Does anyone know of a web based open source inventory managment or
ERP application? Something with a lot of depth to it that is currently
being used in a manufacturing environment?

Any insight you can provide on selecting the next language for us would
be appreciated. Also we need to take in to consideration the total cost
of deploying the application, including webservers, datbases, etc.

This is a big decision for us, so I appologize for such a lenghty post.

Jul 17 '05 #1
12 1898
mp******@gmail. com wrote:
We are a software company that provides Inventory & Procurement
mangement to the hospitality industry. For the past twenty years we
have been using Progress Software as both the development language and
the underlying database. We are in the process of exploring new
languages to write our application in, as Progress is becoming
expensive for us.

Here are some of our issues

1. Progress is a 4GL language so it is very rapid development. We would
like something that is as fast or faster
Only 4GL I know is UNIFACE which you may want to look into:

http://www.compuware.com/products/uniface/
[snipped]

9. We will eventually be providing multi-language capabilities... does
PHP support this?


I use multi-language support in the database in my signature. I have a
table called LTXT which is defined as:

CREATE TABLE `ltxt` (
`TextCode` varchar(8) NOT NULL default '' COMMENT 'Text code',
`LangCode` varchar(8) NOT NULL default 'eng' COMMENT 'Language code',
`TextStrg` varchar(255) default NULL COMMENT 'Text string',
PRIMARY KEY (`TextCode`,`La ngCode`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 COMMENT='Multil anguage support'

and I make calls to that table for all output strings. The basic idea is
similar to UNIFACE multi-language support.

(Side note, I cannot answer the snipped questions).

MfG

Geoff.
--
Unofficial F1 Database: http://glibs.ssmmdd.co.uk/
Update: 30th May, 2005
USENET Email address is a spam trap, send Emails to address in the DB
Jul 17 '05 #2
On Sat, 04 Jun 2005 19:41:23 -0700, mpinsley wrote:
2. We would like to be somewhat database agnostic but we are leaning
I have a few weeks of database experience. I started with Oracle 4, was
teaching Oracle 5.0 and 5.1 and was certified to teach course called
Oracle Internal Architecture for Oracle6. I've been working with all
major versions since version 4. This long and bragging introduction
was necessary, to give additional weight to the statement that I've
never seen a "database independent" application that is working properly.
The only "database independent" applications that I've ever seen were
working equally lousy on all supported database platforms.
towards using MS SQL - Progress was an embedded database so it was very
easy to maintain (any suggestions here...are there other good embedded
databases)


MS SQL is the database that works on any platform, as long it is MS
Windows platform. My advice would be to go with MySQL which works on many
more platforms or, my personal preference, PostgresSQL, which is much more
mature. If you want to go commercial, Oracle's market share is much larger
then MS SQL.

--
Demagogue: One who preaches a doctrine he knows to be untrue to
men he knows to be idiots.
H.L. Mencken

Jul 17 '05 #3
On Sun, 05 Jun 2005 04:46:50 GMT, Mladen Gogala <go****@sbcglob al.net>
wrote:
On Sat, 04 Jun 2005 19:41:23 -0700, mpinsley wrote:
2. We would like to be somewhat database agnostic but we are leaning
I have a few weeks of database experience. I started with Oracle 4, was
teaching Oracle 5.0 and 5.1 and was certified to teach course called
Oracle Internal Architecture for Oracle6. I've been working with all
major versions since version 4. This long and bragging introduction
was necessary, to give additional weight to the statement that I've
never seen a "database independent" application that is working properly.
The only "database independent" applications that I've ever seen were
working equally lousy on all supported database platforms.


I'm aware of many good database independent apps. Sorry you've not
had the same experience. Having an app that works well in Oracle,
Informix, MS SQL and Mysql isn't really all that hard to do.
towards using MS SQL - Progress was an embedded database so it was very
easy to maintain (any suggestions here...are there other good embedded
databases)


MS SQL is the database that works on any platform, as long it is MS
Windows platform. My advice would be to go with MySQL which works on many
more platforms or, my personal preference, PostgresSQL, which is much more
mature. If you want to go commercial, Oracle's market share is much larger
then MS SQL.


Oracle is much more expensive than MS SQL from the licensing point of
view. When you write 3rd party apps and need to tell the customer to
buy a license, it hurts your sales.

--
gburnore@databa six dot com
---------------------------------------------------------------------------
How you look depends on where you go.
---------------------------------------------------------------------------
Gary L. Burnore | ÝÛ³ºÝ³Þ³ºÝ³³ÝÛº ݳ޳ºÝ³Ý³Þ³ºÝ³Ý ÝÛ³
| ÝÛ³ºÝ³Þ³ºÝ³³ÝÛº ݳ޳ºÝ³Ý³Þ³ºÝ³Ý ÝÛ³
DataBasix | ÝÛ³ºÝ³Þ³ºÝ³³ÝÛº ݳ޳ºÝ³Ý³Þ³ºÝ³Ý ÝÛ³
| ÝÛ³ 3 4 1 4 2 ݳ޳ 6 9 0 6 9 ÝÛ³
Black Helicopter Repair Svcs Division | Official Proof of Purchase
=============== =============== =============== =============== ===============
Want one? GET one! http://signup.databasix.com
=============== =============== =============== =============== ===============
Jul 17 '05 #4
OK,

So do you guys have a language preference. Do you think PHP is the way
to go for a long term play? What are the negatives of the languages?

Does it deal well as an OO language?

Thanks
Mark

Jul 17 '05 #5
Gary L. Burnore wrote:

I'm aware of many good database independent apps. Sorry you've not
had the same experience. Having an app that works well in Oracle,
Informix, MS SQL and Mysql isn't really all that hard to do.


Gary,

I have more than 25 years of relational DB experience, including 13
years with IBM. It covers everything from PC' with 20KB databases to
mainframes with database sizes in the 100's of terabytes. And I agree
with Mladen - I have never seen a *good* database independent application.

I've also seen many "database independent" applications. But if they
truly are completely database independent, then they can't take
advantage of the power of the particular database they are using. They
must code to the "least common denominator", which means they must use
only those features available in all database.

For instance - standard SQL like INSERT and UPDATE work fine - maybe.
But you can't use triggers or stored procedures - not all databases
support them. You can't mix CHAR and VARCHAR fields in the same tables
- because not all databases accept them. There are a lot of things you
can't use.

Even the applications I've seen which are "database independent"
generally aren't. Most have some database-specific functions. The best
I've seen are probably in C++ and Java - which can encapsulate the DB
API, making the rest of the program database independent.

--
=============== ===
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attgl obal.net
=============== ===
Jul 17 '05 #6
mp******@gmail. com wrote:

<snipped for brevity>

This is a completely wide-open question, and subject to a lot of debate
- much of it religious :-).

There is no one good answer to your question, and there's no way anyone
could give you a good answer in a forum like this. There are too many
other variables - like the code you write, the skills of your personnel,
the systems being used (both hardware and software), response time
requirements, skills of your users - IOW dozens of additional things.

What you need to do is to hire a good consultant to help you make a
decision. You need to find one with a lot of experience in many
technologies, but not married to any single one. Such consultants
aren't easy to find, but they do exist.

This consultant would look at all the things I mentioned and dozens more
- to come up with a list of his top three or four recommendations , and
the advantages and disadvantages *TO YOU* of each one.

In the meantime, if you want to be limited to MS products, by all means
C# and MS SQL will work. But if you're looking at something which will
run on Linux and other OS's, I'd recommend looking into other non-MS
products.

PHP and the like are not 4GL languages. Even Java is not a 4GL
language, but there are integrated development environments out there
which can make it look almost 4GL. AFAIK, there aren't IDE's like this
for PHP - but for the web, the combination of a good HTML generator and
a decent PHP development environment can make web pages easier.
--
=============== ===
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attgl obal.net
=============== ===
Jul 17 '05 #7
On Sun, 05 Jun 2005 14:49:24 -0500, Jerry Stuckle
<js*******@attg lobal.net> wrote:
Gary L. Burnore wrote:

I'm aware of many good database independent apps. Sorry you've not
had the same experience. Having an app that works well in Oracle,
Informix, MS SQL and Mysql isn't really all that hard to do.

Gary,

I have more than 25 years of relational DB experience, including 13
years with IBM.


Jerry, like you I have more than 25 years of relational database
experience. I've written several applications that use that are
database independent and I still receive royalty checks for them.

It covers everything from PC' with 20KB databases to
mainframes with database sizes in the 100's of terabytes. And I agree
with Mladen - I have never seen a *good* database independent application.
Sorry for your loss.
I've also seen many "database independent" applications. But if they
truly are completely database independent, then they can't take
advantage of the power of the particular database they are using.
That's simply not true.
They must code to the "least common denominator", which means they must use
only those features available in all database.


Actually, "they" don't. Coding can be done so as to make use of the
features of whichever database is used. Takes more up front planning,
but it works.

--
gburnore@databa six dot com
---------------------------------------------------------------------------
How you look depends on where you go.
---------------------------------------------------------------------------
Gary L. Burnore | ÝÛ³ºÝ³Þ³ºÝ³³ÝÛº ݳ޳ºÝ³Ý³Þ³ºÝ³Ý ÝÛ³
| ÝÛ³ºÝ³Þ³ºÝ³³ÝÛº ݳ޳ºÝ³Ý³Þ³ºÝ³Ý ÝÛ³
DataBasix | ÝÛ³ºÝ³Þ³ºÝ³³ÝÛº ݳ޳ºÝ³Ý³Þ³ºÝ³Ý ÝÛ³
| ÝÛ³ 3 4 1 4 2 ݳ޳ 6 9 0 6 9 ÝÛ³
Black Helicopter Repair Svcs Division | Official Proof of Purchase
=============== =============== =============== =============== ===============
Want one? GET one! http://signup.databasix.com
=============== =============== =============== =============== ===============
Jul 17 '05 #8
Gary L. Burnore wrote:
On Sun, 05 Jun 2005 14:49:24 -0500, Jerry Stuckle
<js*******@attg lobal.net> wrote:

Gary L. Burnore wrote:
I'm aware of many good database independent apps. Sorry you've not
had the same experience. Having an app that works well in Oracle,
Informix, MS SQL and Mysql isn't really all that hard to do.


Gary,

I have more than 25 years of relational DB experience, including 13
years with IBM.

Jerry, like you I have more than 25 years of relational database
experience. I've written several applications that use that are
database independent and I still receive royalty checks for them.
It covers everything from PC' with 20KB databases to
mainframes with database sizes in the 100's of terabytes. And I agree
with Mladen - I have never seen a *good* database independent application.

Sorry for your loss.

I've also seen many "database independent" applications. But if they
truly are completely database independent, then they can't take
advantage of the power of the particular database they are using.

That's simply not true.

They must code to the "least common denominator", which means they must use
only those features available in all database.

Actually, "they" don't. Coding can be done so as to make use of the
features of whichever database is used. Takes more up front planning,
but it works.


And if it takes advantage of features of a particular database which
aren't available in other databases, then it's not truly "database
independent", is it?

For instance - write an application using triggers in Oracle or DB2.
Now make it work on MySQL - without changing any code in the application.

--
=============== ===
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
js*******@attgl obal.net
=============== ===
Jul 17 '05 #9
MARK wrote:
OK,

So do you guys have a language preference. Do you think PHP is the way
to go for a long term play? What are the negatives of the languages?

Does it deal well as an OO language?


I think so.

My main caveats with PHP are that:

1) you can get namespace collisions
2) good project methodologies aren't as widely available as for Java
3) if you've got to develop non-web-based applications - its not the best
tool for the job.
However the first 2 issues vanish when you apply a test-driven development
methodology. PHP now has a number of good unit-testing tools and at least
one continuous integration tool (Rephlux). The 3rd issue - well, is it
really an issue?

The benefit that drove the whole 4GL thing was all about productivity. PHP
is most definitely NOT a 4GL (if you don't assume that object orientated
programming languages are by definition 4GLs) however like most dynamic
languages (Python, Perl...) it does give results very quickly.

You are currently getting stung for choosing a proprietary solution which is
costing you more while its customer base shrinks (and hence development
slows). Why on earth would you make the same mistake again?

I could go on for hours - but I'd have to start billing you for my time.

Yes...PHP is an appropriate solution - what else did you expect at
comp.lang.php?

C.
Jul 17 '05 #10

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
3125
by: Joe Six-Pack | last post by:
Hi, Im having problems in randomly selecting an element in an array that has not been selected before.. in other words, I have an array of answers to questions, then I want to select 5, with one of them being the correct answer to the question, and the others not.. Here is my code.. (I already have the correct answer at array position ) for($i=1;$i<=4;$i++) {
4
4739
by: Sami | last post by:
I hope someone will tell me how to do this without having to do any VB as I know nothing in that area. I am a rank beginner in using Access. I have created a database consisting of student athletes.  I have now learned how to join two different tables in a query so that I might generate a report. Specifically, student athletes at a community college are required to graduate with an AA or AS degree.  Consequently, various steps are in...
2
1143
by: mpinsley | last post by:
We are a software company that provides Inventory & Procurement mangement to the hospitality industry. For the past twenty years we have been using Progress Software as both the development language and the underlying database. We are in the process of exploring new languages to write our application in, as Progress is becoming expensive for us. Here are some of our issues 1. Progress is a 4GL language so it is very rapid development....
1
2923
by: sneha123 | last post by:
There will be some 20 questions and for each question there will be 4 choices.what i want to do is to select multiple answers by clicking the checkbox. i m using asp.net,vb.net pls help me we have written the code using radio button for selecting single item.but we want to replace it with checkbox to select multiple items. the code using radio button is given below .pls correct it with checkbox
0
9454
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
10038
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8933
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7460
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6712
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5354
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5482
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4007
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2850
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.