Re: [flexcoders] Re: Flex alternatives

Thursday, January 12, 2012

 

Using ZK and Java is great. I'm still sticking to Flex for developing desktop applications and gaming.

Of course, many will still using it for animations, there is no such thing as "abandon", some developers
are just over use Flash and end up hurting user experience than necessary.

When it comes to web application, I stick to PHP but will definitely use Flex for mobile, desktop and
components within the web browser.


On Thu, Jan 12, 2012 at 10:16 AM, <michael_regert@dell.com> wrote:
 

Staying with Flex.  Not looking elsewhere.

 

Michael

 

From: flexcoders@yahoogroups.com [mailto:flexcoders@yahoogroups.com] On Behalf Of Ron G
Sent: Wednesday, January 11, 2012 8:15 PM
To: flexcoders@yahoogroups.com
Subject: [flexcoders] Re: Flex alternatives

 

 

Yes, we have also abandoned Flex in favor of ZKoss. Since we are already a Java shop, on the server side, it seemed logical to use a Java based framework on the client-side.

The thing I really like about ZK or ZKoss is that it has equivalent components to Flex. In fact, it actually has more components than Flex.

It implements an approach that I really like of separating the UI into appearance and behavior - much like the Spark components of Flex. Well, not exactly, but sort of. :) Here's what I mean. For each UI object, it has a client side (widget) and server side (component). I won't go into further detail, but it gives you a nice separation of concerns that you can avail yourself of. This feature also greatly insulates the rendered pages from x-browser compatibility issues.

Check it out for yourself at their site (zkoss.org).

Ron

--- In flexcoders@yahoogroups.com, "Sal" <sal.celli@...> wrote:
>
> hi,
> as i can sadly see from the message history bottom grid, many programmers are leaving flex.
> So this thread is to ask you all, if you have already found a valid alternative to flex for RIA development.
>


__._,_.___
Recent Activity:
MARKETPLACE

Stay on top of your group activity without leaving the page you're on - Get the Yahoo! Toolbar now.

.

__,_._,___

[Windows Azure] Full text / sementic Search in help / documentation system

 

Hi All,

I know this question is reaching to some of the best software talent
and that i hope to get some help.

In simple terms, I need to develop  a MVC web app that acts a as Help System for multiple software products
 ( help system will be a hosted site like MSDN
).
 
The main part of system are Static HTML files in multiple languages and associated with multiple products. which need to be parsed first and then modified / stored in File system. These file will then be severed by IIS through the MVC app.

 ( for understanding more about this system requirement. plz ask me on email)

I am stuck with the decision of Server side Search engine on my file system.

I have Tested Sql Server full text search 2008 but for better design and scalability, I need to avoid storing html files and images in database.  ( is that assumption correct? or the new SQL Server file stream option is good to rely ?)


Also i have check Lucene  and Solr. but they need lots of customization to get good search results & use with .NET. (Maybe i am wrong )

Anyone has before used any search engine that reads file based text content and shows result using .NET.

This is a critical part of very costly products that are leading in their domain and fortune 100 companies & their users would be using these product help system online.

I need real good suggestions!

Regards,
Usama

__._,_.___
Recent Activity:
Cloud Computing Education: http://www.OperationBadar.net
MARKETPLACE

Stay on top of your group activity without leaving the page you're on - Get the Yahoo! Toolbar now.

.

__,_._,___

Re: [Developers_For_Ever] need help in WCF

 

Dear ALL;
What is the Binding you use on the client and on the server? To make the WCF service return the error on the response, place this line in the configuration file of the service under the behavior you use for your endpoint
<
serviceDebug includeExceptionDetailInFaults="true"/>
 
Thanks a lot for your Time and Collaboration.
 
Muhammad Makhaly
Senior .Net Developer

From: Ahmed Hussien <abu_rhma2008@yahoo.com>
To: Developers_For_Ever <Developers_For_Ever@yahoogroups.com>
Sent: Tuesday, January 10, 2012 4:24 PM
Subject: [Developers_For_Ever] need help in WCF

 
 
/

----- Forwarded Message -----
From: Ahmed Hussien <abu_rhma2008@yahoo.com>
To: "egyptian_developers@yahoogroups.com" <egyptian_developers@yahoogroups.com>; "EgyptDotNetDevelopers@yahoogroups.com" <EgyptDotNetDevelopers@yahoogroups.com>
Sent: Tuesday, January 10, 2012 4:21 PM
Subject: need help in WCF


 
AL SLAMO ALIKOM

dear .net developers,
I write WCF service and publish it on my web site.
The job of this service is exchange data between my web site sql server database(shared host)
and  client win form .
it is work well when method return string or small bits of data. other words I can not retrieve more than one record from my data base . when I use collection class or method as DataTable
type I got this error message


An error occurred while receiving the HTTP response to http://www.xxxx.com/service/xxx_wcf.svc. This could be due to the service endpoint binding not using the HTTP protocol. This could also be due to an HTTP request context being aborted by the server (possibly due to the service shutting down). See server logs for more details.


I am trying to select more than one record from sql server database via WCF service.
any body have a good to overcome this problem





__._,_.___
Recent Activity:
Kindly visit my Blog http://amrsaafan.blogspot.com
MARKETPLACE

Stay on top of your group activity without leaving the page you're on - Get the Yahoo! Toolbar now.

.

__,_._,___