forked from grangier/python-goose
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtest_author_schema.html
More file actions
12 lines (12 loc) · 2.46 KB
/
Copy pathtest_author_schema.html
File metadata and controls
12 lines (12 loc) · 2.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
<html>
<body>
<p class="byline-dateline">
<span class="byline" itemprop="author creator" itemscope="" itemtype="http://schema.org/Person" itemid="http://topics.nytimes.com/top/reference/timestopics/people/s/kevin_sack/index.html">By <a href="http://topics.nytimes.com/top/reference/timestopics/people/s/kevin_sack/index.html" rel="author" title="More Articles by KEVIN SACK"><span class="byline-author" data-byline-name="KEVIN SACK" itemprop="name" data-twitter-handle="ksacknyt">KEVIN SACK</span></a>, </span><span class="byline" itemprop="author creator" itemscope="" itemtype="http://schema.org/Person" itemid="http://topics.nytimes.com/top/reference/timestopics/people/f/sheri_fink/index.html"><a href="http://topics.nytimes.com/top/reference/timestopics/people/f/sheri_fink/index.html" rel="author" title="More Articles by SHERI FINK"><span class="byline-author" data-byline-name="SHERI FINK" itemprop="name">SHERI FINK</span></a>, </span><span class="byline" itemprop="author creator" itemscope="" itemtype="http://schema.org/Person" itemid="http://topics.nytimes.com/top/reference/timestopics/people/b/pam_belluck/index.html"><a href="http://topics.nytimes.com/top/reference/timestopics/people/b/pam_belluck/index.html" rel="author" title="More Articles by PAM BELLUCK"><span class="byline-author" data-byline-name="PAM BELLUCK" itemprop="name">PAM BELLUCK</span></a> and </span><span class="byline" itemprop="author creator" itemscope="" itemtype="http://schema.org/Person" itemid="http://topics.nytimes.com/top/reference/timestopics/people/n/adam_nossiter/index.html"><a href="http://topics.nytimes.com/top/reference/timestopics/people/n/adam_nossiter/index.html" rel="author" title="More Articles by ADAM NOSSITER"><span class="byline-author" data-byline-name="ADAM NOSSITER" itemprop="name">ADAM NOSSITER</span></a></span>
</p>
<div itemprop="articleBody">
<p>
TextNode 1 - The Scala supported IDE is one of the few pain points of developers who want to start using Scala in their Java project. On existing long term project developed by a team its hard to step in and introduce a new language that is not supported by the existing IDE. On way to go about it is to hid the fact that you use Scala from the Java world by using one way dependency injection. Still, if you wish to truly absorb Scala into your existing java environment then you'll soon introduced cross language dependencies.
</p>
</div>
</body>
</html>