はてなブックマークアプリ

サクサク読めて、
アプリ限定の機能も多数!

アプリで開く

はてなブックマーク

  • はてなブックマークって?
  • アプリ・拡張の紹介
  • ユーザー登録
  • ログイン
  • Hatena

はてなブックマーク

トップへ戻る

  • 総合
    • 人気
    • 新着
    • IT
    • 最新ガジェット
    • 自然科学
    • 経済・金融
    • おもしろ
    • マンガ
    • ゲーム
    • はてなブログ(総合)
  • 一般
    • 人気
    • 新着
    • 社会ニュース
    • 地域
    • 国際
    • 天気
    • グルメ
    • 映画・音楽
    • スポーツ
    • はてな匿名ダイアリー
    • はてなブログ(一般)
  • 世の中
    • 人気
    • 新着
    • 新型コロナウイルス
    • 働き方
    • 生き方
    • 地域
    • 医療・ヘルス
    • 教育
    • はてな匿名ダイアリー
    • はてなブログ(世の中)
  • 政治と経済
    • 人気
    • 新着
    • 政治
    • 経済・金融
    • 企業
    • 仕事・就職
    • マーケット
    • 国際
    • はてなブログ(政治と経済)
  • 暮らし
    • 人気
    • 新着
    • カルチャー・ライフスタイル
    • ファッション
    • 運動・エクササイズ
    • 結婚・子育て
    • 住まい
    • グルメ
    • 相続
    • はてなブログ(暮らし)
    • 掃除・整理整頓
    • 雑貨
    • 買ってよかったもの
    • 旅行
    • アウトドア
    • 趣味
  • 学び
    • 人気
    • 新着
    • 人文科学
    • 社会科学
    • 自然科学
    • 語学
    • ビジネス・経営学
    • デザイン
    • 法律
    • 本・書評
    • 将棋・囲碁
    • はてなブログ(学び)
  • テクノロジー
    • 人気
    • 新着
    • IT
    • セキュリティ技術
    • はてなブログ(テクノロジー)
    • AI・機械学習
    • プログラミング
    • エンジニア
  • おもしろ
    • 人気
    • 新着
    • まとめ
    • ネタ
    • おもしろ
    • これはすごい
    • かわいい
    • 雑学
    • 癒やし
    • はてなブログ(おもしろ)
  • エンタメ
    • 人気
    • 新着
    • スポーツ
    • 映画
    • 音楽
    • アイドル
    • 芸能
    • お笑い
    • サッカー
    • 話題の動画
    • はてなブログ(エンタメ)
  • アニメとゲーム
    • 人気
    • 新着
    • マンガ
    • Webマンガ
    • ゲーム
    • 任天堂
    • PlayStation
    • アニメ
    • バーチャルYouTuber
    • オタクカルチャー
    • はてなブログ(アニメとゲーム)
    • はてなブログ(ゲーム)
  • おすすめ

    参議院選挙2025

