Re: Yahoo orion list is up..

2001-08-23 Thread Holden Glova

For some reason I can't send any mail to the orion yahoo list - they 
come back undeliverable :(

Martin J. Wells wrote:

 I must have missed it. What are the new list details?
 
 
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of Russell White
Sent: Friday, 24 August 2001 6:45 AM
To: Orion-Interest
Subject: Re: Yahoo orion list is up..


6 members so far. Keep em coming

--- Duffey, Kevin [EMAIL PROTECTED] wrote:

Damn..I got a response in under 3 minutes! Haven't seen that on 

the orion

list for many months.





__
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

 
 


-- 
+---+
| Holden GlovaAlchemy Group Limited |
| Software Engineer   P: +64 3 962-0396 |
| [EMAIL PROTECTED]   F: +64 3 962-0388 |
| http://www.alchemy.co.nz  |
+---+





Re: Servlet and CSS

2001-06-18 Thread Holden Glova

Brynolf Andersson wrote:
 
 Hi all gurus,
 I am trying to include a CSS in my servlet:
 
 out.println(html);
 out.println(head);
 out.println(titleUntitled Document/title);
 out.println(meta http-equiv=\Content-Type\ content=\text/html;
 charset=iso-8859-1\);
 out.println(link rel=\StyleSheet\ href=\blaf.css\
 type=\text/css\);
 out.println(/head);
 
 But it won't work for me. So where should I put the blaf.css in my Web
 application structure to get it working, or is there something wrong with my
 HTML ???
 
 Thanks a lot

I'll start with the obvious? is blaf.css
located there? Remember that they are
relative paths.

Kind regards,

+---+
| Holden GlovaAlchemy Group
Limited |
| [EMAIL PROTECTED]   P: +64 3
962-0396 |
| Software Engineer   F: +64 3
962-0388 |
|
http://www.alchemy.co.nz 
|
+---+




Cocoon and Orion in Harmony?

2001-05-13 Thread Holden Glova

Hello again folks of the list,

I'm sure this must have been asked
before although my searches on Deja and
looking on both orionsupport.com and
orionserver.com have come up pretty much
empty.

orionsupport.com has some documentation
on the subject but I can't get the
cocoon examples to run without getting
an exception right at the start. I am
very new to this subject matter and
would appreciate any direction that can
be given in this area.

Thanks very much in advance for any help
that can be provided.

-- 
Holden Glova, [EMAIL PROTECTED]
Software Engineer
Alchemy Group Limited
Level 6 Royal Sun Alliance Bldg
PO Box 2386
Christchurch
New Zealand
Phone: +64 3 962-0396
Fax: +64 3 962-0388




Cocoon in Harmony with Orion?

2001-05-13 Thread Holden Glova

Hello again folks of the list,

I'm sure this must have been asked
before although my searches on Deja and
looking on both orionsupport.com and
orionserver.com have come up pretty much
empty.

orionsupport.com has some documentation
on the subject but I can't get the
cocoon examples to run without getting
an exception right at the start. I am
very new to this subject matter and
would appreciate any direction that can
be given in this area.

I'm using Orion 1.4.8 along with cocoon
1.8.2

Thanks very much in advance for any help
that can be provided.

-- 
Holden Glova, [EMAIL PROTECTED]
Software Engineer
Alchemy Group Limited
Level 6 Royal Sun Alliance Bldg
PO Box 2386
Christchurch
New Zealand
Phone: +64 3 962-0396
Fax: +64 3 962-0388




Re: Updateing to 1.4.8

2001-05-07 Thread Holden Glova

Mark Kettner wrote:
 
 Hi All,
 
 Sorry for this very stupid message: can somebody please tell me where to
 download the newer releases or aren't they public domain anymore.
 Was looking at orionserver for an update for some time, but after 1.4.5
 I couldn't update anymore.
 However, after looking at this mailinglist I saw that people were
 already using 1.4.8. I'm curious for a
 new version, because struts library didn't work under 1.4.5.
 Again, sorry to bother you all about this.
 
 --
 Mark
 
 --o-o--
 Mark Kettner
 http://www.fredhopper.com
 Amsterdam, The Netherlands
 Phone:  +31 20 3206203 Mobile: +31 620 209 817
 fax:+31 20 8848747
 E-mail: [EMAIL PROTECTED], [EMAIL PROTECTED]

Mark,

Try this:
cd $ORION_HOME
java -jar autoupdate.jar

Hope this helps.

-- 
Holden Glova, [EMAIL PROTECTED]
Software Engineer
Alchemy Group Limited
Level 6 Royal Sun Alliance Bldg
PO Box 2386
Christchurch
New Zealand
Phone: +64 3 962-0396
Fax: +64 3 962-0388




Re: property files or similar

2001-05-03 Thread Holden Glova

elephantwalker wrote:
 
 You can set the env properties for the application in the deployment
 descripter xml file. This allows you to pass parameters to the
 application...for example, your properties path.
 
 OR more recklessly, you could pass the information you are pulling out of
 your properties in your env, and bury the properties thingy once and for
 all.
 
 regards,
 
 the elephantwalker

Thanks to both elephantwalker and
Sirkanth Bellalacheruvu for their
suggestions, we have decided to go with
the env settings in the web.xml.

Thanks again for the knowledge.
-- 
Holden Glova, [EMAIL PROTECTED]
Software Engineer
Alchemy Group Limited
Level 6 Royal Sun Alliance Bldg
PO Box 2386
Christchurch
New Zealand
Phone: +64 3 962-0396
Fax: +64 3 962-0388




Re: 1.4.8

2001-04-26 Thread Holden Glova

Charlie Ma wrote:
 
 It seems that everyone on this list is using at least 1.4.7, whereas I
 cannot find anything more recent than 1.4.5 on www.orionserver.com.  Where
 are you guys getting these more updated versions??
 
 -charlie
 
 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED]]On Behalf Of Jeff Hubbach
 Sent: Wednesday, April 25, 2001 9:11 AM
 To: Orion-Interest
 Subject: 1.4.8
 
 Did anyone else notice that 1.4.8 was on the website for a day, then
 taken back down?
 
 Jeff.
 
 --
 Jeff Hubbach
 Internet Developer
 New Media Designs, Inc.
 www.nmd.com

