I think you're getting bogged down with details. ;)

This normally happens to me and one example was when I need to build an 
application to calculate WIP both on the server and the client. I was 
researching a lot of stuff on communication and data transfer that I wasn't 
coding for the actual calculation. So I just stopped and went back to J and 
wrote the code. Then that's the time I want back to the infrastructure and 
figured out which of the code to partition to run on the client and which parts 
run on the server. How the two communicates and how is data transferred from 
database and client.

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Björn Helgason
Sent: Monday, February 26, 2007 3:09 PM
To: General forum
Subject: Re: [Jgeneral] image pattern recognition

Lets say I am a bit behind trying to catch up a lot of new things todo in J.

I am beginning to get a hang of how I can use XML
The image stuff I am sort of beginning to get the hang of
I have spen some time on JHP and have managed to get apache working and
tried out a few things but am mixing it a bit with CGI as well.
I guess I need to configure and understand Apache a bit better so I can
understand where to place the directories, where to put what and what
scripts to change and how.

So adding JAL into the equation has not been on right now.
Maybe that is wrong but I have seen messages about JAL changing the way
things work and at the moment things are complicated enough as it is for me.

I am also working sometimes on a Windows and sometimes on Linux so it can be
a bit of a task of understanding what is to go where.

It is also interesting that some of these things are done with Jconsole and
others with GUI

Apache seems quite interesting. Unfortunately I have never configured it
before and it seems to offer quite a bit of possibilities and that does not
make JHP all that easy for me right now. Let alone the CGI part.

2007/2/26, Oleg Kobchenko <[EMAIL PROTECTED]>:
>
> --- Björn Helgason <[EMAIL PROTECTED]> wrote:
>
> > It is getting tricky not to use JAL
> >
> > found this line giving file name error
> > require 'media/platimg/',tolower UNAME
> >
> > change
> >
> > to
> >
> > require '~addons/media/platimg/',(tolower UNAME),'.ijs'
>
> Why can't you use JAL?
>
>
>
>
>
> ____________________________________________________________________________________
> No need to miss a message. Get email on-the-go
> with Yahoo! Mail for Mobile. Get started.
> http://mobile.yahoo.com/mail
> ----------------------------------------------------------------------
> For information about J forums see http://www.jsoftware.com/forums.htm
>



-- 
Björn Helgason, Verkfræðingur
Fugl&Fiskur ehf, Þerneyjarsund 23, Box 127
801 Grímsnes ,t-póst: [EMAIL PROTECTED]
Skype: gosiminn, gsm: +3546985532
Landslags og skrúðgarðagerð, gröfuþjónusta
http://groups.google.com/group/J-Programming


Tæknikunnátta höndlar hið flókna, sköpunargáfa er meistari einfaldleikans

góður kennari getur stigið á tær án þess að glansinn fari af skónum
          /|_      .-----------------------------------.
         ,'  .\  /  | Með léttri lund verður        |
     ,--'    _,'   | Dagurinn í dag                     |
    /       /       | Enn betri en gærdagurinn  |
   (   -.  |        `-----------------------------------'
   |     ) |        (\_ _/)
  (`-.  '--.)       (='.'=)
   `. )----'        (")_(")
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to