Re: I Need System Design Suggestion. Please.

2005-11-07 Thread Chris Lu
I think DBSight can help. It doesn't need you to know a lot of Java, although it does require you setup an application server, like Tomcat, and deploy the application. But then everything can be done by web UI. Chris On 11/7/05, Dan Funk <[EMAIL PROTECTED]> wrote: > I've run through exactly the s

Re: I Need System Design Suggestion. Please.

2005-11-07 Thread Dan Funk
I've run through exactly the same train of thought. Php is an efficient and effective web development language - Java provides excellent libraries for developing powerful business logic layer. Wouldn't it be nice to couple the two together? The answer is no, it would suck. You end up with some clus

I Need System Design Suggestion. Please.

2005-11-04 Thread Victor Lee
Hi, I am going to use mysql db to store some data, use lucene(java) to index these data, and use Hibernate to map them. I was originally thinking of using PHP to input the data the visitors enter into the mysql db. But if I use PHP and use mysql statement directly, it may defeat the part of the pur