I'm in the process of migrating an applet based chat
application to .Net J# Browser Control (JBC). My system
environment is as follows :
Win 2K, VS.Net 2003, .Net Framework 1.1,IE 6.0, JBC
Runtime 1.1
While, I was able to succesffuly migrate the client applet
to a Browser control, I have the following concerns. Any
significant insight into these would be greatly
appreciated.
1) Can Browser Controls be hosted in a non-IIS
environment ? For instance, I'm primarily looking into
WebLogic Server scenario.
2)How can we achieve inter-Browser Control communication ?
I understand from MSDN that JBC doesn't support scripting
access.
3)I downloaded JBC Runtime and installed in manually.
However, how can it be automatically deployed remotely on
client machines. I like to know the same for administering
security policy as well.
Thanks & Regards
-Bharath
Michael Green - 23 Dec 2003 00:17 GMT
Bharath,
> 1) Can Browser Controls be hosted in a non-IIS environment ? For
instance, I'm primarily looking into
> WebLogic Server scenario.
The only .Net specific code would be running on the client machine, any web
server should be able to host an html page with a JSharp Browser Control.
IE will simply request a file from the server like any other file.
> 2)How can we achieve inter-Browser Control communication ? I
understand from MSDN
> that JBC doesn't support scripting access.
That is correct, the scripting of JSharp Browser Controls is currently not
supported. At this point there is no way to script a JSharp Browser
Control.
> 3)I downloaded JBC Runtime and installed in manually. However, how
can it be automatically
> deployed remotely on client machines. I like to know the same for
administering security policy as well.
You may want to look into something like SMS that would allow you to push
down updates to remote machines.
Thanks,
Michael Green
Microsoft Developer Support
This posting is provided AS IS with no warranties, and confers no rights.
Bharat - 23 Dec 2003 20:29 GMT
Thanks Michael !
Is there any methodology other than SMS or Group Policy to
deploy Browser Control Runtime on the client side.
Something like automatic download(upon client approval)
and install during loading of the Browser Control by IE.
>-----Original Message-----
>Bharath,
[quoted text clipped - 31 lines]
>
>.
Gopinath C H - 29 Dec 2003 14:04 GMT
Hi Bharath,
Thanks for using JBC v1.1 and providing feedback.
We are working on the next version of J# Browser Controls and the main
feature is Scripting. If you are interested in participating in the beta
program please email me at gopinach@microsoft.com

Signature
Gopinath,
Microsoft Visual J# .NET Product Team.
This posting is provided "AS IS" with no warranties, and confers no rights.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
Michael Green - 29 Dec 2003 23:23 GMT
Bharat,
The only means (via MS technology) of pushing down code to a client that I
know of is SMS.
Thanks,
Michael Green
Microsoft Developer Support