Page 1 of 1
stealth & single page application
Posted: 27.04.2015 22:45
by drabadan
Могут просвещенные рассказать оно вообще может быть реально, то-есть написать и запустить такое было бы возможно?
Re: stealth & single page application
Posted: 27.04.2015 23:42
by Vizit0r
угу. даешь стелс на html + css + java.
Re: stealth & single page application
Posted: 28.04.2015 0:17
by drabadan
Vizit0r wrote:угу. даешь стелс на html + css + java.
Сервер сайд на дотнете, гуи на ангуларджиес и норм чо. На дотнете реально же поидее?
Re: stealth & single page application
Posted: 28.04.2015 5:45
by Тaксидермист
Re: stealth & single page application
Posted: 28.04.2015 15:03
by drabadan
Спасибо!
А опыт использования есть?
Re: stealth & single page application
Posted: 28.04.2015 19:15
by Тaксидермист
drabadan wrote:
Спасибо!
А опыт использования есть?
Я запустил, поигрался и забыл. Просто я через это вышел на UltimaSDK (весьма окольный путь

, где валялись исходники работы с mulами. Переписал под себя фрагмент, чтобы выдергивать напрямую картинки на страничку. Поигрался с кэшированием и наложением hueсов и тоже забросил, так дальнейшего развития сайта пока не предвидится.
https://github.com/necr0potenc3?tab=repositories - тут много полезного есть. Если интересно копать вглубь.
UPD:
https://github.com/msturgill/uoweb это вообще не щупал.
Re: stealth & single page application
Posted: 29.04.2015 20:38
by sibble
I could help do this for Stealth
Re: stealth & single page application
Posted: 29.04.2015 21:07
by drabadan
sibble wrote:I could help do this for Stealth
It would be very nice, thx.
Re: stealth & single page application
Posted: 29.04.2015 21:11
by Тaксидермист
I'm so sorry, do what? Remote access for stealth or real script interpreter on client side?
Re: stealth & single page application
Posted: 30.04.2015 1:16
by drabadan
Тaксидермист wrote:I'm so sorry, do what? Remote access for stealth or real script interpreter on client side?
stealth like application on server side, with web-Api GUI. That's what i want to see in the end, as far as i understand this is very real using dotNet for server side and any ajax based framework on client side.
Re: stealth & single page application
Posted: 05.05.2015 1:53
by sibble
Can't do this with PHP unfortunately...
The DOTNET class allows you to instantiate a class from a .Net assembly and call its methods and access its properties.
PHP searches only GAC for .NET 2.0 runtime, so your DLL has to be targeted 2.0 - 3.5 framework. Also it recognize only classes, not stucts, so you can't instantiate DateTime for example.
Source:
http://php.net/manual/en/class.dotnet.php
Basically I can't use ScriptDotNet2.dll with PHP, as PHP does not support .NET framework above version 3.5.
FYI: I started learning mucking with ASP back in like high school (15 years ago) when generating dynamic web pages was becoming more and more popular. Instead, I went with PHP and I'll never switch back. In other words, I refuse to do this in ASP.NET =( sorry! I'm sure someone else out there can help.