Re: My converted to Wonder old app is now very, very slow

2011-12-15 Thread Pau Yu
I'm seeing some weird thing in the Eclipse workspace, where the App would get stuck at WARN er.extensions.eof.ERXModelGroup - Clearing previous class descriptions thinking a bit, then it goes on. Then when my browser hits the app, it takes a while for the app to respond. -- Pau Yu Sent w

Re: My converted to Wonder old app is now very, very slow

2011-12-15 Thread James Cicenia
The log file look clean... basically nothing is showing while it is doing its thinking. I still have some more wonderfying to do. James On Dec 15, 2011, at 2:24 PM, Johann Werner wrote: > What is the log file telling? Any warnings/exceptions/…? If there is no log > file for your app did you

Re: My converted to Wonder old app is now very, very slow

2011-12-15 Thread James Cicenia
LOL with all the properties one can set between Eclipse and WOLips and WONDER I wouldn't be surprised if that existed. You know.. client says... it's slow! We say, ok, give us a few more ounces of gold... set the property to NO and voila! James On Dec 15, 2011, at 2:06 PM, Jesse Tayler wrote

Re: My converted to Wonder old app is now very, very slow

2011-12-15 Thread Johann Werner
What is the log file telling? Any warnings/exceptions/…? If there is no log file for your app did you try to start it manually on the command line to get the output? Am 15.12.2011 um 20:54 schrieb James Cicenia: > Yes, I will have to do some more research. > > I thought there might be some wo

Re: My converted to Wonder old app is now very, very slow

2011-12-15 Thread Jesse Tayler
did you set? superMegaDoubleDogSlowLaunchTime = YES; sometimes I leave that on in my everyday life - then when I turn it off, I feel like a wild man. On Dec 15, 2011, at 2:54 PM, James Cicenia wrote: > Yes, I will have to do some more research. > > I thought there might be some wonder speci

Re: My converted to Wonder old app is now very, very slow

2011-12-15 Thread James Cicenia
Yes, I will have to do some more research. I thought there might be some wonder specific launch time background task or such that I could turn off. Thanks for the thoughts. James On Dec 15, 2011, at 1:31 PM, Jesse Tayler wrote: > well, you've added wonder and updated the database, so some t

Re: Ant Instal

2011-12-15 Thread John Huss
It couldn't create that directory: "direction creation was not successful" On Thu, Dec 15, 2011 at 12:54 PM, Gino Pacitti wrote: > Hi All > I am using a clean version of Eclipse 3.7 with WOlips. > > I am just trying to build and instal using WOLips Ant Tools -> install and > I get an error: > >

Re: My converted to Wonder old app is now very, very slow

2011-12-15 Thread Jesse Tayler
well, you've added wonder and updated the database, so some things have changed. maybe you've just broken an index on the database which is then being ignored as corrupt and you need to drop and reindex. java, as I recall, does require some degree of pre-wiring that may add launch time with the

Re: My converted to Wonder old app is now very, very slow

2011-12-15 Thread James Cicenia
I am not loggin out SQL as nothing changed there. When I restart the instance, and try to log in first it usually give me a no instance message. Then when I try to log in again, I get in and it is slow. After visiting a page, then it is normal. Now granted I have no real benchmarks to compa

Re: My converted to Wonder old app is now very, very slow

2011-12-15 Thread Jesse Tayler
hmmm. are you logging out your SQL output? what sort of time is 'horrible' compared to what you had before and what are you measuring? On Dec 15, 2011, at 2:09 PM, James Cicenia wrote: > Ok - > > My very old, very reliable app has been updated to Wonder. > Now however, the startup time is

Validation Exceptions, Localization & Unit Testing

2011-12-15 Thread Kevin Hinkson
Hi everyone, I have a model framework that I am currently testing using WOUnit. For the Account EO I have a unit test to ensure that the email attribute is valid before saving. That worked fine until I started changing the code to be localizable. I have a ValidationTemplate.strings in the fram

My converted to Wonder old app is now very, very slow

2011-12-15 Thread James Cicenia
Ok - My very old, very reliable app has been updated to Wonder. Now however, the startup time is horrible. It like it is doing some enormous test on the database or trying to cache everything. However, once someone has touched a page, it is just as speedy as before. I see nothing in the log fi

Ant Instal

2011-12-15 Thread Gino Pacitti
Hi All I am using a clean version of Eclipse 3.7 with WOlips. I am just trying to build and instal using WOLips Ant Tools -> install and I get an error: /Users/gino/Desktop/WOProjects/Applications_Eclipse/HelloWorld/ build.xml:80: Directory /Library/WebObjects/Applications/ HelloWorld.woa c

Re: Server Question

2011-12-15 Thread Dan Beatty
Hi, You are correct Jeremy. We can pretty much deploy WO just about anywhere depending on the application and limitations of the data. Cloud/VM oriented deployments are nice because it is easy to implement best practices and keep the deployment portably small. The reason to consider OSX server i

Re: stumbling around with D2W

2011-12-15 Thread David Holt
This example is in the SimpleBlog rules for assigning roles to a Person with checkboxes. It's not exactly the same as you've asked for, but it was handy :-) https://github.com/daveeed/SimpleBlog 50 : (task = 'edit' and entity.name = 'Person' and propertyKey = 'roles') => toManyUIStyle = "checkb

Re: stumbling around with D2W

2011-12-15 Thread Ramsey Gurley
On Dec 15, 2011, at 9:41 AM, Theodore Petrosky wrote: > Is there an example out there? I feel totally lost, I don't understand where > to begin. https://github.com/wocommunity/WOWODC-2010/tree/master/ComponentAssignment Sorry to be short on answers. I'm tied up this morning. > > I hesitate a

Re: HTTP cache and ERRest

