RE: TypeCasting GenericValue object.

2007-09-25 Thread [EMAIL PROTECTED]
You can't type cast the GenericValue. You possibly can type cast one of the objects it holds depending on the type. Each GenericValue holds different types if information depending on what it represents. For example, GenericValue existingOrderHeader = delegator.findByPrimaryKey("OrderHeader", U

how to make delegator.getNextSeqId begin from 00001 not from 10000

2007-09-25 Thread sqlien
Hi, I want to persist my products, but when I invoke delegator.getNextSeqId it generate the productId begin from 1, 10001, 10002, ... How to change this behaviour for beginning from 1 and 2, 3, Regards -- View this message in context: http://www.nabble.com/how-to-make-

Getting WebDav access to ecommerce application

2007-09-25 Thread David Goodenough
I have a designer who is working on things like the ecommerce css and image files, and wants to have WebDAV access enabled. Does anyone have a quick guide to setting this up. Tomcat has a WebDAV servlet built in, but I am not quite sure how best to set it up. David

Re: TypeCasting GenericValue object.

2007-09-25 Thread vijay Si
Hello Skip, My piece of code is : itelim = elim.iterator(); //where elim = findByCond(); elimList = new ArrayList(); while(itelim.hasNext()) { elimList = itelim.next(); elimList.toString(); String a1 = elimLi

Re: how to make delegator.getNextSeqId begin from 00001 not from 10000

2007-09-25 Thread Bilgin Ibryam
Index: framework/entity/src/org/ofbiz/entity/util/SequenceUtil.java === --- framework/entity/src/org/ofbiz/entity/util/SequenceUtil.java (revision 29970) +++ framework/entity/src/org/ofbiz/entity/util/SequenceUtil.java

Re: Getting WebDav access to ecommerce application

2007-09-25 Thread BJ Freeman
the way ofbiz is layed out for the css you could not use webdav effectively. I suggest you let them work on a local copy of ofbiz with demo data the other is to use a remote admin like webmin and give them access to the folders the css are in. David Goodenough sent the following on 9/25/2007 2:26

unsubscribe

2007-09-25 Thread Manpreet Saini

Re: unsubscribe

2007-09-25 Thread Canh Phan
--- Manpreet Saini <[EMAIL PROTECTED]> wrote: > > Catch up on fall's hot new shows on Yahoo! TV. Watch previews, get listings, and more! http://tv.yahoo.com/collections/3658

Re: how to make delegator.getNextSeqId begin from 00001 not from 10000

