JaroslavTulach at 04:38, 1 October 2021 - 2021-10-01 04:38:03

←Older revision Revision as of 04:38, 1 October 2021
Line 3: Line 3:
The easiest way to start is to play with a [[DEW]] - the Development Environment for Web. Just visit http://dew.apidesign.org/dew and edit, compile, run in a browser without installing anything or using (now banned) [[Java]] plugins.
The easiest way to start is to play with a [[DEW]] - the Development Environment for Web. Just visit http://dew.apidesign.org/dew and edit, compile, run in a browser without installing anything or using (now banned) [[Java]] plugins.
-
The [[Bck2Brwsr]] project supports the generic and portable [[netbeans:Html4Java|HTML/Java APIs]] as defined by [[NetBeans]]. Use them to run your application on [[FXBrwsr|desktop]] as a standalone application, as a [[HTML|NetBeans or Eclipse]] plugin or in a browser, via [[Bck2Brwsr]] [[VM]].
+
The [[Bck2Brwsr]] project supports the generic and portable [[Html4Java|HTML/Java APIs]] as defined by [[NetBeans]]. Use them to run your application on [[FXBrwsr|desktop]] as a standalone application, as a [[HTML|NetBeans or Eclipse]] plugin or in a browser, via [[Bck2Brwsr]] [[VM]].
== Motivation ==
== Motivation ==

JaroslavTulach: /* What is in New Releases? */ - 2021-09-12 10:54:01

What is in New Releases?

←Older revision Revision as of 10:54, 12 September 2021
Line 51: Line 51:
== What is in New Releases? ==
== What is in New Releases? ==
-
=== Next Version [[Bck2Brwsr 0.54|0.54]] Will ... ===
+
=== Next Version [[Bck2Brwsr 0.55|0.55]] Will ... ===
 +
 
 +
{{:Bck2Brwsr 0.55}}
 +
 
 +
=== Version [[Bck2Brwsr 0.54|0.54]] ===
{{:Bck2Brwsr 0.54}}
{{:Bck2Brwsr 0.54}}

JaroslavTulach at 20:22, 11 September 2021 - 2021-09-11 20:22:31

←Older revision Revision as of 20:22, 11 September 2021
Line 51: Line 51:
== What is in New Releases? ==
== What is in New Releases? ==
-
=== Next Version [[Bck2Brwsr 0.53|0.53]] Will ... ===
+
=== Next Version [[Bck2Brwsr 0.54|0.54]] Will ... ===
 +
 
 +
{{:Bck2Brwsr 0.54}}
 +
 
 +
=== Version [[Bck2Brwsr 0.53|0.53]] ===
{{:Bck2Brwsr 0.53}}
{{:Bck2Brwsr 0.53}}

JaroslavTulach: /* Next Version 0.5 Will ... */ - 2021-08-21 11:51:00

Next Version 0.5 Will ...

←Older revision Revision as of 11:51, 21 August 2021
Line 51: Line 51:
== What is in New Releases? ==
== What is in New Releases? ==
-
=== Next Version [[Bck2Brwsr 0.53|0.5]] Will ... ===
+
=== Next Version [[Bck2Brwsr 0.53|0.53]] Will ... ===
{{:Bck2Brwsr 0.53}}
{{:Bck2Brwsr 0.53}}

JaroslavTulach: /* What is in New Releases? */ - 2021-08-21 11:50:50

What is in New Releases?

←Older revision Revision as of 11:50, 21 August 2021
Line 51: Line 51:
== What is in New Releases? ==
== What is in New Releases? ==
-
=== Next Version [[Bck2Brwsr 0.52|0.52]] Will ... ===
+
=== Next Version [[Bck2Brwsr 0.53|0.5]] Will ... ===
 +
 
 +
{{:Bck2Brwsr 0.53}}
 +
 
 +
=== Version [[Bck2Brwsr 0.52|0.52]] ===
{{:Bck2Brwsr 0.52}}
{{:Bck2Brwsr 0.52}}

JaroslavTulach: /* Resources */ - 2021-08-08 04:55:49

Resources