『EclipseSource』

  • 人気
  • 新着
  • すべて
  • Advanced Android testing with RoboGuice and Robolectric

    5 users

    eclipsesource.com

    I’ve been using the Android framework RoboGuice 2.0 a lot lately. RoboGuice is an extension for the Google Guice dependency injection framework that adds several Android specific mechanisms to easily inject views, services or custom objects. Coming from an OSGi background, it is interesting to see how much deeper Guice is able to be interwoven into the Java code when your entire project is compose

    • テクノロジー
    • 2013/02/05 00:20
    • test
    • android
    • 10 Tips for using the Eclipse Memory Analyzer

      6 users

      eclipsesource.com

      Analyzing and understanding the memory use of an application is challenging. A subtle logic error can result in listeners never being disposed, ultimately leading to the dreaded OutOfMemory error. Even if your application is properly disposing of all unused objects, it may still be requiring 10 or 100 times more memory than necessary. Lucky for us, the Eclipse Memory Analyzer (MAT) can help provid

      • テクノロジー
      • 2013/01/22 01:19
      • eclipse
      • jvm
      • Java
      • MemoryAnalyzer
      • Effective Java Debugging with Eclipse

        10 users

        eclipsesource.com

        Learning to write code efficiently is only one step towards becoming a coding master. Another step is learning to debug. When it comes to legacy or 3rd party code you will need to debug in order to understand how the code behaves. In this post I will give you some basic tips on how to master your debugger and become more efficient. This is a follow up to My Top 10 Tips on how to be more productive

        • テクノロジー
        • 2013/01/08 22:00
        • eclipse
        • java
        • debug
        • あとで試す
        • プログラミング
        • あとで読む
        • Mobile Apps

          8 users

          eclipsesource.com

          Mobile AppsDevelop powerful native Mobile Apps for iOS and Android – with a single code base. Get the full power of native widgets – no webview / HTML involved. Tabris.js for Mobile Apps in JavaScriptTabris.js is a mobile framework that lets you develop native UIs on iOS, Android and Windows from a single code base in JavaScript. No special setup necessary – you can build for iOS without a Mac – a

          • テクノロジー
          • 2012/02/02 12:55
          • java
          • mobile
          • *あとで
          • Business
          • Javascript validation with JSHint in Eclipse

            4 users

            eclipsesource.com

            Besides all the Java code in the RAP project, we also have more than 250 JavaScript files which total up to 75k lines of code. For such an amount of code, you should have some kind of code analysis that detects common coding problems like unintentional global variables. We use the JSEclipse plug-in for JavaScript editing which detects some, but not many JavaScript problems. A while ago, we tried t

            • テクノロジー
            • 2012/01/28 12:55
            • eclipse
            • javascript
            • plugin
            • programming
            • Effective Mockito Part 2

              6 users

              eclipsesource.com

              As promised in the first part of the “Effective Mockito” blog series, I will concentrate on Mockito specifics in the followup posts. So, the main topic for Part 2 is Mockito’s @Mock Annotation. When I write tests I try to follow an explicit pattern, called the build-operate-check pattern. This was described by Uncle Bob in his book “Clean Code” (Page 127, Chapter 9). The main idea behind this patt

              • テクノロジー
              • 2011/10/05 19:26
              • mockito
              • java
              • *あとで
              • Effective Mockito Part 1

                4 users

                eclipsesource.com

                Last week I talked to a fellow developer, Frank Appel, about Mockito. We’ve been using this mocking library for over a year. We both agreed that of all the innovations we’ve tried in the last year or so, Mockito has boosted our coding productivity the most. With this blog series we want to share our experiences with Mockito. You see that I used the word “effective” in the title, and, in this conte

                • テクノロジー
                • 2011/09/22 12:08
                • java
                • *あとで
                • Services

                  57 users

                  eclipsesource.com

                  ServicesEclipseSource offers the following services to support your development project. Looking for a service provider to develop custom tools and IDEs? EclipseSource offers expert consulting, development, and support for creating domain-specific tools, IDEs, and modeling tools for both web and desktop platforms.

                  • テクノロジー
                  • 2010/12/28 17:48
                  • eclipse
                  • java
                  • JUnit
                  • config
                  • REST
                  • tool
                  • testing
                  • plugin
                  • 環境
                  • Top 10 Eclipse Helios Features

                    3 users

                    eclipsesource.com

                    Two weeks ago I asked you to think about high quality software that has been consistently delivered on-time. Think about software that is used by millions of people world-wide, built by hundreds of developers, free to use and open to everybody and anybody. Think about software that spans domains, runs on the smallest of devices and powers the worlds largest enterprises. Any ideas? Yes I’m talking

                    • 世の中
                    • 2010/06/24 09:49
                    • eclipse
                    • Persistent Trees in git, Clojure and CouchDB « EclipseSource Blog

                      8 users

                      eclipsesource.com

                      This is a tale of three images. I found these images while investigating the internals of several different applications. There are some really neat software projects emerging at the moment, and as a developer I always find it interesting to take a look at the implementation details, because there is often a lot to be learned. It’s not always something you might need right now, but maybe a few yea

                      • テクノロジー
                      • 2009/12/14 10:50
                      • couchdb
                      • git
                      • clojure
                      • OSS
                      • OSGi on AppEngine? - EclipseSource

                        3 users

                        eclipsesource.com

                        As many people know, Google recently announced support for Java on its AppEngine platform. As a connoisseur of OSGi, the first natural thing that came across my mind was quickly I could get OSGi running on it. Well, I’m happy to announce that we are part way there. I have OSGi running locally on the AppEngine SDK using the Equinox servlet bridge. I’ve managed to get a basic environment running wit

                        • 世の中
                        • 2009/10/21 08:16
                        • GAE
                        • p2 Provisioning, Eclipse Galileo Feature #1

                          15 users

                          eclipsesource.com

                          Today is the big day! Eclipse 3.5 – Galileo – is available for the general public. To count down the final push towards Galileo, I have been reviewing the Top 10 features that I’m most excited about. There are tons of other great features – such as the SWT port to Cocoa – that I personally don’t make use of, so if you disagree with my Top 10 list, I encourage you to publish your own. A quick recap

                          • テクノロジー
                          • 2009/06/25 06:32
                          • eclipse
                          • Galileo
                          • Java
                          • article

                          このページはまだ
                          ブックマークされていません

                          このページを最初にブックマークしてみませんか?

                          『EclipseSource』の新着エントリーを見る

                          キーボードショートカット一覧

                          j次のブックマーク

                          k前のブックマーク

                          lあとで読む

                          eコメント一覧を開く

                          oページを開く

                          はてなブックマーク

                          • 総合
                          • 一般
                          • 世の中
                          • 政治と経済
                          • 暮らし
                          • 学び
                          • テクノロジー
                          • エンタメ
                          • アニメとゲーム
                          • おもしろ
                          • アプリ・拡張機能
                          • 開発ブログ
                          • ヘルプ
                          • お問い合わせ
                          • ガイドライン
                          • 利用規約
                          • プライバシーポリシー
                          • 利用者情報の外部送信について
                          • ガイドライン
                          • 利用規約
                          • プライバシーポリシー
                          • 利用者情報の外部送信について

                          公式Twitter

                          • 公式アカウント
                          • ホットエントリー

                          はてなのサービス

                          • はてなブログ
                          • はてなブログPro
                          • 人力検索はてな
                          • はてなブログ タグ
                          • はてなニュース
                          • ソレドコ
                          • App Storeからダウンロード
                          • Google Playで手に入れよう
                          Copyright © 2005-2025 Hatena. All Rights Reserved.
                          設定を変更しましたx