ria

ExtJS or SmartClient?

北城以北 提交于 2019-12-05 06:06:50
I would like your opinion about these two frameworks. I like a lot the features of ExtJS, but recently I saw SmartClient and it seems to be great too, and free (its Client side features) for commercial projects. I tried a little of SmartClient and it seems to be easier than ExtJS, and it has a better documentation tnan ExtJS. BUT.. I didn't work with any of these frameworks and maybe I'm wrong. That's why I would like the opinion of people who has worked with them. And BTW.. how does the license of ExtJS work? you've to but one license for each developer and then you're able to develop and

JQuery VS Flex - Choosing a Platform for SAAS

只愿长相守 提交于 2019-12-05 05:21:41
问题 Our team is about to start a SAAS web application geared toward small businesses. This is a completely new experience for us; we are a system/linux/php development organization and no experience whatsoever developing client side software except for simple html/php based CRUD support applications. We are evaluating both Adobe Flex and JQuery. We can't seem to choose between the two. Our priorities are: Productivity - We have to launch the soonest possible time. Overall User Experience -

Extjs File upload using json service?

一世执手 提交于 2019-12-04 18:41:09
I am using json service(.net RIA service) to push data to server from Extjs. Currently I have a requirement to upload document to server. I saw some examples using form submit to php files. Is this possible through json service? or Is it necessery to create some server logic where i can accept form submits? Is it possible to read some binary data from client side and push as json data to server? In Extjs, File uploads are not performed using normal 'Ajax' techniques, that is they are not performed using XMLHttpRequests. Instead a hidden element containing all the fields is created temporarily

.NET RIA Services with MVC Style Repositories?

我的未来我决定 提交于 2019-12-04 08:28:23
I have a Solution with several projects in it, including two asp.net mvc projects that share a Repositories and Models that live in a external assembly (also in the same solution). Essentially... Core/ -Repositories -Models Domestic.Web/ -Basic MVC Site, references the core project International.Web/ -Basic MVC Site, references the core project What I want to do is build a Silverlight 3 / RIA Services application for all the database admin. Thats fine except RIA Services (for the most part) is only really documented with the Entity Framework - you can find some info on Linq2Sql and even less

Explicit many to many join table in Entity Framework 4

不打扰是莪最后的温柔 提交于 2019-12-04 07:51:59
By default EF hides a many to many join table that does not contain additional data than the foreign keys to the joined tables. Is it possible to tell EF (and the designer) to explicitly create the join table and make it usable in code? Thanks Ladislav Mrnka No EF designer will not add this entity for you. If you want junction table exposed you must manually delete created relation and add junction table's entity and two one-to-many FK relations. Here are related questions with step by step guide: How to expose the join table in many to many relation How to get Entity to Table mapping for many

JavaFX in the wild?

蹲街弑〆低调 提交于 2019-12-03 22:41:35
Does anybody know of any real-world web applications based on JavaFX? I'm an experienced Java programmer considering starting a website while I'm not at my day job. I don't have a lot of expertise on the UI side, so I'm looking for the best way to leverage my existing skills to create something that can provide an awesome RIA experience. Only trouble is, I don't know of any sites that are implemented using JavaFX, since it's so new. I'd like to see what it's capable of. Found here quite an interesting stories . Top two listed below. TweetBox TweetFX I think the best example of what JavaFX can

JQuery VS Flex - Choosing a Platform for SAAS

感情迁移 提交于 2019-12-03 22:11:50
Our team is about to start a SAAS web application geared toward small businesses. This is a completely new experience for us; we are a system/linux/php development organization and no experience whatsoever developing client side software except for simple html/php based CRUD support applications. We are evaluating both Adobe Flex and JQuery. We can't seem to choose between the two. Our priorities are: Productivity - We have to launch the soonest possible time. Overall User Experience - Resulting apps have to look professional and user must have pleasant experience using our product. I think

Architecture Question: GWT or Vaadin to create Desktop Application?

霸气de小男生 提交于 2019-12-03 15:56:45
We're planning on creating a feedreader as a windows desktop- and iPad application . As we want to be able to show Websites AND to run (our own) JavaScript in this application, we thought about delivering the application as HTML/CSS/JavaScript, just wrapped by some .NET control or a Cocoa Touch webbrowser component. So the task at hand is to find out which framework to use to create the HTML/CSS/JS files to embed in the application. For the development of the HTML/CSS/JavaScript we would be happy to use Vaadin, GWT, or some other framework, as we're a lot better with Java than with JS. We

Why might gwt be getting more popular?

梦想与她 提交于 2019-12-03 15:34:12
I've noticed a dramatic increase in GWT popularity during the past 6 months. More evidence can be seen here: http://www.indeed.com/jobtrends?q=gwt&l= Can someone explain the cause? I would say jsight's answer is a pretty good explanation. I have looked at Flex, Rails and GWT. All three inhabit the same space, with Flex producing Flash RIAs and GWT and Rails doing the same for HTML. Having worked with Flex, there is a lot to like but some serious niggling problems, the main one for me being the difficulty integrating HTML into a Flex app - it's no trivial task and there are few projects that

silverlight MatchTimeoutInMilliseconds bug : resolve DomainServiceClientCodeGenerator

半世苍凉 提交于 2019-12-03 15:20:56
Silverlight 5 .Net Framework 4 I am trying to implement a workaround for the recent bug in the RIA code generator "MatchTimeoutInMilliseconds could not be found" https://connect.microsoft.com/VisualStudio/feedback/details/1988437/generated-code-for-silverlight-references-matchtimeoutinmilliseconds-which-does-not-exist I'm trying to use the workaround by Lazebnyy , But I can't seem to get DomainServiceClientCodeGenerator to resolve. Lazebnyy writes: Install RIAServices.T4 from Nuget in the WebProejct or a Class Library that will contain the the code generation classes. PM> Install-Package