2007-09-25 Thread Jacques Le Roux
Beware to check around, this may have impredictable side effects (just a check, maybe it's ok, I never tried) Jacques De : "Bilgin Ibryam" <[EMAIL PROTECTED]> > > Index: framework/entity/src/org/ofbiz/entity/util/SequenceUtil.java > ===

saop service and java service

2007-09-25 Thread sqlien
Hi, waht is the difference between these 2 formulations and when i set export="true", can i invoke the service (outside ofbiz through soap) in the same way than if i declared it like the first formulation -- View this message in context: http://www.nabble.com/saop-service-and-java-service-

Re: org.ofbiz.base.start.StartupException: Cannot init() catalina-container (Protocol handler initialization failed: java.io.IOException: SunX509 KeyManagerFactory not available)

2007-09-25 Thread Walter Vaughan
Len Parker wrote: I'm a newbie, and I get the following error when I execute "java -jar ofbiz.jar": What does "java -version" say? Why are you not using ./startofbiz.sh shell script? Regarding your boss... If you need a strong framework to build upon, OFBiz is what you are looking for. If yo

Re: org.ofbiz.base.start.StartupException: Cannot init() catalina-container (Protocol handler initialization failed: java.io.IOException: SunX509 KeyManagerFactory not available)

2007-09-25 Thread Jacopo Cappellato
Walter Vaughan wrote: Len Parker wrote: I'm a newbie, and I get the following error when I execute "java -jar ofbiz.jar": What does "java -version" say? Why are you not using ./startofbiz.sh shell script? Regarding your boss... If you need a strong framework to build upon, OFBiz is what you

Re: org.ofbiz.base.start.StartupException: Cannot init() catalina-container (Protocol handler initialization failed: java.io.IOException: SunX509 KeyManagerFactory not available)

2007-09-25 Thread Jacques Le Roux
De : "Jacopo Cappellato" <[EMAIL PROTECTED]> > There are still some areas that are not fully implemented, the most > remarkable one is the accounting application: we will hopefully fill > this gap soon. > > Jacopo I can't wait ;o) Jacques

Resource search order

2007-09-25 Thread David Goodenough
I seem to recall reading somewhere that ofbiz has a set of places it looks to find things like images and css files. As I recall the search order is first in the application//webapp/ directory, then in the framework directory. Do I recall this right, if not what determines which directory a given

Re: org.ofbiz.base.start.StartupException: Cannot init() catalina-container (Protocol handler initialization failed: java.io.IOException: SunX509 KeyManagerFactory not available)

2007-09-25 Thread Len Parker
First, thanks for your reply. Yes, I'm running RedHat Enterprise Linux Version 5 (RHEL5). I installed "jdk-6u2-linux-i586-rpm" obtained from the Sun site. I also have java 1.4 and java 1.5 installed. Java 1.4 is what was/is installed by RHEL5 initial installation. I'm not sure where I got jav

Re: Resource search order

2007-09-25 Thread vijay Si
Hi, i had the same question some time back, i think the order is ..framework/images web.xml webapp it think ...yes this was it. On 9/25/07, David Goodenough <[EMAIL PROTECTED]> wrote: > > I seem to recall reading somewhere that ofbiz

Where are the list of things in leftbar and right bar defined?

2007-09-25 Thread David Goodenough
Grep has failed me, I can not find the places where the contents of the left and right bars are defined. Anyone got an pointers? David

Re: pos hangs

2007-09-25 Thread Samito
I have started using the Blackdown JRE and JDK 1.4, which are availible to the synaptic package manager on Ubuntu Linux. I had to edit the path in the start up scripts. With ubuntu it is in /etc/environment. Vinod Kashyap wrote: > > pos hangs on linux machine > can any body tell why it happens

Re: Where are the list of things in leftbar and right bar defined?

2007-09-25 Thread Michael Jensen
I assume you're talking referring to ecommerce... Try applications/ecommerce/widget/CommonScreens.xml Look for Mike David Goodenough wrote: > Grep has failed me, I can not find the places where the contents of the left > and right bars are defined. Anyone got an pointers? > > David -- Millc

Re: Where are the list of things in leftbar and right bar defined?

2007-09-25 Thread Raj Saini
For ecommerce, they are in screen widgets. Look in CommonScreen.xml and CatalogScreen.xml in $OFBIZ_HOME/application/ecommerce/widget folder. David Goodenough wrote: Grep has failed me, I can not find the places where the contents of the left and right bars are defined. Anyone got an pointers?

Re: org.ofbiz.base.start.StartupException: Cannot init() catalina-container (Protocol handler initialization failed: java.io.IOException: SunX509 KeyManagerFactory not available)

2007-09-25 Thread Len Parker
First, thank you Walter for your reply! Output of "java -version" is: java version "1.5.0" Java(TM) 2 Runtime Environment, Standard Edition (build pxi32devifx-20070806 (SR5a)) IBM J9 VM (build 2.3, J2RE 1.5.0 IBM J9 2.3 Linux x86-32 j9vmxi3223-20070426 (JIT enabled) J9VM - 20070420_12448_lHdSMR J

Re: pos hangs

2007-09-25 Thread Raj Saini
Samito, Does this solve the problem? Thanks, Raj Samito wrote: I have started using the Blackdown JRE and JDK 1.4, which are availible to the synaptic package manager on Ubuntu Linux. I had to edit the path in the start up scripts. With ubuntu it is in /etc/environment. Vinod Kashyap wrote:

Re: Resource search order

2007-09-25 Thread Abhishake Agarwal
Hi, I think you can set the path at applications/product/config/catalog.properties file (image.server.path). Regards, Abhishake On 9/25/07, vijay Si <[EMAIL PROTECTED]> wrote: > > Hi, i had the same question some time back, > > i think the order is ..framework/images >

Re: org.ofbiz.base.start.StartupException: Cannot init() catalina-container (Protocol handler initialization failed: java.io.IOException: SunX509 KeyManagerFactory not available)

2007-09-25 Thread BJ Freeman
you can also modify the ofbiz.rc to point to the java you are using before installing it in the etc folders per the instructions. Len Parker sent the following on 9/25/2007 8:21 AM: > First, thanks for your reply. > > Yes, I'm running RedHat Enterprise Linux Version 5 (RHEL5). > > I installed

Re: Resource search order

2007-09-25 Thread BJ Freeman
please note which SVN version you are using. David Goodenough sent the following on 9/25/2007 7:06 AM: > I seem to recall reading somewhere that ofbiz has a set of places it looks > to find things like images and css files. As I recall the search order > is first in the application//webapp/ dire

Re: Resource search order

2007-09-25 Thread Abhishake Agarwal
Hi, you can also look at ecommerce/widget/CommonScreens.xml:main-decorator Regards, Abhishake On 9/25/07, BJ Freeman <[EMAIL PROTECTED]> wrote: > > please note which SVN version you are using. > > > David Goodenough sent the following on 9/25/2007 7:06 AM: > > I seem to recall

Re: Resource search order

2007-09-25 Thread David Goodenough
On Tuesday 25 September 2007, Abhishake Agarwal wrote: > Hi, > > I think you can set the path at > applications/product/config/catalog.properties file (image.server.path). That is fine for images, but I am asking about things like .css files. David > > Regards, > Abhishake > > On 9/25/07, vijay Si

Re: Resource search order

2007-09-25 Thread David Goodenough
On Tuesday 25 September 2007, vijay Si wrote: > Hi, i had the same question some time back, > > i think the order is ..framework/images > web.xml > webapp > > it think ...yes this was it. Well I think this list is incomplete, it seems to

Re: Resource search order

2007-09-25 Thread David Goodenough
On Tuesday 25 September 2007, BJ Freeman wrote: > please note which SVN version you are using. I checked out a version a couple of days ago. Why, has this changed recently? David > > David Goodenough sent the following on 9/25/2007 7:06 AM: > > I seem to recall reading somewhere that ofbiz has a

Re: org.ofbiz.base.start.StartupException: Cannot init() catalina-container (Protocol handler initialization failed: java.io.IOException: SunX509 KeyManagerFactory not available)

2007-09-25 Thread Len Parker
Problem Solved! Thank you BJ, Walter, Jacopo, and Jacques, for your replies!! It turns out that I have java 1.5 installed from both IBM and SUN! The /usr/bin/java is a link to "/etc/alternatives/java" which in turn links to "/usr/lib/jvm/jre-1.5.0-ibm/bin/java". I removed this link and linked to

RE: org.ofbiz.base.start.StartupException: Cannot init() catalina-container (Protocol handler initialization failed: java.io.IOException: SunX509 KeyManagerFactory not available)

2007-09-25 Thread Skip
Jacopo Not to be argumentative, but I would say that Ofbiz is not "an Open Source ERP system that can be used out of the box." ERP as you know is an acronym for Enterprise Resource Planning. If you had said that Ofbiz is a great ecommerce application that can be used out of the box, I would agre

Re: org.ofbiz.base.start.StartupException: Cannot init() catalina-container (Protocol handler initialization failed: java.io.IOException: SunX509 KeyManagerFactory not available)

2007-09-25 Thread Tim Ruppert
Skip you may not have the expertise in general to use it close to OOTB, but I must disagree that it is uneconomical to have people running their business on it. However, it may be uneconomical for newbies to be able to get their foot in the door and pop one up quickly without a lot of ramp

Re: Resource search order

2007-09-25 Thread BJ Freeman
it was more your description of how you thought ofbiz did things that prompted the question. in the last 12 months there has been considerable structure changes. I did not want to talk about a version you did not have. however you have gotten a good answer from Abhishake Agarwal D

Re: org.ofbiz.base.start.StartupException: Cannot init() catalina-container (Protocol handler initialization failed: java.io.IOException: SunX509 KeyManagerFactory not available)

2007-09-25 Thread BJ Freeman
Skip: ERP is usually related to manufacturing, so in my estimate is is a limited system for a finite market. I don't think, though I am in the minority that Ofbiz should be characterized as an ERP system but as a system that has ERP capability. As far as i know obiz OOTB is meant for Vars not end

Re: Resource search order

2007-09-25 Thread Abhishake Agarwal
Hello David, I was able to load the css from /applications/ecommerce/webapp/ecommerce/images/webapp/images following is the steps I followed to resolve this, 1) I had copied the /framework/images folder to /applications/ecommerce/webapp/ecommerce/ folder. NOTE: structure of images folder copie

Re: Getting WebDav access to ecommerce application

2007-09-25 Thread David E Jones
BJ, what do you mean by "the way ofbiz is layed out for the css you could not use webdav effectively"? I guess I'm not seeing the issue you are... ? -David BJ Freeman wrote: the way ofbiz is layed out for the css you could not use webdav effectively. I suggest you let them work on a local c

Re: org.ofbiz.base.start.StartupException: Cannot init() catalina-container (Protocol handler initialization failed: java.io.IOException: SunX509 KeyManagerFactory not available)

2007-09-25 Thread Walter Vaughan
Tim Ruppert wrote: Anything that needs to be discussed about Opentaps - should move to their mailing list - this just isn't a sales channel for migrating people over there. I thought for a second I was opening a can of worms, and once I did that I should have deleted that paragraph. Note t

Re: org.ofbiz.base.start.StartupException: Cannot init() catalina-container (Protocol handler initialization failed: java.io.IOException: SunX509 KeyManagerFactory not available)

2007-09-25 Thread Tim Ruppert
:) On Sep 25, 2007, at 1:17 PM, Walter Vaughan wrote: Tim Ruppert wrote: Anything that needs to be discussed about Opentaps - should move to their mailing list - this just isn't a sales channel for migrating people over there. I thought for a second I was opening a can of worms, and once