←Older revision Revision as of 04:55, 8 August 2021
Line 78: Line 78:
* [mailto:bck2brwsr@apidesign.org Mailing list] and its [https://groups.google.com/d/forum/bck2brwsr archive]
* [mailto:bck2brwsr@apidesign.org Mailing list] and its [https://groups.google.com/d/forum/bck2brwsr archive]
* As of January 2017 [[I]] am moving the development to [https://github.com/jtulach/bck2brwsr GitHub] - (the original [http://source.apidesign.org/hg/bck2brwsr repository] remains read-only).
* As of January 2017 [[I]] am moving the development to [https://github.com/jtulach/bck2brwsr GitHub] - (the original [http://source.apidesign.org/hg/bck2brwsr repository] remains read-only).
-
* [http://hudson.apidesign.org/hudson/view/bck2brwsr/ Hudson jobs]
 
* [https://maven.java.net/content/repositories/releases/org/apidesign/bck2brwsr/ Maven Repository at java.net]
* [https://maven.java.net/content/repositories/releases/org/apidesign/bck2brwsr/ Maven Repository at java.net]
* [[Bck2BrwsrJavadoc|Javadoc]]
* [[Bck2BrwsrJavadoc|Javadoc]]

JaroslavTulach: /* TODO */ - 2021-08-08 04:55:12

TODO

←Older revision Revision as of 04:55, 8 August 2021
Line 67: Line 67:
See the full [[Bck2BrwsrChangeLog]] for historical information about older releases.
See the full [[Bck2BrwsrChangeLog]] for historical information about older releases.
-
== TODO ==
+
== Wishlist ==
-
Although the system is capable to run and execute trivial applications, there remains tons of things to improve and fix. Any help is welcomed. Just let me know if something interests you:
+
The [[Bck2Brwsr]] system is capable to run and execute meaningful applications. Anyway there remains things to be improved and fixed. Any help is welcomed. Just let me know if something interests you:
-
* Access to multipage via ''sammy.js'' or [http://millermedeiros.github.io/crossroads.js/ crossroads.js]
+
* [[Debugger]] of [[Java]] (and not [[JavaScript]]) using properly generated source maps would be good
-
* Method and field overriding with various modifiers
+
-
* More reflection support (e.g. don't throw {{JDK|java/lang|SecurityException}} when allowed),
+
-
** No private method/field/constructor/class access
+
-
** Probably no field access
+
-
** May need constructor access
+
-
* [[Debugger]] of [[Java]] (and not [[JavaScript]] would be good)
+
-
* Performance benchmark Sci2000
+
-
* Investigate generating [[asm.js]] friendly code
+
-
* Generate [[Java]] wrappers for all [[HTML]]5 elements dynamically (Honza)
+
== Resources ==
== Resources ==

JaroslavTulach: /* Older Releases */ - 2021-08-08 04:31:51

Older Releases

←Older revision Revision as of 04:31, 8 August 2021
Line 65: Line 65:
=== Older Releases ===
=== Older Releases ===
-
[[Bck2BrwsrChangeLog]]
+
See the full [[Bck2BrwsrChangeLog]] for historical information about older releases.
== TODO ==
== TODO ==

JaroslavTulach at 04:30, 8 August 2021 - 2021-08-08 04:30:31

←Older revision Revision as of 04:30, 8 August 2021
Line 51: Line 51:
== What is in New Releases? ==
== What is in New Releases? ==
-
=== Next Version [[Bck2Brwsr 0.51|0.51]] Will ... ===
+
=== Next Version [[Bck2Brwsr 0.52|0.52]] Will ... ===
 +
 
 +
{{:Bck2Brwsr 0.52}}
 +
 
 +
=== Version [[Bck2Brwsr 0.51|0.51]] ===
{{:Bck2Brwsr 0.51}}
{{:Bck2Brwsr 0.51}}
Line 59: Line 63:
{{:Bck2Brwsr 0.50}}
{{:Bck2Brwsr 0.50}}
-
=== Version [[Bck2Brwsr 0.32|0.32]] ===
+
=== Older Releases ===
-
 
+
-
{{:Bck2Brwsr 0.32}}
+
-
 
+
-
=== Version [[Bck2Brwsr 0.31|0.31]] ===
+
-
 
+
-
{{:Bck2Brwsr 0.31}}
+
-
 
+
-
=== Version [[Bck2Brwsr 0.30|0.30]] ===
+
-
 
+
-
{{:Bck2Brwsr 0.30}}
+
-
 
+
-
=== Version [[Bck2Brwsr 0.23|0.23]] ===
+
-
 
+
-
{{:Bck2Brwsr 0.23}}
+
-
 
+
-
=== Version [[Bck2Brwsr 0.22|0.22]] ===
+
-
 
+
-
{{:Bck2Brwsr 0.22}}
+
-
 
+
-
=== Version [[Bck2Brwsr 0.21|0.21]] ===
+
-
 
+
-
{{:Bck2Brwsr 0.21}}
+
-
 
+
-
=== Version [[Bck2Brwsr 0.20|0.20]] ===
+
-
 
+
-
{{:Bck2Brwsr 0.20}}
+
-
 
+
-
=== Version [[Bck2Brwsr 0.19|0.19]] ===
+
-
 
+
-
{{:Bck2Brwsr 0.19}}
+
-
 
+
-
=== Version [[Bck2Brwsr 0.17|0.17]] ===
+
-
 
+
-
{{:Bck2Brwsr 0.17}}
+
-
 
+
-
=== Version [[Bck2Brwsr 0.16|0.16]] ===
+
-
 
+
-
{{:Bck2Brwsr 0.16}}
+
-
 
+
-
=== Release [[Bck2Brwsr 0.14|0.14]] and 0.15 ===
+
-
 
+
-
{{:Bck2Brwsr 0.14}}
+
-
 
+
-
=== Release [[Bck2Brwsr 0.13|0.13]] ===
+
-
 
+
-
{{:Bck2Brwsr 0.13}}
+
-
 
+
-
=== Release [[Bck2Brwsr 0.12|0.12]] ===
+
-
 
+
-
{{:Bck2Brwsr 0.12}}
+
-
 
+
-
=== Release [[Bck2Brwsr 0.11|0.11]] ===
+
-
 
+
-
{{:Bck2Brwsr 0.11}}
+
-
 
+
-
=== Release [[Bck2Brwsr 0.10|0.10]] ===
+
-
 
+
-
{{:Bck2Brwsr 0.10}}
+
-
 
+
-
=== Release [[Bck2Brwsr 0.9|0.9]] ===
+
-
 
+
-
{{:Bck2Brwsr 0.9}}
+
-
 
+
-
=== Release [[Bck2Brwsr 0.8.1|0.8.1]] ===
+
-
 
+
-
{{:Bck2Brwsr 0.8.1}}
+
-
 
+
-
=== Release [[Bck2Brwsr 0.8|0.8]] ===
+
-
 
+
-
{{:Bck2Brwsr 0.8}}
+
-
 
+
-
 
+
-
=== Release [[Bck2Brwsr 0.7.2|0.7.2]] ===
+
-
 
+
-
{{:Bck2Brwsr 0.7.2}}
+
-
 
+
-
 
+
-
=== Release [[Bck2Brwsr 0.7|0.7]] ===
+
-
 
+
-
{{:Bck2Brwsr 0.7}}
+
-
 
+
-
=== Release [[Bck2Brwsr 0.6|0.6]] ===
+
-
 
+
-
{{:Bck2Brwsr 0.6}}
+
-
 
+
-
=== Release [[Bck2Brwsr 0.5|0.5]] ===
+
-
 
+
-
{{:Bck2Brwsr 0.5}}
+
-
 
+
-
=== Release [[Bck2Brwsr 0.4|0.4]] ===
+
-
{{:Bck2Brwsr 0.4}}
+
[[Bck2BrwsrChangeLog]]
== TODO ==
== TODO ==

JaroslavTulach at 19:36, 1 August 2021 - 2021-08-01 19:36:12

←Older revision Revision as of 19:36, 1 August 2021
Line 51: Line 51:
== What is in New Releases? ==
== What is in New Releases? ==
-
=== Next Version [[Bck2Brwsr 0.50|0.50]] Will ... ===
+
=== Next Version [[Bck2Brwsr 0.51|0.51]] Will ... ===
 +
 
 +
{{:Bck2Brwsr 0.51}}
 +
 
 +
=== Version [[Bck2Brwsr 0.50|0.50]] ===
{{:Bck2Brwsr 0.50}}
{{:Bck2Brwsr 0.50}}