Re: WebObjects-Projects?

2014-03-07 Thread Daniel Mejia
s the best option for us. Regards, Daniel. On Mar 7, 2014, at 13:18, Chuck Hill wrote: > Hi Daniel, > > Can you tell us how Entity Framework measures up to EOF? Is it better in > some areas? Is it missing features in other areas? > > Thanks, > Chuck > >

Re: WebObjects-Projects?

2014-03-07 Thread Daniel Mejia
Hi all, I would like to share my experience with WO. We have developed many systems with WO, some of them was for a big telephone company here in Mexico. After some changes in the IT department in this company they decided to change all the system developed with WO. They call HP, MS and many

OT - Share our experience moving from WO

2013-04-21 Thread Daniel Mejia
Hi all, I would like to share my experience after decided to move from WO. This decision took some years but finally we have to make it. After some years developing with Java and WO we started a migration to what our managers decided to move. The decision was Microsoft developer tools. After s

Re: Webobjects-dev Digest, Vol 10, Issue 127

2013-02-13 Thread Daniel Mejia
gs on DVDs (as QuickTime movies, not as a movie > DVD) to raise money for the Association, does any of you would buy it? I > don't think we will add that option is only one or two guys requests it, > hence the question. > Yes, we are interested. Regards, Daniel Mejia. _

Re: MariaDB

2012-04-17 Thread Daniel Mejia
In MariaDB you can define Assertions and Constraints as deferrable or immediate and you can change the mode at any time. Saludos, Daniel. On 16/04/2012, at 11:16, webobjects-dev-requ...@lists.apple.com wrote: > > From: Kieran Kelleher > Subject: Re: MariaDB > Date: 16 de abril de 2012 10

Re: Help needed with ERDEditHTML component

2011-07-05 Thread Daniel Mejia
at? > > Ramsey > > On Jul 5, 2011, at 9:55 AM, Daniel Mejia wrote: > >> Ramsey, >> >> I expect that behavior if the field is not marked as required in the EO >> Model and in the database is defined as not null, but if it is marked as not >> null in th

Re: Help needed with ERDEditHTML component

2011-07-05 Thread Daniel Mejia
the default component it is validated as expected. Regards, Daniel. On 05/07/2011, at 11:39, Ramsey Gurley wrote: > > On Jul 4, 2011, at 9:16 AM, Daniel Mejia wrote: > >> Hi all, >> >> I have a very simple D2W edit form with some fields, some of them are >&

Help needed with ERDEditHTML component

2011-07-04 Thread Daniel Mejia
Hi all, I have a very simple D2W edit form with some fields, some of them are required in the model and are correctly validated, the problem happen when I use the ERDEditHTMl component for one of those fields that are required. The field is never validated and if the user left the field blank t

Re: How to use dates

2011-05-14 Thread Daniel Mejia
Thank you Pascal, Regards, Daniel. On 14/05/2011, at 18:42, Pascal Robert wrote: > > Le 2011-05-14 à 14:54, Daniel Mejia a écrit : > >> Paul, >> >> I want to try your solution, but I can't find the Framework. I checked all >> the directories for the

Re: How to use dates

2011-05-14 Thread Daniel Mejia
Paul, I want to try your solution, but I can't find the Framework. I checked all the directories for the ProjectWonder 54, but I can't find it. I looked for the ERAttributeExtension.java but is not in all the Wonder subdirectories. Is it only available in Wonder 5.0? Regards, Daniel. On 14/

Re: How to use dates

2011-05-14 Thread Daniel Mejia
nes. You can set the time with a formatter or > in the setDate... methods of your EO. > > > Chuck > > > On 2011-05-13, at 4:48 PM, Daniel Mejia wrote: > >> Hi there, >> >> I need help with a problem with the Date type. >> >> The problem

How to use dates

2011-05-13 Thread Daniel Mejia
Hi there, I need help with a problem with the Date type. The problem happens when I type de date 1920-dec-31in a field defined as date in a edit page of Modern D2W application. After saving the page the date is displayed as 1920-dec-30. The same happens for all the years before 1921, but for y

Re: HotDeploy

2011-05-04 Thread Daniel Mejia
iably >> run on old files? > > Yes, the new instances have to start from another bundle. So say "old" > instances runs on /opt/MyApp.woa.20110101 and the "new" instances runs on > /opt/MyApp.woa.20110504 > >> >> >> On M

HotDeploy

2011-05-04 Thread Daniel Mejia
Hi, I have a question regarding the deploy. Is it possible to redeploy an application when the application is running, or I need to shutdown every instance, deploy the application and restart every instance? Regards, Daniel. ___ Do not post admin

Re: tiny_mce problem with D2W (solved)

2011-04-27 Thread Daniel Mejia
for > the js resources resolve correctly? > > On 2011-04-24, at 1:11 PM, Daniel Mejia wrote: > >> Hi All, >> >> I need some help with the ERDEditHTML component. >> >> I have an application that use ERDEditHTML component to edit many fields of >> and

Re: tiny_mce problem with D2W

2011-04-24 Thread Daniel Mejia
ces resolve correctly? > > On 2011-04-24, at 1:11 PM, Daniel Mejia wrote: > >> Hi All, >> >> I need some help with the ERDEditHTML component. >> >> I have an application that use ERDEditHTML component to edit many fields of >> and entity using tabs

tiny_mce problem with D2W

2011-04-24 Thread Daniel Mejia
Hi All, I need some help with the ERDEditHTML component. I have an application that use ERDEditHTML component to edit many fields of and entity using tabs in D2W. The editor is in different fields in different tabs. The editor in the first tab is displayed correctly and I can edit the text u

Re: Help with ERAttachments

2011-04-02 Thread Daniel Mejia
and hence it's trying to fetch an EO with pk = 5 and storageType = > "". maybe if you pump out the raw sql in your logs you could post the sql > it's actually using to try and fetch the attachment...? > > simon > > On 2 April 2011 07:38, Daniel Mejia wro

Help with ERAttachments

2011-04-01 Thread Daniel Mejia
Hi all, I need some help with ERAttachments. I configured an attachment for an entity as is explained in the Attachment tutorial. Everything goes fine at the beginning, I can add new attachments, display a list with all my attachments, I can logout the application and when I return everything l

Re: Dependent popup in D2W

2011-03-07 Thread Daniel Mejia
gt; >> There is a a component that does exactly that in AjaxLook in Wonder. >> >> "Hi David, >> >> I have an example of dependent popups here: >> >> https://r2d2w.svn.sourceforge.net/svnroot/r2d2w/trunk/ERR2d2w/Support/AjaxLook.zip >> >> I th

Dependent popup in D2W

2011-03-06 Thread Daniel Mejia
Hi all, I need some help with D2W. I have a D2W edit page with two to one relationships attributes and I need to display in the second attribute just the values related to the selected value in the first attribute, something similar to the country ->state dependency, how can I do that in D2W?

Re: Dependent popUp with D2W

2010-05-10 Thread Daniel Mejia
Ramsey, We created a custom component to handle this case, but I would like to see the D2W solution. I will check your solution as soon as possible. Regards, Daniel. On May 10, 2010, at 5:59 PM, Ramsey Lee Gurley wrote: > > On Jul 31, 2009, at 11:01 AM, Daniel Mejía wrote: > >> Hi all, >>

Re: WO alternatives

2009-10-08 Thread Daniel Mejia
WT or Tapestry for the presentation depending on the type of application it is. GWT and Cayenne don't mix that well because of the JS serialization but it does work. John On Oct 8, 2009, at 7:04 PM, Daniel Mejia wrote: Hi all, If you have to choose another framework for Web D

Re: WO alternatives

2009-10-08 Thread Daniel Mejia
0/2009, at 06:43 p.m., Chuck Hill wrote: On Oct 8, 2009, at 4:04 PM, Daniel Mejia wrote: Hi all, If you have to choose another framework for Web Development , different than WO, what could be your selection? We are looking for alternatives and I would like to know if somebody knows somet

WO alternatives

2009-10-08 Thread Daniel Mejia
Hi all, If you have to choose another framework for Web Development , different than WO, what could be your selection? We are looking for alternatives and I would like to know if somebody knows something close to WO... Regards, Daniel. ___

Re: D2W Question, Embedding D2WList in non D2W Component

2009-08-17 Thread Daniel Mejia
mark, The selectedObject is binded to a local variable defined in the page that contains the D2WSelect component. Saludos, Daniel. On 17/08/2009, at 01:57 a.m., Mark Ainge wrote: Daniel, What object from the listpageinterface do you bind to the selectpage.selectedObject? Mark Sen

Re: Webobjects-dev Digest, Vol 5, Issue 873

2008-08-21 Thread Daniel Mejia
Nilton, According to the Peter Haggar´s book "Practival Java": Praxis 67 : Do not rely on finalize methods for non-memory resource clean-up. The finalize method of a class in invoked by JVM for an object of the class before the garbage collector reclaims its memory. This method is someti

Re: Generics Frustrations

2008-08-14 Thread Daniel Mejia
John, I found this presentation very useful to understand generics, I hope this can help you: http://sites.google.com/site/io/effective-java-reloaded Saludos, Daniel. El 14/08/2008, a las 10:21 a.m., webobjects-dev- [EMAIL PROTECTED] escribió: De: "John Huss" <[EMAIL PROTECTED]> Fecha:

Re: Not going to WOWODC this year?

2008-05-14 Thread Daniel Mejia
Hi, We are in a very hard time deploying an application for a customer and I can't go to the WOWODC, but I would like to know if you have any plans to sell a DVD with the sessions? Saludos, Daniel. On May 12, 2008, at 5:45 PM, [EMAIL PROTECTED] wrote: From: Chuck Hill <[EMAIL PROTECT

Re: Webobjects-dev Digest, Vol 5, Issue 479

2008-04-29 Thread Daniel Mejia
Cuauhtemoc, You can initialize attribute overriding the awakeFromInsertion method of your enterprise objects. Something like this: public void awakeFromInsertion(EOEditingContext context) { super.awakeFromInsertion(context); if (creationDate() == null) { setCr

i need help with D2W Templates

2008-04-16 Thread Daniel Mejia
Hi all, I need some help to know how to modify the D2WSelect template to add an hyperlink and bind the action to a method define in the external component that contains the D2WSelect component. I froze the template and added the hyperlink to the frozen template, but I can't figure out how

Re: Webobjects-dev Digest, Vol 4, Issue 520

2007-07-08 Thread Daniel Mejia
Ricardo,. I know at least four companies that are using WO in Mexico and they have plans to continue using it. but they never read the malinglist. I know that because I help them when they have problems with WO. I don't know what is the reason because they don't use the mailinglist. I'm

Re: Scaffolding in WO

2007-06-12 Thread Daniel Mejia
Thierry, DirectToWeb is much more powerful solution than saffolding. Look at this document: http://developer.apple.com/documentation/WebObjects/ Developing_With_D2W Even the most avanced solution for CRUD applications with Ruby, like Streamlined framework (http://www.streamlinedframework.o

How to create Portlets with WO

2007-03-12 Thread Daniel Mejia
Hi all, I need some help to create portlets with WO, Somebody knows how to create this type of J2EE components with WO? Regards, Daniel Mejia. ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mailing list

WebObjects user group in Mexico City

2007-01-23 Thread Daniel Mejia
Hi, I'm WO developer and I would like to know if there are others developers in this area. I would like to start a WO user group here in Mexico. Saludos, Daniel. ___ Do not post admin requests to the list. They will be ignored. Webobjects-dev mail

Re: help for Objective C

2006-03-22 Thread Daniel Mejia
In XCode 2.2 there is a cocoa EOF project in the New Project options.Saludos,Daniel.On Mar 22, 2006, at 2:05 PM, [EMAIL PROTECTED] wrote:Date: Wed, 22 Mar 2006 11:39:23 -0600 From: Ricardo Strausz <[EMAIL PROTECTED]> Subject: Re: help for Objective C To: WO Dev-Apple

Re: Question regarding WO and portlets

2005-11-28 Thread Daniel Mejia
J2EE Programming Guide" document.I'm going to try to use webobjects components to create some portlets for example and I will inform you how this work.Saludos,Daniel.On Nov 28, 2005, at 6:57 PM, Chuck Hill wrote:What does the portlet API require?On Nov 28, 2005, at 9:36 AM, Daniel Meji

Question regarding WO and portlets

2005-11-28 Thread Daniel Mejia
Hi all, Somebody knows if it is possible to integrate or wrap an WO application to be deployed in Portlet container?. One customer wants to wrap the application to be used as a portlet using WebSphere Portlet server. Regards, Daniel. ___ Do n

Re: Referencing WO fields in JavaScript

2005-10-25 Thread Daniel Mejia
You can use:SelectContainer: WOGenericContainer {    elementName = "select";    name = context.elementID;    formValue = selection;}Daniel. On Oct 25, 2005, at 8:31 AM, [EMAIL PROTECTED] wrote:Date: Tue, 25 Oct 2005 09:29:55 -0400 From: Arturo Perez <[EMAIL PROTECTED]> Subject: Re: Referencing WO f