Re: Getting WebDav access to ecommerce application

2007-09-25 Thread David Goodenough
On Tuesday 25 September 2007, David E Jones wrote: > BJ, what do you mean by "the way ofbiz is layed out for the css you could > not use webdav effectively"? > > I guess I'm not seeing the issue you are... ? > > -David > > BJ Freeman wrote: > > the way ofbiz is layed out for the css you could not u

Re: org.ofbiz.base.start.StartupException: Cannot init() catalina-container (Protocol handler initialization failed: java.io.IOException: SunX509 KeyManagerFactory not available)

2007-09-25 Thread Len Parker
At this point in the game I don't want to pretend to understand the differences between OFBiz, Opentaps, or ERP (Early Retirement Program). I didn't take the comments about Opentaps to be a sales pitch. I took it as an informative message to a total newbie who could be barking up the wrong tree.

RE: org.ofbiz.base.start.StartupException: Cannot init() catalina-container (Protocol handler initialization failed: java.io.IOException: SunX509 KeyManagerFactory not available)

2007-09-25 Thread Skip
Tim Gads, seems as if I hit a nerve. My apologies. Let me respond briefly. "Skip you may not have the expertise in general to use it close to OOTB". My ability to use Ofbiz OOTB is not the issue here. I am a software engineer, not the end user. I will not be using it except for testing. I am

Re: org.ofbiz.base.start.StartupException: Cannot init() catalina-container (Protocol handler initialization failed: java.io.IOException: SunX509 KeyManagerFactory not available)

2007-09-25 Thread Adrian Crum
Skip, You'll find the OFBiz community to be a bit schizophrenic. Those who say OFBiz is ready to use out of the box are generally those who use it primarily for eCommerce. People like yourself who say that OFBiz out of the box is unusable without a custom UI are the ones who want to build back

Re: org.ofbiz.base.start.StartupException: Cannot init() catalina-container (Protocol handler initialization failed: java.io.IOException: SunX509 KeyManagerFactory not available)

2007-09-25 Thread Jacopo Cappellato
Adrian, Adrian Crum wrote: Skip, You'll find the OFBiz community to be a bit schizophrenic. hmmm... ok, I am, you are right on this. :-) Those who say OFBiz is ready to use out of the box are generally those who use it primarily for eCommerce. People like yourself who say that OFBiz out o

Re: org.ofbiz.base.start.StartupException: Cannot init() catalina-container (Protocol handler initialization failed: java.io.IOException: SunX509 KeyManagerFactory not available)

2007-09-25 Thread David E Jones
Adrian Crum wrote: You'll find the OFBiz community to be a bit schizophrenic. Those who say OFBiz is ready to use out of the box are generally those who use it primarily for eCommerce. People like yourself who say that OFBiz out of the box is unusable without a custom UI are the ones who want

Re: org.ofbiz.base.start.StartupException: Cannot init() catalina-container (Protocol handler initialization failed: java.io.IOException: SunX509 KeyManagerFactory not available)

2007-09-25 Thread Tim Ruppert
No nerves my friend - just trying to make sure the information gets articulated properly to everyone. And yes, some terms are not friendly for the local small businessman - but since they weren't just made up out of thin air - I challenge you to ask them just about any question where the a

Re: org.ofbiz.base.start.StartupException: Cannot init() catalina-container (Protocol handler initialization failed: java.io.IOException: SunX509 KeyManagerFactory not available)

2007-09-25 Thread David E Jones
Skip wrote: It is my view that with few exceptions, the back office Ofbiz applications, are not designed for the real people to use. As some examples, go to your friendly neighborhood corporate office and ask the A/R, A/P or manager type person the meaning of these terms: Logical Id, Facility

Re: pos hangs

2007-09-25 Thread Jacques Le Roux
On any platform, you have to use a sun jdk >= 1.5. There are known problems on Linux plaforms due to windows managers : https://issues.apache.org/jira/browse/OFBIZ-567 Jacques De : "Raj Saini" <[EMAIL PROTECTED]> > Samito, > > Does this solve the problem? > > Thanks, > > Raj > Samito wrote:

Payment Type - Bill me later

2007-09-25 Thread Scott.
Hi Guys, Is anyone using Bill-Me-later to process any online payments? Here is some of their info; Customer selects Bill Me Later and provides minimal information. When a customer selects Bill Me Later, they accept the terms and provide minimal information at the point of sale - just date of bir

RE: TypeCasting GenericValue object.

2007-09-25 Thread Skip
vijay I don't understand some of the code in your example. But, if you look at the source for GenericEntity (which GenericValue is a subclass of), you will see that at its heart, there is a Map of name-value pairs, i.e. a String which is the field name mapped to (in this case) the value(s) retrie

Re: org.ofbiz.base.start.StartupException: Cannot init() catalina-container (Protocol handler initialization failed: java.io.IOException: SunX509 KeyManagerFactory not available)

2007-09-25 Thread Jonathon -- Improov
Skip, I agree with you, as will many other VARs who have taken up OFBiz. I'm currently attempting to document ALL of those terms, everything OFBiz but above the framework. After that, I'll be approaching the real world (not the OFBiz world) to tally the facts and figures, and to get a good lis

RE: org.ofbiz.base.start.StartupException: Cannot init() catalina-container (Protocol handler initialization failed: java.io.IOException: SunX509 KeyManagerFactory not available)

2007-09-25 Thread [EMAIL PROTECTED]
Jonathon "I'm currently attempting to document ALL of those terms...". I am happy to help with this because I would rather not spend gobs of hand-holding time. I expect to go live with my first customer in about 2 months and they will have to live with a majority of the functionality in its curre

Re: org.ofbiz.base.start.StartupException: Cannot init() catalina-container (Protocol handler initialization failed: java.io.IOException: SunX509 KeyManagerFactory not available)

2007-09-25 Thread David E Jones
Just a general thought: if better terms for things in OFBiz can be found I think everyone will be very open to changing them. Usually what happens, based on experience with clients, is they are actually thinking of something different than the concept used in OFBiz and so the change in the te

Re: org.ofbiz.base.start.StartupException: Cannot init() catalina-container (Protocol handler initialization failed: java.io.IOException: SunX509 KeyManagerFactory not available)

2007-09-25 Thread Jonathon -- Improov
Jacopo, The Manufacturing module in OFBiz is an exception! It's very complete and very powerful. Thanks to you. :) Jonathon Jacopo Cappellato wrote: Adrian, Adrian Crum wrote: Skip, You'll find the OFBiz community to be a bit schizophrenic. hmmm... ok, I am, you are right on this. :-)

Re: org.ofbiz.base.start.StartupException: Cannot init() catalina-container (Protocol handler initialization failed: java.io.IOException: SunX509 KeyManagerFactory not available)

2007-09-25 Thread Jonathon -- Improov
> The most difficult client is someone who tries to shoehorn OFBiz into the one > app they're used to! Oh. Didn't realize I was going through nightmare after nightmare. :) Yeah, I think you're right. Jonathon Tim Ruppert wrote: No nerves my friend - just trying to make sure the information get