2011-12-15 Thread Pascal Robert
> Greetings Pascal, > Which time zone is that? EST (GMT -5), so that's 10:30am for PST people. > Right now I taking what webex presentations I can from home. It kind of > keeps me out of trouble. Do they make a WebEx for the iPhone? Yes, they do. Never tried it. Presentation will also be reco

Re: HTTP cache and ERRest

2011-12-15 Thread David Aspinall
Why, yes, yes they do. Although it looks better on the iPad :) iPhone http://itunes.apple.com/ca/app/cisco-webex-meeting-center/id298844386?mt=8 iPadhttp://itunes.apple.com/ca/app/webex-for-ipad/id364031971?mt=8 Fun, right? David On 2011-12-15, at 11:58 AM, Dan Beatty wrote: > Greeti

Re: stumbling around with D2W

2011-12-15 Thread Jesse Tayler
D2W can be a bit like a black box, but it's really quite simple and I can't imagine NOT using it, ever since I really understood it at a low enough level that I started to extend my designs around it. D2W is fundamental. Deceptively simple really. It's just freeze-dried logic. It's basically

Re: HTTP cache and ERRest

2011-12-15 Thread Dan Beatty
Greetings Pascal, Which time zone is that? Right now I taking what webex presentations I can from home. It kind of keeps me out of trouble. Do they make a WebEx for the iPhone? Anywho, I would like to attend and hope know which time and place to be their. V/R, Daniel Beatty Computer Scientist

Re: stumbling around with D2W

2011-12-15 Thread Theodore Petrosky
Is there an example out there? I feel totally lost, I don't understand where to begin. I hesitate asking for this kind of low level help. I feel like a fish out of water. Ted --- On Thu, 12/15/11, Ramsey Gurley wrote: > From: Ramsey Gurley > Subject: Re: stumbling around with D2W > To: "The

HTTP cache and ERRest

2011-12-15 Thread Pascal Robert
Ok, so the French version of this presentation will be next week, so the one tomorrow (Friday) will be in English instead. Presentation will be at 1:30pm and you can register on WebEx: https://wocommunity.webex.com I will show what I have done in SimpleBlog to cache the posts, redirect URL to

ReportMill 12 Graph data missing in Excel Report format

2011-12-15 Thread pavan.jayam
Hi List, I am using Report mill Version 12 to generate reports in PDF and now i want to generate the same report in Excel format. PDF Report contains data in tables,table groups and graphs, All the data is represented correctly in the PDF report. When i use poi30-rm.jar to generate the Repo

Re: stumbling around with D2W

2011-12-15 Thread Ramsey Gurley
Hi Ted, componentName = ERD2WEditToOneRelationship restrictedChoiceKey = object.currentTitles Then create a method on your object returning an array of current employment titles like you have below. Ramsey On Dec 15, 2011, at 8:03 AM, Theodore Petrosky wrote: > OK so this is a real newbie thi

stumbling around with D2W

2011-12-15 Thread Theodore Petrosky
OK so this is a real newbie thing. In my Wonder app, I would: create a list of entries to populate a popup employmentTitleList = EmploymentTitle.fetchEmploymentTitles(newEmployeeEC, EmploymentTitle.IS_CURRENT.eq(true), EmploymentTitle.ORDERING_INT.ascs()); I don't understand how to do this in

Re: AMD resize problem in IE

2011-12-15 Thread Stefan Klein
Hi, for AjaxUpdateLink and AjaxSubmitButton I use _onComplete_ = "function() { Modalbox.resizeToContent(); }"; This works fine for IE7+ Stefan Am 15.12.11 14:20, schrieb Sreenivasulu A: Hi List, My component design is like th

AMD resize problem in IE

2011-12-15 Thread Sreenivasulu A
Hi List, My component design is like this: HTML table is wrapped with AUC. Some TD's are dependent on other TD's in this HTML table. So that I used AOF to observe the changes on inner html of the TD's. AUC is wrapped with ERXOptionalForm. ERXOptionalForm is wrapped with AMD. If HTML table will g

Re: HTTP caching presentation in French tomorrow

2011-12-15 Thread Pascal Robert
If I do it in English, I will simply redo it over WebEx so that we can do Q&A at the end. And yes, I'm planning to record it too. > English would be nice for us non-French speakers. May be record it and just > dub over it? > > -- > Pau Yu > Sent with Sparrow > > On Thursday, December 15, 201

Re: HTTP caching presentation in French tomorrow

2011-12-15 Thread Pau Yu
English would be nice for us non-French speakers. May be record it and just dub over it? -- Pau Yu Sent with Sparrow (http://www.sparrowmailapp.com/?sig) On Thursday, December 15, 2011 at 7:38 AM, Pascal Robert wrote: > Good morning, > > Tomorrow at 9:30 (Montreal time)/15:30 (Paris time)

HTTP caching presentation in French tomorrow

2011-12-15 Thread Pascal Robert
Good morning, Tomorrow at 9:30 (Montreal time)/15:30 (Paris time) I will do a small (45 minutes) presentation about using HTTP caching and other status codes that I implemented in SimpleBlog. The presentation will be in French, I might do it in English later if people want to. WebEx link: htt

Re: Server Question

2011-12-15 Thread Jérémy DE ROYER [INGENCYS]
Ciao, Just to point out that : - os x server is os x with server tools (especially true with Lion) - linux server could be a linux with server tools May be Apple will stop os x server... one day. But do we really need the server version to deploy webobjects ? I don't exactly know nor try but it

Re: Server Question

2011-12-15 Thread Gino Pacitti
Hey Dan Thanks very much for your thoughts on this... its good to get many perspectives especially regarding a road map for my clients... Since I have the majority of clients that have legal requirements to fulfill I want to make sure that I give them a secure and robust platform. Virtua