Jigsaw @ JavaOne 2015

Alessio Stalla alessiostalla at gmail.com
Thu Oct 29 10:22:15 UTC 2015


Paul, but packages aren't really nested. Usually, they are stored as trees
of nested directories on the file system, but you can well have a package
and its "sub-packages" spread over different file systems, different
machines, different jars, different class loaders, different organizations,
different anything, really! "com" is a package, you know ;)
Packages are just names, nesting does not have any effect at runtime (as
far as I know), we just think of them as a hierarchy for convenience.

On Thu, Oct 29, 2015 at 7:42 AM, Sundararajan Athijegannathan <
sundararajan.athijegannathan at oracle.com> wrote:

> I watched all the 4 talks - audio is fine.
>
> -Sundar
>
>
> On 10/29/2015 12:08 PM, Jochen Theodorou wrote:
>
>> since it seems nobody mentioned it yet... is there sound on the youtube
>> video? Because I seem not to have that.
>>
>> bye blackdrag
>>
>> On 27.10.2015 21:15, mark.reinhold at oracle.com wrote:
>>
>>> 2015/10/23 7:39 -0700, mark.reinhold at oracle.com:
>>>
>>>> FYI, Alan, Alex, Mandy, and I will present five sessions related to
>>>> Jigsaw at JavaOne next week, three of which will be repeated:
>>>>
>>>> ...
>>>>
>>>
>>> Slides and videos of the sessions are available here:
>>>
>>>    http://openjdk.java.net/projects/jigsaw/j1/
>>>
>>> - Mark
>>>
>>>
>>
>


More information about the jigsaw-dev mailing list