Search the web
Sign In
New User? Sign Up
hawhaw · HAWHAW Developers group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
HAWHAW V5.22 is available for download: HAWHAW goes ASP.NET   Message List  
Reply | Forward Message #274 of 282 |
Hi list,

just want to let you know that HAWHAW now can be used for developing mobile apps
in a native ASP.NET environment.

PHP-only coders can stop reading here ...

--

There is a great project called Phalanger, that allows to compile PHP scripts
into .NET assemblies and thus made this approach possible:
http://www.php-compiler.net/

By means of the Phalanger compiler the hawhaw.inc class library has been
converted into a .NET assembly and based on that a set of ASP.NET custom web
server controls have been defined that perform a mapping from aspx page content
into an according hawhaw model.

A HelloWorld application with HAWHAW.NET looks like this:

<%@ Page Language="C#" Inherits="HawhawPage" %>
<%@ Register Assembly="Hawhaw" Namespace="Hawhaw" TagPrefix="Haw" %>
<Haw:Deck runat="server">
<Haw:Label runat="server" Text="Hello world!" />
</Haw:Deck>

HAWHAW.NET can be considered as some sort of alternative solution to Microsoft's
Mobile Controls for ASP.NET. It allows to create ASP.NET applications with C#,
Visual Basic or any other programming language supported by the .NET framework.

The whole thing works quite well on my local dev machine. Anyway, feedback from
ASP.NET experts is highly welcome.

More info is available in the HAWHAW FAQ:
http://www.hawhaw.de/faq.htm#HAWHAW.NET%20-%20The%20ASP.NET%20solution0

Keep on laughing,
Norbert

http://www.hawhaw.de/






Sun Apr 26, 2009 1:29 pm

hawhaw_master
Offline Offline
Send Email Send Email

Forward
Message #274 of 282 |
Expand Messages Author Sort by Date

Hi list, just want to let you know that HAWHAW now can be used for developing mobile apps in a native ASP.NET environment. PHP-only coders can stop reading...
hawhaw_master
Offline Send Email
Apr 26, 2009
1:30 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help