阅读更多

5顶
0踩

编程语言

原创新闻 JIRA 集群软件Scarlet 发布

2007-11-07 11:58 by 见习记者 caisd 评论(1) 有5441人浏览
JIRA作为使用最广泛的Issue Tracking软件,也被不少用户用来做客户支持,但它仍缺少一些企业级软件的特性,如单个Field的权限管理,集群等,如今,Atlassian(JIRA的公司)的合作伙伴sourcesense发布了Scarlet - Terracotta based clustering for Jira(基于Terracotta来提供对JIRA的集群支持)。
Terracotta(http://www.terracotta.org/)是一款开源的集群支持软件,通过它可以使你的JAVA程序很容易的集群化。Atlassian曾有一个issue讨论如何Clusting JIRA,当时Terracotta的CTO就建议用Terracotta,现在终于有人实现了。
Scarlet是开源软件,基于Mozilla Public License 1.1,现在还只是第一版,且只支持JIRA 3.8.1,想必将来会连后续版本一起支持。

Scarlet地址:http://confluence.atlassian.com/display/JIRAEXT/Scarlet+-+Terracotta+based+clustering+for+Jira

5
0
评论 共 1 条 请登录后发表评论
1 楼 caisd 2007-11-08 13:50
我觉得还是研究研究Terracotta比较有意思

发表评论

您还没有登录,请您登录后再发表评论

相关推荐

  • angular-line-links-directive

    角线链接指令一些angularjs指令对于将对象与线链接起来可能很有用。 即使对象可拖动也可以工作。此仓库中的所有指令都可以在MIT许可下使用。

  • [Error] invalid preprocessing directive #inclued问题解决

    [Error] invalid preprocessing directive #inclued问题解决

  • matlab line指令_#line指令示例| C预处理程序

    matlab line指令The #line is a preprocessor directive in C programming language; it is used to reset the line number in the code. We can reset line number from any line in the code. #line是C编程语言中...

  • The #line directive

    reference: https://publib.boulder.ibm.com/infocenter/lnxpcomp/v8v101/index.jsp?topic=%2Fcom.ibm.xlcpp8l.doc%2Flanguage%2Fref%2Flc.htm ...The #line directive A preprocessor line control directive su

  • 【转载】C语言在编译过程中常见的error或warning

    error:invalid preprocessing directive #... 中文含义:非法的预处理命令#... 错误原因:该错误指明预处理器遇到了不可识别的 # 命令。 (4)、 error: unterminated '#if' conditional 中文含义:'#if' 语句条件...

  • Preprocessor directives #define, #undef

    directive can extend through more than one line is by preceding the newline character at the end of the line by a backslash ( \ ). macro definitions (#define, #undef) To define preprocessor...

  • 解决“extra tokens at end of #include directive”警告

    在引入一个源数据文件时产生的告警: 源代码是这样的 double A[5000*36] = { #include "input.dat"; } 应该修改成 double A[5000*36] = { #include "input.dat" }

  • 缺少模板文件 list.html,Jfinal 3.0 如何配置不适用模板引擎

    jfinal配置文件中未配置使用模板引擎,前端使用了...com.jfinal.render.RenderException: com.jfinal.template.stat.ParseException: Can not match the #end of directive #if Template: "/WEB-INF/admin/user/list....

  • angular-chartjs-line-directive:Chart.js Line 的 AngularJS 指令

    script type =" text/javascript " src =" angular-chartjs-line-directive.js " > </ script > 最新版本的chartjs可以在其官网找到: : 在您自己的模块中添加对模块的依赖项。 var myModule = ...

  • GCC 常见错误解析

    此警告通常是由'if (strstr(line,"word") != NULL )' 之类的strstr 函 数返回指针或空值。 subscripted value is neither array nor pointer 中文含义:下标值不符合数组或指针要求 错误原因:企图使用可变...

  • Deprecated: Directive ‘track_errors‘ is deprecated in Unknown on line 0

    修改 php.ini track_errors=On 为 track_errors=Off 即可。安装的php7.2.9运行环境。窗口里面执行php -v报错。

  • 【我的OpenGL学习进阶之旅】解决着色器编译错误:#version directive must occur on the first line of the shader

    一、问题描述 今天编写一个OpenGL ES的demo,发现没有任何图元输出。 查看日志,发现报了如下错误: ... ' : #version directive must occur on the first line of the shader ERROR: 0:9: 'in' : storage qualif

  • QT 编译报错:error: no macro name given in #define directive

    解决: 在pro文件里写的注释格式不对 DEFINES += _BUILDING_QX_AMWHA // [//]这个用错了, pro里的注释一般用#号

  • no macro name given in #define directive 和 QMAKE_MSC_VER 错误

    问题1:no macro name given in #define directive pro或者pri文件注释使用# ,请不要使用//,如果出现上述错误将// 去掉 问题2 :QMAKE_MSC_VER相关错误 修改文件如下 添加:QMAKE_MSC_VER = 1900

  • 运行orbslam的ros版本时出现的问题

    2. base_binary_edge.h 等文件error: invalid preprocessing directive,查看base_binary_edge.h之后发现引用的头文件../../config.h没有,在该目录下发现存在文件config.h.in,复制粘贴文件config.h.in,修改为...

  • Failed to resolve directive: link报错

    Failed to resolve directive: link 这个问题是因为vue 版本的问题,vue的版本升级后,取消了v-link 指定,取而代之的为 router-link 看起来更加语义化一些 很简单: 把 v-link 更换为 router-link 就行, 在版本...

  • extra tokens at end of #ifdef directive

    consider the snippet below: #ifdef AAA && (defined BBB) ...gcc-4.5.2 complains on this line: extra tokens at the end of #ifdef directive. #ifdef will only work on one tok

  • vue自定义指令 directive小结

    自定义指令 1、 无参数指令 v-line指令demo ...Vue.directive("line", function (el) { el.innerHTML = el.innerHTML + " ------------ "; el.style.color = "blue"; }); 使用Vue.directive 来自定义 第一

  • org.apache.jasper.JasperException: /success.jsp (line: 2, column: 4) Invalid directive

    最近在搭建 struts2 项目的时候,运行启动后遇见了org.apache.jasper.JasperException: /success.jsp (line: 2, column: 4) Invalid directive 报错,具体报错信息如下: Struts Problem Report Struts has ...

  • 基于FPGA的四相八拍步进电机控制系统设计:集成交付、正反转、加速减速及调速功能

    内容概要:本文详细介绍了基于FPGA的四相八拍步进电机控制系统的开发过程。主要内容包括:1. 使用VHDL和Verilog编写LED显示屏驱动代码,用于显示角度、学号和姓名等信息;2. 实现步进电机的正反转控制,通过状态机管理相序变化;3. 开发加速减速控制模块,确保电机启动和停止时的平稳性;4. 设计调速功能,通过调节脉冲频率实现速度控制。此外,文中还讨论了调试过程中遇到的问题及其解决方案。 适合人群:对FPGA开发和步进电机控制感兴趣的电子工程师、嵌入式系统开发者以及相关专业的学生。 使用场景及目标:适用于需要高精度运动控制的应用场合,如工业自动化、机器人技术和精密仪器等领域。目标是帮助读者掌握FPGA控制步进电机的基本原理和技术细节。 其他说明:文中提供了详细的代码片段和调试经验分享,有助于读者更好地理解和应用所学知识。同时,作者还提到了一些实用技巧,如通过PWM调节实现多级变速,以及如何避免步进电机的共振问题。

Global site tag (gtag.js) - Google Analytics