Re: Developing existing java portal in php

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi,

      I know that php is an interpreter, like shell. It won't produce any
object or executable file.

      Now the portal has to be developed such that the php source shouldn't
be visible in the product. Means the product should be able to produced in
binary format.

    Is it possible to embed php code in any other programming language such
as C?

    Or there any other tool which can store/embed the php script in binary
format?

    Has anybody has implemented this kind of stuff?

   Is it possible? Please let me know at the earliest..

Thanks for your guidance,

Sangamesh

On Sat, Mar 29, 2008 at 12:10 PM, Sangamesh B <forum.san@xxxxxxxxx> wrote:

> Thanks for the reply.
>
> Can it be done by just using php + html or perl + html.
>
> Also, May I know a beginners document to start working on html, php and
> perl.
>
> Thanks,
> Sangamesh
>
>
>
> On Fri, Mar 28, 2008 at 1:50 AM, ganu <ganu.ullu@xxxxxxxxx> wrote:
>
> >
> >
> > On Thu, Mar 27, 2008 at 7:52 AM, Sangamesh B <forum.san@xxxxxxxxx>
> > wrote:
> >
> > > Hi all,
> > >
> > > Here is one web portal product which is already developed using java
> > > tools.
> > > I don't know java, php or perl. But I can learn php quickly compared
> > > to
> > > java.
> >
> >
> > Learning PHP,Perl is very easy as compare to Java.
> >
> > >
> > >
> > > My question is: Is it possible to develop such web portal using php &
> > > html?
> >
> >
> > Yea, is possible.
> >
> > >
> > >
> > > Let me explain how the java portal/product works:
> > >
> > > The user logs in to the portal with his user name and password thru
> > > web
> > > browser by using a public ip or for example say xyz-portal.com
> > >
> > > The user name and password are the user names of the  Linux OS. So
> > > username
> > > authentication is required.
> > >
> > > In the next page, the user accesses  the preinstalled applications (
> > > these
> > > are C or Fortran apps) and submits the job.
> > > While submitting the job, he is allowed to give the command line
> > > options and
> > > input file. The input files are present in his home directory. These
> > > files
> > > should be listed in combo box.
> > >
> > > It doesn't mean that, all installed apps in linux must be listed in
> > > the
> > > portal. There should be a mechanism to add a particular application to
> > > the
> > > portal ( part of administrator's work). And all apps which are to be
> > > displayed in portal are in a different dir, say /usr/local/bin.
> > >
> > > This portal is totally based on the server. i.e. The user accesses the
> > > portal and submits his application job from client system to run the
> > > job in
> > > the server. The client system uses only web browser. So other software
> > > can
> > > not be used to do this.
> > >
> > > Regarding php, I know that linux commands can be bypassed thru php.
> > >
> > > So can any one tell me whether this can be done using php with the
> > > above
> > > mentioned conditions/facilities?
> > >
> > >
> > > Thanks & Regards,
> > > Sangamesh
> >
> >
> > I think you can do all front end things in PHP and html and you can do
> > all system calls with Perl.
> > Perl will be fast and easy for all linux things.
> >
> > you can refer this for calling Perl from PHP page -
> > http://devzone.zend.com/node/view/id/1712
> >
> >
> > ---
>
>
>

[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux