tical_webobjects
>
> Global Village Consulting ranks 13th in 2012 in BIV's Top 100 Fastest Growing
> Companies in B.C!
>
> Global Village Consulting ranks 44th in 25th annual PROFIT 500 ranking of
> Canada’s Fastest-Growing Companies by PROFIT Magazine!
>
> On 2013
Hi list,
I am sure that I already have read about this some where but I can't find it.
We want to separate the login page from our application, I mean we want to
create a session only if the user is authenticated.
We have been developing WebObjects apps for a long time but the login page is
al
Please share it.
I would be glad to help to make it a framework.
Miguel Torres
On 06/09/2013, at 02:52, Amedeo Mantica wrote:
> I did also Google/Yahoo OpenID authentication
>
> Would be cool to make it as a framework, it's not too hard to do.
>
> If you need the OpenID
Thank you very much Amedeo.
We will try it.
Best Regards.
On 05/09/2013, at 04:24, Amedeo Mantica wrote:
> So, here how you get a FaceBook login for your WO Apps
>
> example:
> http://www.digitmovies.com/Apps/WebObjects/digitmovies.woa/wa/customerLoginPage
>
> Amedeo
>
>
> 1) Login on Fa
t too please.
>>
>>
>>> On Aug 26, 2013, at 1:03 PM, Amedeo Mantica wrote:
>>>
>>> Yes. I did.
>>>
>>> I would send you
>>>
>>> Sent from my iPhone
>>>
>>>> On 27/ago/2013, at 00:35, Miguel Torres wro
Hi list,
Does anyone has any experience integrating Fecebook login to their WebObjects
applications that could share.
Best regards.
Miguel Torres
___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list
ry/webapps/albarrans3gy/WEB-INF/albarrans3gy.woa/Contents/WebServerResources.
Tomorrow I will try with Jboss on Windows.
Hope this helps.
On 01/07/2013, at 18:29, Miguel Torres wrote:
> Hi List,
>
> It has been a while since I tested war deployment.
>
> Now I am doing some test
e past but can't remember how.
Any help will be appreciated
Cheers.
Miguel Torres
___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subs
Hi Pacal,
We are 5 persons in the company.
English is not our natural language and some of us don't have a good level of
it, but I think we can find activities were we can be helpful.
I will contact you to better understand how could we help.
Miguel Torres.
On 08/04/2013, at 17:45, P
PostgreSQL 8.4.9 and 9.1.7
JDBC postgresql-8.4-702.jdbc4.jar and postgresql-9.1-903.jdbc4.jar respectively.
We have been using PostgreSQL since 2001, starts with version 7.x.
Cheers.
Miguel Torres
On 06/03/2013, at 10:41, Mark Cassidy wrote:
> For any of you who may be using Postgre
Thanks Mike,
We'll test it.
On 22/01/2013, at 17:47, Mike Schrag wrote:
>>> Hi Miguel,
>>>
>>> You can use NSBundle.bundleForClass(some class in that bundle).name()
> You should test this with embedded frameworks in deployment … I seem to
> recall a bug at one point where the embedded jars i
Thanks everyone I will try it.
On 22/01/2013, at 14:20, Chuck Hill wrote:
> Hi Miguel,
>
> You can use NSBundle.bundleForClass(some class in that bundle).name()
>
>
> Chuck
>
>
> On 2013-01-22, at 11:59 AM, Miguel Torres wrote:
>
>> Hi List,
>>
Hi List,
We need to get the framework name to get some resource. We have made this
before just calling the method frameworkName() from a java class that extends
from a ERXComponent o WOComponent.
Now we need to get the framework's name from a class that do not extends from
WOComponent, is any
Thanks
Miguel.
On 07/01/2013, at 08:02, Pascal Robert wrote:
> Hi guys,
>
> Wednesday, Wonder 6.0.0 will be released in the master branch of Wonder. The
> current content of the master branch will now part of a new branch, wonder_5.
> No new commits will be created in the wonder_5 branch un
Yes please
Miguel.
On 03/01/2013, at 22:13, Klaus Berkling wrote:
> Hi All.
>
> I have my deployment guide ready for review. It's 12 pages. Not a derivative
> of any Apple documents.
> Let me know if want to take a look.
>
>
> kib
>
> "The era of procrastination, of half-measures, of so
I think you are right Ramsey,
I already have the two databases and the project works well, but now I want to
implement the solution for more that one enterprise and I am facing some
troubles.
Maybe I should evaluate to migrate all to one database.
Thanks.
Miguel Torres
On 20/12/2012, at
Thanks Pascal.
I downloaded the application, I am trying to understand how it works but it is
not clear to me.
I will study it.
Thanks for the hint.
Miguel Torres.
On 20/12/2012, at 17:56, Pascal Robert wrote:
> Use this:
>
> https://github.com/hprange/multi-tenant-prototype
>
elations to join across you will quickly hit limitations
> with IN clauses (which will be your best friend). unless someone else has
> come up with something more clever than what I'm doing
>
> -Mike
>
> On Dec 20, 2012, at 6:45 PM, Miguel Torres wrote:
>
>&g
, Miguel Torres.
___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive
2, at 14:50, Chuck Hill wrote:
> rawRowsForSQL should be using the same values as anything else. How are you
> creating the editing context you are using? It sounds like you have a second
> EOF stack that is not getting initialized from the properties.
>
> Chuck
>
>
Hi List,
I am using Wonder in my project.
I define the database connection in the Properties.user file using the
following vars:
MyEOModel.URL=jdbc:postgresql:myDBDevelopment
MyEOModel.DBUser=someuser
MyEOModel.DBPassword=sompass
MyEOModel.DBDriver= org.postgresql.Driver
In MyEOModel I have a
Begin forwarded message:
> From: Miguel Torres
> Subject: Re: Linux deployment changing server name
> Date: 14 de diciembre de 2012 14:26:46 GMT-06:00
> To: Pascal Robert
>
> The hostname was set to localhost.
>
>
> On 14/12/2012, at 14:24, Pascal Robert wrote
Hi list,
I am preparing a new server (Ubuntu Linux) and configured WebObjects without
any problem. The client decided to change the server name and after googled I
found this tutorial
http://www.debianadmin.com/change-hostname-or-server-name-of-a-linux-machine.html
I changed the server name bu
It seems that is an Apache configuration problem. I was confused.
I will search deeper.
On 24/11/2012, at 11:11, Miguel Torres wrote:
> Hi list,
>
> One of our clients needs to run apache in a different port than the 80.
>
> I googled and I found how to change the Apa
Hi list,
One of our clients needs to run apache in a different port than the 80.
I googled and I found how to change the Apache 2 listening port. I changed it
to 8090 just for testing. After restarting Apache I tested the application but
the WebServerResources were not loaded because the genera
>>
>>
>> if(context.elementID().startsWith(context.senderID())){
>>
>>
>>
>> The example in the book is coded like this:
>> if(context.elementID().equals(context.senderID())){
>>
>>
>> I had to changed it because it wa
On 03/11/2012, at 11:46, Chuck Hill wrote:
>
> On 2012-11-03, at 10:40 AM, Miguel Torres wrote:
>
>>
>> On 03/11/2012, at 10:46, Chuck Hill wrote:
>>
>>> Hi Miguel
>>>
>>> On 2012-11-03, at 9:32 AM, Miguel Torres wrote:
>>&g
is is the URL with the context's ID
http://localhost/cgi-bin/WebObjects/aplicacionbase.woa/-0/wo/w46py2RT6cjHT2iRyyRib0/0.0.5.11.1
I am not sure Who is the owner of the 0.5.11.1 ID.
On 02/11/2012, at 17:41, Chuck Hill wrote:
>
> On 2012-11-02, at 3:02 PM, Miguel Torres wrot
's ID. It sounds logic because
they are two different objects.
I think my change is correct.
Am I right and that's an error in the book's example?
Did I misunderstand the concepts in the book and I am doing something dangerous
for my application?
Thanks in advance.
Migu
public Address address() {
> return (Address)valueForBinding("address");
> }
> public void setAddress(Address newAddress) {
> //do nothing
> }
>
> Tim
> UCLA GSE&IS
>
>
> On Oct 29, 2012, at 8:50 AM, Miguel Torres wrote:
>
>> H
often use lazy synchronization and I haven't typically needed any kind of
> component initialization to correct problems. Can you give us a code snippet
> for the lazy synchronization looks for your subcomponents?
>
> Tim
> UCLA GSE&IS
>
>
> On Oct 26, 2012, at 4:1
Hi List,
I recently begun using lazy synchronization. Chuck Hill solved some doubts that
I had.
It works fine in cases Component -- > subcomponent.
But in cases Component --> subcomponent --> subcomponent is not working
properly.
I have this scenario:
1. A memberCatalog component. (A grid wit
se a better name). If you want, I can sent it to you
> keeping in mind that someone may 'fix' ERJasperReports to include the
> function with a better name.
>
> Let me know if you want more info. I could cobble together an easy example,
> but I think Kieran's podcast i
Hi Theodore,
Could you give us more detailed about how you do that?
Thanks
Miguel Torres.
On 09/10/2012, at 13:56, Theodore Petrosky wrote:
> I use JasperReports also but I pass in my EO and let the framework do its
> magic.
>
> Ted
>
> --- On Tue, 10/9/12, Ray
great for us so far (3 months since
installation).
Miguel Torres
>
> Ramsey
>
> On Oct 8, 2012, at 1:47 PM, Roger Perryman wrote:
>
>> I have some questions about how to setup a git repository for my projects. I
>> reviewed Kieran's presentation on git from WOWOD
.
Hope this helps.
Miguel Torres
On 01/10/2012, at 09:00, Raymond NANEON wrote:
> Hi List,
>
> I have a list of projects which contains 2pages (cf list_projet). I want to
> generate a detail of each project (2pages per project or less) in the same
> pdf. Can I do it with ERP
Yeah,
In fact, I wouldn't could run the migration with the SELECT statement, using
the ERXJDBCUtilities.executeUpdateScriptFromResourceNamed function.
Because it doesn't expect a result
Saludos.
Miguel Torres.
On 07/09/2012, at 15:27, Chuck Hill wrote:
> I think it is better l
works for me.
Thanks.
Miguel Torres.
On 07/09/2012, at 12:50, Chuck Hill wrote:
>
> On 2012-09-07, at 10:30 AM, Miguel Torres wrote:
>
>> public class DInAdminEOModel17 implements IERXMigration {
>> public NSArray modelDependencies() {
>>
ingContext,
EOAdaptorChannel channel, EOModel model) throws
Throwable {
// whatever it takes to invert those
}
}
On 07/09/2012, at 12:20, Chuck Hill wrote:
> How are you running this in Java?
>
>
> On 2012-09-07, at 7:37 AM, Miguel Torre
rror's meaning, I am asking if there are any other way to
execute the migration to avoid the error.
Thanks in advance.
Miguel Torres.
___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (W
18:03, Miguel Torres wrote:
>
> On 27/08/2012, at 17:53, Pascal Robert wrote:
>
>>
>> Le 2012-08-27 à 18:47, Miguel Torres a écrit :
>>
>>> Thanks Chuck,
>>>
>>> Karl, actually I am offering my time for attaching subtitles to the videos.
On 27/08/2012, at 17:53, Pascal Robert wrote:
>
> Le 2012-08-27 à 18:47, Miguel Torres a écrit :
>
>> Thanks Chuck,
>>
>> Karl, actually I am offering my time for attaching subtitles to the videos.
>> I just need the public URL's of the .mp4 versi
at Apple's site, now more than ever).
I think that translating those podcasts could help people around the world to
have an easiest approach to WebObjects. I think that benefits the Community.
And Karl, if some day you come to Mexico, you will be welcome. Even if you do
not speak spanish ;)
share?
Thanks.
Miguel Torres.
On 24/08/2012, at 17:28, WebObjects TORAcom wrote:
> Thanks Pascal.
>
> You are doing a great work thanks for you effort.
>
> I just download the .mp4 of WebObjects Quite Good Practices
>
> And I did a test in http://www.universalsubtitles
44 matches
Mail list logo