前往小程序,Get更优阅读体验!
立即前往
首页
学习
活动
专区
工具
TVP
发布
社区首页 >专栏 >HELP! I’m an Object Factory!

HELP! I’m an Object Factory!

作者头像
张善友
发布2018-01-31 10:45:42
5970
发布2018-01-31 10:45:42
举报
文章被收录于专栏:张善友的专栏

It has been a week since my last post, I’ve been coding on ePortal WYSIWYG ASP.Net editor, like a mad man and almost had no time either to family or friends. Anyway, the progress is amazing and when the product gets released I’ll try to do some work porting it to GTK# so we can release a Desktop version for Linux.Doing an ASP.Net editor isn’t an easy task, there are many things to do and most of them won’t work without completing the others. This happens because Microsoft .Net releases all the interfaces you migh need, because you need them to develop a Visual Studio-enabled control, but they do not release any implementations - except for Windows Forms where they do have something.

I’ve taken a look at Mono’s aspneteditor but I’ve found that most of that code (except the mozilla-related code) is based in this article. Even reading the aspneteditor and the article I’ve done everything on my own because either the aspneteditor or the article had some flaws and/or proof-of-concept-like code which is not acceptable to a production product.

I’vent checked Mono’s source code yet, but based on aspneteditor code and comments there are a lot of missing implementations related to the default webcontrols design-time support. That’s something I hope to test, even with ePortal (web application), on Mono and see the results. From there, it might be just bug reporting and implementing some stuff I’m feeling confortable with.

Another thing that has suprised me in the last days, and made me to do a big refactoring, was that JavaScript is a very powerful language and even has support for Object Oriented Programming (OOP). Thats a dark subject to many Javascript coders, I think, but it is really simple, even because it is not a full-blow OOP language. You can only create objects with the new keyword and make them have variables, methods and a constructor. If you’re interrested on the subject here’s a nice reading: Javascript OOP Part 1 and Javascript OOP Part 2.

Turns out that I’m now using 100% objects either in server or client side programming.So as the title states - I’m an Object Factory! Which turns to be the company name which I work for. (Title explained, LOL) http://www.alexandre-gomes.com/?p=37

本文参与 腾讯云自媒体同步曝光计划,分享自作者个人站点/博客。
原始发表:2006-02-21 ,如有侵权请联系 cloudcommunity@tencent.com 删除

本文分享自 作者个人站点/博客 前往查看

如有侵权,请联系 cloudcommunity@tencent.com 删除。

本文参与 腾讯云自媒体同步曝光计划  ,欢迎热爱写作的你一起参与!

评论
登录后参与评论
0 条评论
热度
最新
推荐阅读
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档