dbTalk Databases Forums  

Best web server interface to D3

comp.databases.pick comp.databases.pick


Discuss Best web server interface to D3 in the comp.databases.pick forum.



Reply
 
Thread Tools Display Modes
  #11  
Old   
Joe
 
Posts: n/a

Default Re: Best web server interface to D3 - 02-06-2006 , 05:34 AM






All valid points. However, all I'm suggesting is that we (I?) don't
limit myself in our (my?) toolset. Now, more than ever, there is an
extremely wide range of tools available for whatever your task might be.
Of course, Pick is only one of those tools.

BTW, iMacs are now shipping with Intel chips - no more PowerPC. It's
only a matter of time until we see Windows running natively on iMacs.
What's the world coming to?

Regards,
Joe


"picksupport" <phil (AT) picksupport (DOT) com> wrote in
news:1139220781.590204.302980 (AT) g43g2000cwa (DOT) googlegroups.com:

Quote:
I have to say I agree totally with Henry here. People seem to forget
native Pick was WAY more than a database.It seems that while everyone
was busy arguing that Pick was at least as good an Operating System as
Unix, relational databases snuck up on the inside and stole the
database crown. Pick ended up as an also ran in both the operating
system and database fields. It could have been so different.

And don't forget Microsoft were talking to Dick Pick before he died
and
they went the Access route.

Still, Pick quietly supports plenty of businesses who really care
about
efficiency and value for money. The big problem is once those
businesses grow past a certain size, get floated, start having
turnover
of line of management staff, and get invaded by graduates, Pick
rapidly
becomes a "Legacy" - a term synonymous with "Liability" to those
aforementioned grads.

If only ...

csigline (AT) hotmail (DOT) com wrote:
Joe wrote:

I don't know if I'd go so far as to say that Pick can "run everything
IT
in a company." Pick is great for what it is, but IMO the key is
knowing
what solutions are best suited for the problems at hand. As for
one-stop
solutions, Microsoft probably has a better handle on that than Pick.

Regards,
Joe

Joe:

Obviously you also see value in the one-stop solution. That Pick can
also be such a one-stop solution, "run everything IT in a company",
is very simple to understand. I will limit myself to explaining this
from the standpoint of using PowerPC because that's where my focus is
http://www.ncolug.org/ppc.htm

Ultimately, whatever the application is, it runs on the instruction
set
of the processor. So any application that runs on machines that are
PowerPC based like the Apple G5 or the IBM pSeries, iSeries or
zSeries
can be made to not just run on Pick but those applications can also
be
made to run faster than they typically do now on some kind of OS
because the overhead is so much less.

Obviously running Pick natively on PowerPC requires some real
programming with C and/or C++ and will require additions and/or
modifications to those compilers. Doing so will also require
additions
and/or modifications to the DataBasic compiler but as a whole, those
solutions are simpler and more cost effective than the Rube Goldberg
solutions that have evolved to achieve the same objective.

I am 100% convinced that, had there been Open Source solutions like
drivers in the 1986 realm when OA was ported to AIX on the RT, Dick
Pick would have been able to stick with the "everything on Pick"
concept that had made Pick so extremely competitive as a business
tool.
It is a real shame that this genius did not live at least another
ten
years to take another shot at the IT crown.

Henry Keultjes
Microdyne Company
Mansfield Ohio USA




Reply With Quote
  #12  
Old   
csigline@hotmail.com
 
Posts: n/a

Default Re: Best web server interface to D3 - 02-06-2006 , 08:20 AM






Joe:

It's only a matter of time untill we see Microsoft expand their use of
PowerPC (limited to the XBox right now) to the desktop and perhaps even
the server.

Henry Keultjes
Microdyne Company
Mansfield Ohio USA


Reply With Quote
  #13  
Old   
Joe
 
Posts: n/a

Default Re: Best web server interface to D3 - 02-06-2006 , 12:47 PM



csigline (AT) hotmail (DOT) com wrote in news:1139235636.023118.293540
@g43g2000cwa.googlegroups.com:

Quote:
Joe:

It's only a matter of time untill we see Microsoft expand their use of
PowerPC (limited to the XBox right now) to the desktop and perhaps
even
the server.

Henry Keultjes
Microdyne Company
Mansfield Ohio USA
That's a possiblity only if Microsoft gets into their own hardware for
"real" PCs, or if existing hardware makers start making PowerPC boxes.
Interestingly, I have heard of XBox users running Windows on their game
boxes right now.

So Microsoft and Apple are doing a "chip swap". Truth is indeed
stranger than fiction.

Regards,
Joe


Reply With Quote
  #14  
Old   
bruce ackman
 
Posts: n/a

Default Re: Best web server interface to D3 - 02-07-2006 , 07:34 AM



psi wrote:
Quote:
I know this type of question has been asked numerous times but...

What are the best, most cost effective ways to interface to D3 Windows and
Linux from a web server (Apache)?

We want to host a web service for our D3 systems to provide pricing,
availability or whatever data is needed from D3 to an outside web site. The
outside web site will be doing the presentation and shopping cart stuff. So,
we are only interested in serving data at this time.

