haocheng 積分 0

I work at Amazon. So everything. Something like 99% of Amazon runs off Java. It's pretty amazing how such a complex system with thousands of micro services and front end interfaces are all put together using a single language. Not many languages out there can boast this kind of flexibility and speed, especially at this kind of scale

原來 Amazon 主力是 Java 啊

這是文章的子討論串,你可以回到上層查看所有討論和文章
IngramChen 積分 0

看他們的最早的 amazon sdk 就知道了,整個是 xml hell,然後不同語言的版本基本上就是用 java style 在寫。