Jeff, run java -jar autoupdate.jar from
$ORION_HOME.

Hope that helps you out some.

-- 
Holden Glova, [EMAIL PROTECTED]
Software Engineer
Alchemy Group Limited
Level 6 Royal Sun Alliance Bldg
PO Box 2386
Christchurch
New Zealand
Phone: +64 3 962-0396
Fax: +64 3 962-0388




Re: Paged search results

2001-03-29 Thread Holden Glova

Thank you to everyone for your insights
and suggestions towards solving this
problem. I *greatly* appreciate it. I
learnt lots from doing small amounts of
research into some of the suggestions,
this was fantastic.

We have decided to go with the chore of
url re-writing for simplicity and in
order to keep away from sessions
altogether. Plus this approach would
also allow people to cut and paste the
URL into browsers or email them to
friends etc..Again, thank you for the
responses to my question

Regards,

-- 
Holden Glova, [EMAIL PROTECTED]
Software Engineer
Alchemy Group Limited
Level 6 Royal Sun Alliance Bldg
PO Box 2386
Christchurch
New Zealand
Phone: +64 3 962-0382
Fax: +64 3 962-0388




Re: Paged search results

2001-03-28 Thread Holden Glova

I guess my confusion comes into a lack
of terminology and understanding of how
to approach this problem. What we would
like to do is be able to perform a
search on the DB, but only show the user
10 of the results at a time. Initially
we have thought that sessions might be
the key to this, but then wondered what
would happen if the user had more than
one browser window open, clearly they
would be clobbering each others cached
search results, no?

So we have also thought about perhaps
using another table to store the results
from each search performed associated
with each browser window through
attempting to add a unique value to a
query string which will also be the PK
in the table of search results. This way
we can move the current record pointer
forward and backwards at will and allow
for people having more than one browser
window open while doing searches.

Do these concerns/strategies sound sane?
If not, maybe it is a reflection of my
own state of mind (i.e. insane :)

Many thanks to those that have currently
contributed to this discussion.

-- 
Holden Glova, [EMAIL PROTECTED]
Software Engineer
Alchemy Group Limited
Level 6 Royal Sun Alliance Bldg
PO Box 2386
Christchurch
New Zealand
Phone: +64 3 962-0382
Fax: +64 3 962-0388




Paged search results

2001-03-27 Thread Holden Glova

Hi all,

Perhaps this is slightly off topic and
if so, I apologize and feel free to
ignore this. My knowledge of j2ee is not
high but I would like to know the best
way to handle this with of course,
minimal complexity. I am not sure where
else I can find information on this
subject from knowledgeable people
though, so here goes.

We are wondering what the best approach
would be move through a collection of
page results that come back from a
search. We have thought about using
sessions to cache the results and help
keep track of what the current result
view consists of, but we are not sure if
this is the best way to handle something
like this. Some things that come to mind
are what would happen if we have
multiple browsers open trying to perform
different searches at the same time,
would we need a separate SessionBean to
cache these results in?

What could be some of the advantages and
disadvantages of using sessions for this
problem? Can anyone point me to some
other ways of approaching this problem
aside from using sessions?

Thanks in advance for any help and
pointers that are given.

Regards,

-- 
Holden Glova, [EMAIL PROTECTED]
Software Engineer
Alchemy Group Limited
Level 6 Royal Sun Alliance Bldg
PO Box 2386
Christchurch
New Zealand
Phone: +64 3 962-0382
Fax: +64 3 962-0388




Re: mime types for .js

2001-03-11 Thread Holden Glova

elephantwalker wrote:
 
 There seems to be a *feature* of NS browsers that requires a server
 mime-type for any javascript which is referenced in a web page. I have
 looked in the documentation, but can't seem to find the deployment xml file
 where I can add various mime types.
 
 Does anybody know how to add mime types to Orion?
 
 Regards,
 
 the Elephantwalker

Just looking in my ORION_HOME/config and
I see a mime.types file. Perhaps this is
what you want?

Best of luck.

-- 
Holden Glova, [EMAIL PROTECTED]
Software Engineer
Alchemy Group Limited
Level 6 Royal Sun Alliance Bldg
PO Box 2386
Christchurch
New Zealand
Phone: +64 3 962-0382, Fax: +64 3
962-0388