I will be running Apache locally (Windows or Linux) to accept incoming
requests, then I need to create a connection to D3 to run some programs to
process the request and return some data.

We are successfully doing this type of thing using JD3
(Apache/Tomcat/Java/JD3/D3) for one small project and it works fine, but I
believe there are scalability issues and it seems like overkill. So, I know
and accept that D3 user licences will be consumed but it has to be minimized
or else it becomes too expensive, and licensing connectivity software (like
Flashconnect) is not going to happen either.

Thanks to all in advance,

Steve


check out http://www.sierra-bravo.com


Reply With Quote
  #15  
Old   
Kevin Powick
 
Posts: n/a

Default Re: Best web server interface to D3 - 02-07-2006 , 08:22 AM



Looks very interesting, but in a software world where everyone wants
something for free, many will balk at the $3,500 price tag.

--
Kevin Powick


Reply With Quote
  #16  
Old   
Bruce A. Holt
 
Posts: n/a

Default Re: Best web server interface to D3 - 02-27-2006 , 03:18 PM



Several years ago when I was using D3 and FC, a co-worker investigated JD3.
He gave it a try and wasn't able to implement it and he never mentioned why
to me. I left that company and the MV platforms I've been involved with
since then have been mvBase, jbase, UniData and UniVerse. Steve (the OP of
this thread) mentioned he is "using JD3 (Apache/Tomcat/Java/JD3/D3) for one
small project" and I got curious about JD3 again, now that I'm back with a
company that uses D3. Does anyone else use JD3?
<sidebar>
That was one hellacious paragraph! I hope you followed it!
</>

Just for grins, I downloaded JD3 and ran through Dave Patterson's tutorial
on his web site for the PHP client (we use PHP on our own web site, so
*things* should work). I followed the tutorial precisely and had no luck
making a connection to D3. Obviously I have to do more but I'm not sure
what. I suspect it has to do with valid port ranges in order to get a D3
login prompt. All of our telnet ports are nailed, so I may have to designate
a range of ports that is not nailed.

I'll keep experimenting, but if anyone has suggestions, I would certainly
appreciate them!

-Bruce



Reply With Quote
  #17  
Old   
m buller
 
Posts: n/a

Default Re: Best web server interface to D3 - 02-28-2006 , 11:05 AM



We use JD3 and python to read an e-mailed kanban pull (shipping request)
with the data in an xml attachment. We use a python module to parse the
xml data, then pass the data up to D3 and execute a program to process
the pull. I have also played with python and wxwindows to demo a web
like user interface between D3 and a pc client, it was nothing more then
a proof of concept.

Mark Buller
Jonaco Machine

Reply With Quote
  #18  
Old   
Bruce A. Holt
 
Posts: n/a

Default Re: Best web server interface to D3 - 02-28-2006 , 12:27 PM




"Glen B" <no$pamwebmaster@no$pamforallspec.com> wrote

Quote:
JD3 works using a port manager. A port manager listens on a main port
and redirects requests from there to a worker port. Each worker port is a
phantom process that sits and waits on a specific port for connections. I
have not played with JD3 in years. I know that it fairly solid for an open
source solution with a small developer base. JD3 is not a "web server
interface" per se. It is a Java based OO interface for D3. You can use it
for stand alone Java applications, as well as Java web applets. If you are
keen on Java and you don't want to spend cash on R&D with non-free Java
tools, then feel free to get your feet wet with it. I don't know that I'd
want to sell commercial products with it, though. Just like MVWWW, it's
really an open source design and development framework. It is functional,
but it may not have the Q/C and testing that it should have to be released
as a commercial tool. Besides, if I remember correctly it's GPL'd - so you
can't bundle it with closed-source commercial products anyway.

Glen
Thanks Glen.

I'm just getting my D3 feet wet again after several years away from it and
experimenting with a few tools before I go to Spectrum and review some
commercial products. As I mentioned, I am very familiar with sockets and
CallHTTP both on U2 but it has been a few years since I did the socket dance
on D3.

-Bruce




Reply With Quote
  #19  
Old   
Bruce A. Holt
 
Posts: n/a

Default Re: Best web server interface to D3 - 02-28-2006 , 12:28 PM




"m buller" <mabull_er_ (AT) jonaco (DOT) com> wrote

Quote:
We use JD3 and python to read an e-mailed kanban pull (shipping request)
with the data in an xml attachment. We use a python module to parse the
xml data, then pass the data up to D3 and execute a program to process the
pull. I have also played with python and wxwindows to demo a web like
user interface between D3 and a pc client, it was nothing more then a
proof of concept.

Mark Buller
Jonaco Machine
Cool! Thanks for the info.

-Bruce




Reply With Quote
  #20  
Old   
Ross Ferris
 
Posts: n/a

Default Re: Best web server interface to D3 - 02-28-2006 , 05:29 PM



One of the "issues" here is the non-guarantee of delivery, which is
where the immediacy of WS/HTTP can be "useful". If you "own" both ends
of the chain, you can easily overcome this, but if not there can be
"issues" with lost data

That said, for years we have packaged up incremental database updates
to be shipped out to remote POS locations, with transactions flowing
back from the stores to head office, using email


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.