[flexcoders] Flex 2 FDS pricing for clustered solution

2006-07-24 Thread Mykola Paliyenko
Hello flexcodersI found no info on the Adobe site about pricing, from the threads I understood that FDS is priced 20K$ per CPU for unlimited concurrent amount of users. We are building the solution that will require support thousands of simultaneous users on the site and will require up to 100 a

[flexcoders] AS3 to Java type conversion

2006-07-11 Thread Mykola Paliyenko
Hello flexcodersI have a question about Flex Data Services in Flex 2.We want to create one dispatcher service that will route request to our other services. Here comes problem with type conversion, since we are getting Number type instead of expected Integer. In Flex 1.5 we used method getMetho

Re: [flexcoders] Re: Automated migration to Flex 2

2006-06-12 Thread Mykola Paliyenko
Hi Max, perl and regexp should help you everything below is pretty easy with it.rgards, MykolaOn 6/12/06, maxym.hryniv < [EMAIL PROTECTED]> wrote: I just want to add "package ..." in the beginning of each class| interface, change all "Void" to "void", remove all "pu

Re: [flexcoders] Re: FDB usage

2006-06-10 Thread Mykola Paliyenko
Hi MaxI gave it some thought and I believe it is not that easy to do since you need a syntax analyzer for AS code in order to be able to watch variables and put breakpoints etc. So it is not just about finding any GDB compliant UI debugger and make it use FDB. That is why there are still no IDE

Re: [flexcoders] Uncaught exceptions in Flex 1.5

2006-04-25 Thread Mykola Paliyenko
Ok Peter, no idea why you've been confused but... ActionScript specification has a notion of throwable objects, so saying that Exception is a bug of the AS2Lib is slightly incorrect. I'm relaizing that due to the size constraints of the player it might be good idea not to include exception handl

Re: [flexcoders] Uncaught exceptions in Flex 1.5

2006-04-24 Thread Mykola Paliyenko
Hm... Matt, I thought the problem will be fixed in 2.0, because developing in the runtime that silently ignors the exceptions is absolutely unaceptable for a lot of developers. It is extremely hard to locate problems in this case. I can understand why it is not implemented in Flex 1.5 since the

Re: [flexcoders] Re: Question to Adobe about Flex Framework 1.5 Code Quality

2006-04-14 Thread Mykola Paliyenko
re Look at Java community, great success stories of Spring, Jboss, Apache and tones of the other really HQ products. We get addicted to the good quality of the design, Not the 200+ UI classes extended from the IEventDispatcher. WBR, MykolaOn 4/13/06, Weyert de Boer <[EMAIL PROTECTED]>

Re: [flexcoders] Re: Question to Adobe about Flex Framework 1.5 Code Quality

2006-04-13 Thread Mykola Paliyenko
I don't think you should change working code only because it's doesn't have the perfect design, but that might just me. Of course, you can do something refactoring. You can only break ;-)LOL, With such approach Flex will remain the same crap as it is now  -- Flexcoders Mailing List FAQ: htt

Re: [flexcoders] SEO strategies for RIA?

2006-03-09 Thread Mykola Paliyenko
Hi JohnMake sure that your hosting HTML page has good title, metadata, filename, and especially good inbound links with anchor text of your desired search terms. Ok but what if we want the news on our RIA site to be indexed by Google, sure we can show another content to Google spiders but AF

Re: [flexcoders] Remoting over HTTPS fails in IE 6.0

2006-01-10 Thread Mykola Paliyenko
appen in SSL and Remoting with Internet Explorer and certificates that are NOT fully verified.Take a look at this blog post on Gary Matthew Roger's site and see if that make sense: http://www.gmrweb.net/2005/08/18/flash-remoting-https-internet-explorer/ Leif On 1/10/06, Mykola Paliyenko <

Re: [flexcoders] Remoting over HTTPS fails in IE 6.0

2006-01-10 Thread Mykola Paliyenko
Hi Peter, No I meant exactly what I've said when I open it using https://bla-bla/index.mxml remoting works fine in IE, but when I do it using http://bla-bla/index.mxml it loads nothing no request come to the amf gateway The problem is that I use remoting over https with gateway URL Something

[flexcoders] Remoting over HTTPS fails in IE 6.0

2006-01-09 Thread Mykola Paliyenko
Hi guys I have a following problem I have a page index.mxml that need to be able to pass data to the server via HTTPS when I open it using https://bla-bla/index.mxml remoting works fine in IE, but when I do it using http://bla-bla/index.mxml it loads nothing no request come to the amf gateway.

Re: [flexcoders] How to specify root application folder

2005-12-01 Thread Mykola Paliyenko
Tracy, Thanx it works. Where do you get such info about undocumented features like @ContextRoot()? Maybe there are some more interesting things there. As far as I understand the flex architecture such tags like @ContextRoot() are processed during mxml2AS translation on the server, The question i

Re: [flexcoders] gateway-config.xml configuration file description in Flex 1.5

2005-12-01 Thread Mykola Paliyenko
es/2005/07/springbeanadapt.htm l http://carbonfive.sourceforge.net/springadapter/ Dirk.   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Mykola Paliyenko   Sent: Thursday, December 01, 2005 10:33 AM  

Re: [flexcoders] gateway-config.xml configuration file description in Flex 1.5

2005-12-01 Thread Mykola Paliyenko
ying to do it may not be possible.   Matt   From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Mykola Paliyenko Sent: Wednesday, November 30, 2005 3:11 AM To: flexcoders Subject: [flexcoders] gateway-config.xml configuration file description i

