我应该怎么用eclipse rcp或eclipse scout? [英] what should I use eclipse rcp or eclipse scout?

查看:295
本文介绍了我应该怎么用eclipse rcp或eclipse scout?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在计划使用java代码来开发桌面应用程序,并且想要使用任何准备好的

制作的框架,然后我知道eclipse RCP / eclipse侦察,但我怀疑我应该使用哪个框架使用 eclipse rcp 还是 eclipse scout ?有人可以建议我吗

解决方案

首先我想添加另一个选项: Eclipse Riena
Eclipse Riena与Eclipse Scout相当,因为它基于Eclipse RCP并提供了一些有用的抽象。你应该看看它。



但是给你一些帮助,决定使用哪一个:
如果你在Eclipse RCP中执行第一步,我建议你先用一点点的Eclipse RCP来弄脏你的手。有一些复杂性,如果只是从像Scout / Riena这样的更高级别的框架开始就会回到你身上。



根据桌面应用程序的计划,这可能已经是足够好。



Scout / Riena可以帮助您更高级的主题,如重用/标准化,远程处理,经过验证的应用程序架构。但是像大多数框架一样,你会失去一些灵活性。



我特别喜欢Eclipse Riena:




  • 专注于易于使用的GUI(不适合每个项目)

  • 通过SWT / JFace(Ridgets)抽象为控制器测试提供了不错的工具,从而需要GUI测试到最小

  • 将API(动态)结构化并验证应用程序的优点

  • 简化远程处理(客户机上没有Java EE容器依赖) / li>
  • 您可以独立使用Riena的部分。假设你可以使用这些小工具,而不需要添加一大堆其他可能不需要的东西。



我喜欢Eclipse Scout




  • 强调集成在Java EE环境中

  • 向导:所有创建第一个和第二个您的GUI的镜头

  • 支持您的GUI技术的交换:您可以从SWT移动到Swing相当迅速,虽然我不会打赌这是一个很大的应用程序很容易。 ;)



HTH



关于



Holger


i am planning to develop desktop application using java code, and wanted to use any ready
made framework and then i got know about eclipse RCP / eclipse scout but i am in doubt that which framework should i use whether eclipse rcp or eclipse scout ? could somebody suggest me please.

解决方案

first of all I'd like to add another option: Eclipse Riena. Eclipse Riena is comparable to Eclipse Scout as it is based on Eclipse RCP and provides some useful abstractions. You should have a look at it.

But to give you some help deciding which one to use: If you are doing your first steps in Eclipse RCP, I would suggest that you first get your hands dirty with a little bit of plain Eclipse RCP. There is some complexity which will get back to you if just start with a higher level framework like Scout/Riena.

Depending on plans with your desktop application, this might already be good enough.

Scout/Riena do help you with more advanced topics like reuse/standardization, remoting, proven application architecture. But like most frameworks, you lose some flexibility.

What I especially like about Eclipse Riena:

  • Focus on easy to use GUI (will not fit for every project)
  • Abstraction over SWT/JFace (Ridgets) provides nice facility for controller tests, rendering the need for GUI tests to a minimum
  • Nice API to (dynamically ) structure and validate your application
  • Simplify remoting (no Java EE container dependencies on the client)
  • You can use parts of Riena independently. Say you can use the ridgets without adding the whole bunch of other perhaps not needed stuff.

What I like about Eclipse Scout

  • Strong focus on integration in Java EE environment
  • Wizards all over: Quite simple to create a first and second shot of your GUI
  • Supports swap of your GUI technology: You can move from SWT to Swing quite swiftly, though I wouldn't bet that is easy for a large application. ;)

HTH

Regards,

Holger

这篇关于我应该怎么用eclipse rcp或eclipse scout?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