Architecture question

2007-09-25 Thread [EMAIL PROTECTED]
I am in the final throws of writting a standalone Sales Order Entry application written in pure Java (I gave up on XUI after pulling my hair out for a week with the complex panel structure). The proposed architecture looks like this (forgive the text based graphics): +---+

RE: org.ofbiz.base.start.StartupException: Cannot init() catalina-container (Protocol handler initialization failed: java.io.IOException: SunX509 KeyManagerFactory not available)

2007-09-25 Thread [EMAIL PROTECTED]
David I expect you are right, especially as I have spent most of my time digging through source code instead of learning Ofbiz in detail from a users perspective. However, I think it can only be helpful to document exactly what each of these fields that are not self-explanatory do. I know it wil

Re: org.ofbiz.base.start.StartupException: Cannot init() catalina-container (Protocol handler initialization failed: java.io.IOException: SunX509 KeyManagerFactory not available)

2007-09-25 Thread BJ Freeman
I have found the webtools, which have been greatly enhanced in the last few year, to be a benefit in this area. [EMAIL PROTECTED] sent the following on 9/25/2007 9:16 PM: > David > > I expect you are right, especially as I have spent most of my time digging > through source code instead of learn

Re: org.ofbiz.base.start.StartupException: Cannot init() catalina-container (Protocol handler initialization failed: java.io.IOException: SunX509 KeyManagerFactory not available)

2007-09-25 Thread BJ Freeman
Maybe having the ability to use a language properties to change the display of the names would be the best approach. this would allow more versatility without changing the core application. David E Jones sent the following on 9/25/2007 8:43 PM: > > Just a general thought: if better terms for thin

Re: org.ofbiz.base.start.StartupException: Cannot init() catalina-container (Protocol handler initialization failed: java.io.IOException: SunX509 KeyManagerFactory not available)

2007-09-25 Thread Jonathon -- Improov
Yeah, in fact, this was how we "changed" the UI terms. We were talking about a mere discrepancy in terminologies, I think. Jonathon BJ Freeman wrote: Maybe having the ability to use a language properties to change the display of the names would be the best approach. this would allow more versa

Re: org.ofbiz.base.start.StartupException: Cannot init() catalina-container (Protocol handler initialization failed: java.io.IOException: SunX509 KeyManagerFactory not available)

2007-09-25 Thread Jonathon -- Improov
> If you will give me a list of the modules you haven't done yet, maybe we can > split the load and feed the result back to the community. Accounting is where you can help! I've done PartyMgr, halfway through Catalog and Product. I've been using DocBook. Do you know DocBook? It's easier than HT

RE: org.ofbiz.base.start.StartupException: Cannot init() catalina-container (Protocol handler initialization failed: java.io.IOException: SunX509 KeyManagerFactory not available)

2007-09-25 Thread [EMAIL PROTECTED]
Accounting is mine then. Sadly though, I don't know docbook. Can you point me somewhere to have a look at some documentation? Skip -Original Message- From: Jonathon -- Improov [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 25, 2007 9:46 PM To: user@ofbiz.apache.org Subject: Re: org.

RE: org.ofbiz.base.start.StartupException: Cannot init() catalina-container (Protocol handler initialization failed: java.io.IOException: SunX509 KeyManagerFactory not available)

2007-09-25 Thread [EMAIL PROTECTED]
BJ I agree completely. Making these properties that can be changed would be especially benefitial to non-english language users. Skip -Original Message- From: BJ Freeman [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 25, 2007 9:42 PM To: user@ofbiz.apache.org Subject: Re: org.ofbiz.

unsubscribe

2007-09-25 Thread Canh Phan
--- "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > Accounting is mine then. Sadly though, I don't know > docbook. Can you point > me somewhere to have a look at some documentation? > > Skip > > -Original Message- > From: Jonathon -- Improov [mailto:[EMAIL PROTECTED] > Sent: Tuesday,

Re: Architecture question

2007-09-25 Thread Raj Saini
[EMAIL PROTECTED] wrote: I am in the final throws of writting a standalone Sales Order Entry application written in pure Java (I gave up on XUI after pulling my hair out for a week with the complex panel structure). I have you thought of using Eclipse RCP? It can save you lot of glue code and yo