[flexcoders] gateway-config.xml configuration file description in Flex 1.5

2005-11-30 Thread Mykola Paliyenko
Hello flexcoders, I was looking for docs about how to configure the subj. I found nothing found in google about it, can anyone tell me some usefull links about it, I'm especially interested in file format and section where it comes to adapter configuration, Can I pass some value to the adapter

Re: [flexcoders] Is Flex mature?

2005-11-28 Thread Mykola Paliyenko
    On a slightly different topic, the Core J2EE patterns— the book with the Sun logo splashed all over its cover— **mostly** documents "patterns" (used extremely loosely because I content that the only real patterns were those introduced by the classic GoF book) that were often fixes or work-ar

Re: [flexcoders] Is Flex mature?

2005-11-28 Thread Mykola Paliyenko
Hi Aldo   Mmh, It's all about taking the better road...Let's start with a premise: Flex 1.5 CAN be used to develop mission critical applications ( evidence suggests this ). As can all of theframeworks you suggested.   Very good news I'd like you to be right. Actually everything is possible the o

Re: [flexcoders] Is Flex mature?

2005-11-28 Thread Mykola Paliyenko
Aldo, My alternative is one of the good old Java MVC frameworks: Struts, Spring or Webwork. I know that our user experience will sucks in this case but it is better than found that your application is too big in size or too slow or requires some unique plugin or all together :(. Also personal

Re: [flexcoders] Is Flex mature?

2005-11-28 Thread Mykola Paliyenko
Hi Steven Thanks again for the comments. Lets stop the discussion about frameworks, my opinion about Core J2EE patterns etc because its a religious controversy. I will share my results when I'll be ready. The question of this topic was not Cairngorm or something else but: Is Flex mature enoug

Re: [flexcoders] Is Flex mature?

2005-11-27 Thread Mykola Paliyenko
Hi Aldo, thanx for a very usefull comments. I'm sorry I have no much experience with Flex 2 since it is alpha now and will require Flash 8.5 plugin, thus will require most of users to download plugin. It is not a problem for a corporate sites but in our case it is a very big problem because we have

[flexcoders] Is Flex mature?

2005-11-27 Thread Mykola Paliyenko
Hello flexcoders.   We are building a huge web application. Our product management want it to be RIA to produce the best user experience. We've choosen Flex as our client technology because it is the best on the market now. But I have a doubt that Flex is a mature technology suitable for enterpr

Re: [flexcoders] Re: Java Pojo to AS pojo with ant

2005-11-22 Thread Mykola Paliyenko
Dave great post it is definitely worth more than .02$ :). Frank please read Dave's post about EJB. And please lets give proper names to the things. EJB and CMP will never more be the most popular persistence technology. Yeah maybe they are market leaders when it comes to money since others are

Re: [flexcoders] Re: Java Pojo to AS pojo with ant

2005-11-21 Thread Mykola Paliyenko
Frank Lets be honest. I'm a guy that used to the Open Source Frameworks because the guys developing them are honest. They want only money for support, while the monsters that vote for EJB want to sell their IDEs and their application servers that supports that crappy heavy technology. It is

Re: [flexcoders] Re: Java Pojo to AS pojo with ant

2005-11-21 Thread Mykola Paliyenko
ww.cynergysystems.com > > Email: [EMAIL PROTECTED] > Office: 866-CYNERGY > > > > --- In flexcoders@yahoogroups.com, Mykola Paliyenko <[EMAIL PROTECTED]> > wrote: > > > > Hi Jim, > > For my current project I've implemented ant codegeneration f

Re: [flexcoders] Java Pojo to AS pojo with ant

2005-11-21 Thread Mykola Paliyenko
Hi Jim, For my current project I've implemented ant codegeneration for Generate actionscript pojos from java pojos Generate client-side actionscript business delegate from that same interface (for cairngorm framework) I cannot share the code since it is project specific but

Re: [flexcoders] Re: Cairngorm is bad?

2005-11-18 Thread Mykola Paliyenko
Anatole, I do not agree that it is a big problem in refactoring serverside code. Sure if you have no unit tests for RIA client you will not be able to detect that something broken when you change server interface. But in agile methodology that is most popular now you always have to have tests.

Re: [flexcoders] Re: Cairngorm is bad?

2005-11-17 Thread Mykola Paliyenko
Omar This is exactly what I mean you just have to learn how to refactor and not getting panic when you need it. Actually I'm not agree with Anatole that "Refactoring of Flex applications is no fun" refactoring is always fun and without is you will finally produce crappy software. Another thing

[flexcoders] DataGrid and paging

2005-11-16 Thread Mykola Paliyenko
Hello Flexcoders I have a very simple question. As I found from http://livedocs.macromedia.com/flex/15/asdocs_en/mx/controls/DataGrid.html The DataGrid control provides the following features: Columns of different widths or identical fixed widthsColumns that the user can resize at runtime Op

Re: [flexcoders] Re: Cairngorm is bad?

2005-11-15 Thread Mykola Paliyenko
Good point Renaun, but how often do you need model to be shared across views that are backed by different mxmls? Even if you need it you can access one view from another, you can create some more general ViewHelper in this case that will contain that model. I'm my project 90% cases are just dum

[flexcoders] Cairngorm is bad?

2005-11-14 Thread Mykola Paliyenko
Dear Flexcoders. I want to start here discussion about development enterprise applications using Flex. Our company has choosen Cairngorm as a framework to do it, but I believe it has some drawbacks My comments are here: http://jroller.com/page/mickolka?entry=cairngorm_is_bad I'm new to Flex but n